https://github.com/atredennick/modselr
Data and function bundle for model selection guide for ecologists
https://github.com/atredennick/modselr
ecological-modelling ecology model-selection
Last synced: 2 months ago
JSON representation
Data and function bundle for model selection guide for ecologists
- Host: GitHub
- URL: https://github.com/atredennick/modselr
- Owner: atredennick
- Created: 2018-04-19T16:49:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-08T13:08:42.000Z (over 4 years ago)
- Last Synced: 2025-01-21T04:26:39.528Z (4 months ago)
- Topics: ecological-modelling, ecology, model-selection
- Language: R
- Size: 1.46 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# modselr
[](https://travis-ci.org/atredennick/modselr)
[](https://zenodo.org/badge/latestdoi/130245752)This package contains one dataset provided by Roland and Matter on Dryad:
* `butterfly`: 21 subpopulations, time series of butterfly (speciesname) abundance.
(Source: https://datadryad.org/resource/doi:10.5061/dryad.tp324)It also includes functions for working with the data and several worked examples.
## Installation
```R
# Install the development version from GitHub
devtools::install_github("atredennick/modselr")# Install the development version from GitHub, with HTML vignettes (takes longer)
devtools::install_github("atredennick/modselr", build_vignettes = TRUE)
```