This package can be installed from GitHub with:
# install.packages("remotes")
remotes::install_github("c-rutter/crcrdm")
This package is being used by the CRC-SPIN modeling team, but the CRC-SPIN model is not contained in the package. The user pool for this package is very small and we have no plans of releasing it to CRAN at this time. Future iterations of this work might make this package more general. If you would like to use this package and are interested in collaborating with us, get in touch.
A documentation page is available at this link. This documentation page describes the package main classes and their methods.
This package implements two R6
classes:
crcmodel
: An R6
class representing single model structure and
its posterior distribution. A crcmodel
can be either calibrated or
not. if it is calibrated, the model object can include the posterior
distribution of its parameters. A single model may contain multiple
posterior distributions when those parameter sets were created by
different calibration runs, with potentially different targets or
priors.crcexperiment
: Contains the definition of an experiment
experiment to be applied over the crcmodel
s included in it.This package is tested automatically after every commit across a few platforms. Results from these automated checks can be found here. A test coverage report can be found here.