Releases: c-rutter/crcrdm
Releases · c-rutter/crcrdm
v1.0.4
v1.0.3
- fixes issues with experiments that involve a single natural history model.
Full Changelog: v1.0.2...v1.0.3
v1.0.2
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- implements #28, now json file don't have to include all model inputs by @pedroliman in #29
crcmodel$set_posterior()now supports weighted sample (resample = T), the full posterior (resample =F) or taking the weighted posterior mean of parameters (use_average = T) #31crcexperiment$set_design(nlock_ids = 1:2)now can be used to filter population blocks in the experimental deign @pedroliman in #27- fixing typo by @pedroliman in #30
Full Changelog: v1.0.0...v1.0.1
v1.0.0
- First stable version of the package.
- Implements the
crcmodelandcrcexperimentclasses. crcmodelcan be used to represent a cancer screening model with a natural history component and a screening component.crcexperimentcan be used to create experimental designs with multiple models, each with multiple parameters distributions.crcexperimentalso supports population blocks, which can be used to divide simulation runs in population sizes at the HPC side.crcexperimentalso supports pre-defined grid experimental designs.