-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
46 lines (36 loc) · 1.83 KB
/
Copy pathREADME.Rmd
File metadata and controls
46 lines (36 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# drmr <a href="https://pinskylab.github.io/drmr/"><img src="man/figures/logo.png" align="right" height="120" alt="drmr website" /></a>
<!-- badges: start -->
[](https://github.com/pinskylab/drmr/actions)
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
<!-- badges: end -->
`drmr` (pronounced *drummer*) is an `R` package for fitting dynamic range models
to spatiotemporal data on species abundance. Dynamic range models are spatial
population models in which demographic rates (e.g., reproduction or mortality)
are influenced by the environment. Inference is carried out in a Bayesian
framework via Markov Chain Monte Carlo (MCMC) samples available in `Stan`.
For details, please see Vignettes linked below and [da Cunha Godoy et
al. 2026](https://ecoevorxiv.org/repository/view/12564/).
### Installation
The installation of the development version from GitHub can be done via
``` r
remotes::install_github("pinskylab/drmr")
## or devtools::install_github("pinskylab/drmr")
```
### Vignettes
* [Get started](https://pinskylab.github.io/drmr/articles/get-started.html)
* [Theoretical background](https://pinskylab.github.io/drmr/articles/theory.html)
* [Algorithms](https://pinskylab.github.io/drmr/articles/algos.html)
* [Initializing densities](https://pinskylab.github.io/drmr/articles/init.html)
* [Parameterization of the density functions](https://pinskylab.github.io/drmr/articles/parametrization.html)
* [Advanced features](https://pinskylab.github.io/drmr/articles/advanced-features.html)