MarcoDVisser / IPM2s

Two stage Integral Projection Models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IPM2s (0.1)

Archived code for building two stage Integral Projection Models in R. The example code included in /inst/example shows how to fitting vital rate models and sample from the posterior of mixed models.

Installation

There is no release on CRAN, but to install you can download the pacakage as zip or tar ball. To install decompress these and run R CMD INSTALL on the contents of the archives, or use the devtools package to install directly from R.

## devtools is required
require(devtools)
install_github("MarcoDVisser/IPM2s")

Dependencies

The package depends on MASS and lme4

About

Two stage Integral Projection Models

License:GNU General Public License v3.0


Languages

Language:R 100.0%