Skip to content

Commit

Permalink
added pkgcheck badge
Browse files Browse the repository at this point in the history
  • Loading branch information
abigailkeller committed Apr 28, 2024
1 parent e72c870 commit 3aa5122
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

[![R-CMD-check](https://github.com/abigailkeller/eDNAjoint/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/abigailkeller/eDNAjoint/actions/workflows/R-CMD-check.yaml)
[![codecov](https://codecov.io/gh/abigailkeller/eDNAjoint/graph/badge.svg?token=AEVR9NSQ9Z)](https://codecov.io/gh/abigailkeller/eDNAjoint)
[![pkgcheck](https://github.com/abigailkeller/eDNAjoint/workflows/pkgcheck/badge.svg)](https://github.com/abigailkeller/eDNAjoint/actions?query=workflow%3Apkgcheck)
<!-- badges: end -->

The package *eDNAjoint* is useful for interpreting observations from
Expand Down Expand Up @@ -60,8 +61,8 @@ detection, $p_{10}$:
``` r
# summarize p10 posterior
jointSummarize(goby.fit$model, par = 'p10')
#> mean se_mean sd 2.5% 97.5% n_eff Rhat
#> p10 0.003 0 0.001 0.001 0.007 15644.95 1
#> mean se_mean sd 2.5% 97.5% n_eff Rhat
#> p10 0.003 0 0.001 0.001 0.007 16640 1
```

Or to find the number of eDNA samples and traditional survey samples
Expand Down

0 comments on commit 3aa5122

Please sign in to comment.