Description Usage Arguments Value Author(s) References See Also Examples
Provides estimates for the general case of K gap times distribution function based based on Weighted cumulative hazard estimator, WCH.
1 | WCH3df(object, x, y, z)
|
object |
An object of class multidf. |
x |
The first time for obtaining estimates for the general case of K gap times distribution function. |
y |
The second time for obtaining estimates for the general case of K gap times distribution function. |
z |
The third time for obtaining estimates for the general case of K gap times distribution function. |
Vector with the Weighted cumulative hazard estimates for the general case of K gap times distribution function.
Gustavo Soutinho and Luis Meira-Machado
Wang, M.C. and Wells, M.T. (1998). Nonparametric Estimation of successive duration times under dependent censoring, Biometrika 85, 561-572.
1 2 3 4 5 6 7 8 9 10 11 12 13 | b4state <- multidf(time1=bladder5state$y1, event1=bladder5state$d1,
time2= bladder5state$y1+bladder5state$y2, event2=bladder5state$d2,
time=bladder5state$y1+bladder5state$y2+bladder5state$y3, status=bladder5state$d3)
head(b4state)[[1]]
WCH3df(b4state,x=13,y=20,z=40)
b4 <- multidf(time1=bladder4$t1, event1=bladder4$d1,
time2= bladder4$t2, event2=bladder4$d2,
time=bladder4$t3, status=bladder4$d3)
WCH3df(b4,x=13,y=20,z=40)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.