Skip to content

Releases: c-rutter/crcrdm

v1.0.4

15 Jun 14:15
1f7c34c

Choose a tag to compare

Merge pull request #34 from c-rutter/develop

Updating version control

v1.0.3

16 May 02:16

Choose a tag to compare

  • fixes issues with experiments that involve a single natural history model.

Full Changelog: v1.0.2...v1.0.3

v1.0.2

13 Jul 18:04

Choose a tag to compare

  • experiment$write_design() now writes to csv and json files (#32 and fixes #33)

Full Changelog: v1.0.1...v1.0.2

v1.0.1

26 May 18:27

Choose a tag to compare

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) #31
  • crcexperiment$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

27 Oct 20:47
a176f2a

Choose a tag to compare

  • First stable version of the package.
  • Implements the crcmodel and crcexperiment classes.
  • crcmodel can be used to represent a cancer screening model with a natural history component and a screening component.
  • crcexperiment can be used to create experimental designs with multiple models, each with multiple parameters distributions.
  • crcexperiment also supports population blocks, which can be used to divide simulation runs in population sizes at the HPC side.
  • crcexperiment also supports pre-defined grid experimental designs.