Learn R Programming

eggCounts (version 2.4)

eggCounts-package: 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.

Arguments

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

Craig Wang craig.wang@math.uzh.ch
Michaela Paul

Details

Package:eggCounts
Type:Package
Version:2.4
Date:2023-10-14
License:GPL (>= 3)
LazyLoad:yes

Examples

Run this code
if (FALSE) {

## 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")
}

Run the code above in your browser using DataLab