eggCounts-package {eggCounts} | R Documentation |
Hierarchical modelling of faecal egg counts
Description
This package implements Bayesian hierarchical models for the analysis of faecal egg count data. Bayesian inference is done via efficient MCMC sampling using Stan. Additional (experimental) models are available externally for handling FECs with potential outliers or bi-modality. The models are in eggCountsExtra package hosted on Github.
Details
Package: | eggCounts |
Type: | Package |
Version: | 2.4 |
Date: | 2023-10-14 |
License: | GPL (>= 3) |
LazyLoad: | yes |
About Stan
Stan is a probabilistic programming language for specifying Bayesian hierarchical models. It is computationally faster compared to conventional MCMC techniques. For the installation instruction and other information about Stan, please read here.
Author(s)
Craig Wang craig.wang@math.uzh.ch
Michaela Paul
Examples
## Not run:
## Citations
citation('eggCounts')
## History of changes
file.show(system.file("NEWS", package = "eggCounts"))
## Demonstration
demo("fecm_stan", package = "eggCounts")
## Install eggCountsExtra
devtools::install_github("CraigWangUZH/eggCountsExtra")
## End(Not run)
[Package eggCounts version 2.4 Index]