dscore | R Documentation |
function for survival proximity score matching in multistate model with three state.
dscore(status, data, prob, m, n, method = "euclidean")
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" |
list with newdataset updated using dscore
Atanu Bhattacharjee, Bhrigu Kumar Rajbongshi and Gajendra K. Vishwakarma
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.
cphGM,simfdata
##s
data(simulated_data)
udata<-dscore(status="status",data=simulated_data,prob=0.65,m=4,n=7)
##
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.