microsimulation (Q71443): Difference between revisions
From MaRDI portal
Removed claim: imports (P585): ascii (Q62133) |
Added link to MaRDI item. |
||||||||||||||
(5 intermediate revisions by one other user not shown) | |||||||||||||||
Property / last update | |||||||||||||||
| |||||||||||||||
Property / last update: 8 March 2023 / rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: grDevices / rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: survival / rank | |||||||||||||||
Property / cites work | |||||||||||||||
Property / cites work: A parallel microsimulation package for modelling cancer screening policies / rank | |||||||||||||||
Property / software version identifier | |||||||||||||||
1.3.3 | |||||||||||||||
Property / software version identifier: 1.3.3 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 1.3.3 / qualifier | |||||||||||||||
publication date: 20 March 2021
| |||||||||||||||
Property / software version identifier | |||||||||||||||
1.3.4 | |||||||||||||||
Property / software version identifier: 1.3.4 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 1.3.4 / qualifier | |||||||||||||||
publication date: 21 March 2021
| |||||||||||||||
Property / software version identifier | |||||||||||||||
1.3.5 | |||||||||||||||
Property / software version identifier: 1.3.5 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 1.3.5 / qualifier | |||||||||||||||
publication date: 15 July 2021
| |||||||||||||||
Property / software version identifier | |||||||||||||||
1.3.6 | |||||||||||||||
Property / software version identifier: 1.3.6 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 1.3.6 / qualifier | |||||||||||||||
publication date: 16 November 2021
| |||||||||||||||
Property / software version identifier | |||||||||||||||
1.3.7 | |||||||||||||||
Property / software version identifier: 1.3.7 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 1.3.7 / qualifier | |||||||||||||||
publication date: 4 April 2022
| |||||||||||||||
Property / software version identifier | |||||||||||||||
1.4.1 | |||||||||||||||
Property / software version identifier: 1.4.1 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 1.4.1 / qualifier | |||||||||||||||
publication date: 18 October 2022
| |||||||||||||||
Property / software version identifier | |||||||||||||||
1.4.3 | |||||||||||||||
Property / software version identifier: 1.4.3 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / software version identifier: 1.4.3 / qualifier | |||||||||||||||
publication date: 19 July 2023
| |||||||||||||||
Property / last update | |||||||||||||||
19 July 2023
| |||||||||||||||
Property / last update: 19 July 2023 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / description | |||||||||||||||
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. | |||||||||||||||
Property / description: 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. / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / author | |||||||||||||||
Property / author: Mark Clements / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / author | |||||||||||||||
Property / author: Alexandra Jauhiainen / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / author | |||||||||||||||
Property / author: Andreas Karlsson / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / copyright license | |||||||||||||||
Property / copyright license: GNU General Public License / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / copyright license: GNU General Public License / qualifier | |||||||||||||||
edition/version: ≥ 3 (English) | |||||||||||||||
Property / depends on software | |||||||||||||||
Property / depends on software: Rcpp / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / depends on software: Rcpp / qualifier | |||||||||||||||
software version identifier: ≥ 0.10.2 | |||||||||||||||
Property / depends on software | |||||||||||||||
Property / depends on software: methods / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: parallel / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: grDevices / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: ascii / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / imports | |||||||||||||||
Property / imports: survival / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / cites work | |||||||||||||||
Property / cites work: A parallel microsimulation package for modelling cancer screening policies / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / MaRDI profile type | |||||||||||||||
Property / MaRDI profile type: MaRDI software profile / rank | |||||||||||||||
Normal rank | |||||||||||||||
links / mardi / name | links / mardi / name | ||||||||||||||
Latest revision as of 18:56, 12 March 2024
Discrete Event Simulation in R and C++, with Tools for Cost-Effectiveness Analysis
Language | Label | Description | Also known as |
---|---|---|---|
English | microsimulation |
Discrete Event Simulation in R and C++, with Tools for Cost-Effectiveness Analysis |
Statements
19 July 2023
0 references
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.
0 references