-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
55 lines (35 loc) · 2.35 KB
/
README.Rmd
File metadata and controls
55 lines (35 loc) · 2.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
message = FALSE,
warning = FALSE,
out.width = "100%"
)
```
# multimcm <img src='man/figures/hexbadge.png' align="right" width="100" />
<!-- badges: start -->
[](https://www.tidyverse.org/lifecycle/#experimental)
[](https://github.com/StatisticsHealthEconomics/rstanbmcm/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->
> Multilevel mixture cure modelling in Stan
The goal of `multimcm` is to jointly model two event time distributions (e.g. time to disease progression (PFS) and time to death (OS)) within a Bayesian relative survival mixture cure model framework, using the Stan engine called from R.
## Installation
You can install the development version from [GitHub](https://github.com/) with:
``` r
# install.packages("remotes")
remotes::install_github("StatisticsHealthEconomics/multimcm")
```
## Motivation
Mixture cure models are increasingly popular in health problems and in particular in oncology. A Bayesian paradigm allows the explicitly incorporation of uncertainties and principled synthesis of prior knowledge such as via expert elicitation or previous trials. By extending current methods to account for the dependence between event times we leverage additional information to make better inferences and decisions.
## Example
This package was originally written for this paper [Green (2025)](https://onlinelibrary.wiley.com/doi/10.1002/sim.70132).
### Code of Conduct
Please note that this project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.
### References
- Green, N., Kurt, M., Moshyk, A., Larkin, J. and Baio, G. (2025), A Bayesian Hierarchical Mixture Cure Modelling Framework to Utilize Multiple Survival Datasets for Long-Term Survivorship Estimates: A Case Study From Previously Untreated Metastatic Melanoma. Statistics in Medicine, 44: e70132. https://doi.org/10.1002/sim.70132