Learn R Programming

dscoreMSM (version 0.1.0)

dscore: 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")

Value

list with newdataset updated using dscore

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"

Author

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

cphGM,simfdata

Examples

Run this code
# \donttest{
##s
data(simulated_data)
udata<-dscore(status="status",data=simulated_data,prob=0.65,m=4,n=7)
##
# }

Run the code above in your browser using DataLab