Description Usage Arguments Author(s) References See Also Examples
Provides estimates for the bivariate distribution function based on Bayes' theorem and Kaplan-Meier survival function. This approach is also named as landmarking.
1 | LDMdf(object, x, y)
|
object |
An object of class multidf. |
x |
The first time for obtaining estimates for the bivariate distribution function. |
y |
The second time for obtaining estimates for the bivariate distribution function. |
Gustavo Soutinho and Luis Meira-Machado
van Houwelingen, H.C. (2007). Dynamic prediction by landmarking in event history analysis, Scandinavian Journal of Statistics, 34, 70-85.
Kaplan, E. and Meier, P. (1958). Nonparametric Estimation from Incomplete Observations, Journal of the American Statistical Association 53(282), 457-481.
IPCWdf
, KMWdf
, LINdf
and WCHdf
.
1 2 3 4 5 | data("bladder4state")
b3state <- multidf(time1=bladder4state$y1, event1=bladder4state$d1,
time=bladder4state$y1+bladder4state$y2,status=bladder4state$d2)
LDMdf(b3state,x=13,y=20)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.