Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbjoseph/secmr
A research compendium for: “Using visual encounter data to improve capture-recapture abundance estimates”
https://github.com/mbjoseph/secmr
bayesian capture-recapture ecology research-compendium statistics
Last synced: 12 days ago
JSON representation
A research compendium for: “Using visual encounter data to improve capture-recapture abundance estimates”
- Host: GitHub
- URL: https://github.com/mbjoseph/secmr
- Owner: mbjoseph
- License: other
- Created: 2020-01-10T02:34:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-25T21:53:00.000Z (almost 4 years ago)
- Last Synced: 2024-11-11T04:46:27.510Z (2 months ago)
- Topics: bayesian, capture-recapture, ecology, research-compendium, statistics
- Language: R
- Homepage:
- Size: 414 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
# Please put your title here to include it in the file below.
Title <- "Using encounter data to improve capture-recapture abundance estimates"
```# secmr
## A research compendium for: "Using encounter data to improve capture-recapture abundance estimates"
[![Travis build status](https://travis-ci.org/mbjoseph/secmr.svg?branch=master)](https://travis-ci.org/mbjoseph/secmr)
Our pre-print is online here:
> Joseph MB, Knapp RA, (2020). _`r Title`_. bioRxiv, Online at
### How to cite
Please cite this compendium as:
> Joseph MB, Knapp RA, (`r format(Sys.Date(), "%Y")`). _Compendium of R code and data for `r Title`_. Accessed `r format(Sys.Date(), "%d %b %Y")`. Online at
### How to download or install
You can download the compendium as a zip from from this URL:
Or you can install this compendium as an R package, secmr, from GitHub with:
```{r gh-installation, eval = FALSE}
# install.packages("remotes")
remotes::install_github("mbjoseph/secmr")
```### Licenses
**Text and figures :** [CC-BY-4.0](http://creativecommons.org/licenses/by/4.0/)
**Code :** See the [DESCRIPTION](DESCRIPTION) file
### Contributions
We welcome contributions from everyone. Before you get started, please see our [contributor guidelines](CONTRIBUTING.md). Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.