dscore function

Survival Proximity Score matching for MSM

Survival Proximity Score matching for MSM

function for survival proximity score matching in multistate model with three state.

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"

Returns

list with newdataset updated using dscore

Examples

##s data(simulated_data) udata<-dscore(status="status",data=simulated_data,prob=0.65,m=4,n=7) ##

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

Author(s)

Atanu Bhattacharjee, Bhrigu Kumar Rajbongshi and Gajendra K. Vishwakarma

  • Maintainer: Atanu Bhattacharjee
  • License: GPL-3
  • Last published: 2024-12-13

Useful links