Description Usage Arguments Value Author(s) References See Also Examples
View source: R/simulatePaperModel.R
This function can be used to simulate one dataset per MCMC iteration using the final model describing the tick infection of roe deer fawns in the Trois-Fontaines forest.
1 | simulatePaperModel(mcmcList, TicksData, TicksConst)
|
mcmcList |
An object of class |
TicksData |
The list containing the data passed to |
TicksConst |
The list containing the constants passed to |
A matrix with N rows (the N fawns of the dataset) and R columns (the R
MCMC iterations) containing, for each MCMC iteration, a simulation of
the tick-burden class (from 1 to three, see ?fticks
) according
to the fitted model.
Clement Calenge clement.calenge@ofb.gouv.fr
Bariod L., Said S., Calenge C., Chabot S., Badeaud V. \& Bourgoin G. in prep. Infection of Roe Deer Fawns by Ticks from 1992 to 2018 in the Trois-Fontaines Forest (France).
fticks
for a description of the dataset used, and
resultsModel
for a description of the final models (and
alternative models). See also the vignette of the package for an
example of use.
1 | ## see vignette.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.