Skip to content

R-package implementing methods for design and analysis of malaria cluster randomized trials

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

ThomasASmith/CRTspat

Repository files navigation

CRTspat

R-CMD-check

CRTspat is an R-package to provide easily accessible R functions for design and analysis of cluster randomized trials (CRTs), where geographically structured spillover is anticipated and where geolocations are available. It includes functions for analysing baseline data, for defining clusters by algorithm, for power and sample size calculation, and for analysis of trial outcomes. It is designed to function with outcomes that are proportions, count data, or continuous variables.

The package was developed with CRTs of malaria interventions in mind, where the spillover is assumed to arise as a result of mosquito movement, with mosquito dispersal approximated with a simple diffusion model. This does not preclude its use in other fields of research. The anticipated use cases are described in the vignettes (articles)

The package builds on the work of Multerer et al. (2021a), Multerer et al. (2021b) and Anaya-Izquierdo & Alexander(2021).

Code of Conduct

Please note that the CRTspat project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Installation

CRTspat is on CRAN and on github. It can be installed from CRAN or using:

install.packages("devtools")
library(devtools)
install_github("thomasasmith/CRTspat")

Markov chain Monte Carlo analysis using CRTspat also requires installation of JAGS

About

R-package implementing methods for design and analysis of malaria cluster randomized trials

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages