dscore {dscoreMSM} | R Documentation |
Survival Proximity Score matching for MSM
Description
function for survival proximity score matching in multistate model with three state.
Usage
dscore(status, data, prob, m, n, method = "euclidean")
Arguments
status |
status column name in the survival data |
data |
survival data |
prob |
threshold probability |
m |
starting column number |
n |
ending column number |
method |
distance metric name e.g. "euclidean","minkowski","canberra" |
Value
list with newdataset updated using dscore
Author(s)
Atanu Bhattacharjee, Bhrigu Kumar Rajbongshi and Gajendra K. Vishwakarma
References
Vishwakarma, G. K., Bhattacherjee, A., Rajbongshi, B. K., & Tripathy, A. (2024). Censored imputation of time to event outcome through survival proximity score method. Journal of Computational and Applied Mathematics, 116103;
Bhattacharjee, A., Vishwakarma, G. K., Tripathy, A., & Rajbongshi, B. K. (2024). Competing risk multistate censored data modeling by propensity score matching method. Scientific Reports, 14(1), 4368.
See Also
Examples
##s
data(simulated_data)
udata<-dscore(status="status",data=simulated_data,prob=0.65,m=4,n=7)
##