Discrete event simulation using both R and C++ (Karlsson et al 2016; <doi:10.1109/eScience.2016.7870915>). The C++ code is adapted from the SSIM library <https://www.inf.usi.ch/carzaniga/ssim/>, allowing for event-oriented simulation. The code includes a SummaryReport class for reporting events and costs by age and other covariates. The C++ code is available as a static library for linking to other packages. A priority queue implementation is given in C++ together with an S3 closure and a reference class implementation. Finally, some tools are provided for cost-effectiveness analysis.
Version: | 1.4.4 |
Depends: | Rcpp (≥ 0.10.2), methods |
Imports: | parallel, grDevices, ascii, survival |
LinkingTo: | Rcpp, RcppArmadillo |
Suggests: | testthat |
Published: | 2024-08-19 |
DOI: | 10.32614/CRAN.package.microsimulation |
Author: | Mark Clements [aut, cre, cph], Alexandra Jauhiainen [aut], Andreas Karlsson [aut], Antonio Carzaniga [cph], University of Colorado [cph], Pierre L'Ecuyer [cph] |
Maintainer: | Mark Clements <mark.clements at ki.se> |
BugReports: | https://github.com/mclements/microsimulation/issues |
License: | GPL (≥ 3) |
URL: | https://github.com/mclements/microsimulation |
NeedsCompilation: | yes |
CRAN checks: | microsimulation results |
Reference manual: | microsimulation.pdf |
Package source: | microsimulation_1.4.4.tar.gz |
Windows binaries: | r-devel: microsimulation_1.4.4.zip, r-release: microsimulation_1.4.4.zip, r-oldrel: microsimulation_1.4.4.zip |
macOS binaries: | r-release (arm64): microsimulation_1.4.4.tgz, r-oldrel (arm64): microsimulation_1.4.4.tgz, r-release (x86_64): microsimulation_1.4.4.tgz, r-oldrel (x86_64): microsimulation_1.4.4.tgz |
Old sources: | microsimulation archive |
Please use the canonical form https://CRAN.R-project.org/package=microsimulation to link to this page.