Learn R Programming

microsimulation (version 1.4.4)

Discrete Event Simulation in R and C++, with Tools for Cost-Effectiveness Analysis

Description

Discrete event simulation using both R and C++ (Karlsson et al 2016; ). The C++ code is adapted from the SSIM library , 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.

Copy Link

Version

Install

install.packages('microsimulation')

Monthly Downloads

224

Version

1.4.4

License

GPL (>= 3)

Issues

Pull Requests

Stars

Forks

Maintainer

Mark Clements

Last Published

August 19th, 2024

Functions in microsimulation (1.4.4)

pqueue__new

C++ function
callCalibrationPerson

call CalibrationPerson example
simulate.survreg

Simulate event times from a survreg object
discountedInterval

Integrate a discounted value
.microsimulationLdFlags

Internal function
microsimulation-package

microsimulation
pqueue

S3 priority queue implementation using C++
RNGStream

S3 class to work with RngStream objects
fhcrcData

Old data used in the prostata model
summary.SummaryReport

summary method for a SummaryReport object