WCHdf: Weighted cumulative hazard estimator for the bivariate...

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/WCHdf.R

Description

Provides estimates for the bivariate distribution function based on Weighted cumulative hazard estimator, WCH.

Usage

1
WCHdf(object, x, y)

Arguments

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.

Value

Vector with the Weighted cumulative hazard estimates for the bivariate distribution function.

Author(s)

Gustavo Soutinho and Luis Meira-Machado

References

Wang, M.C. and Wells, M.T. (1998). Nonparametric Estimation of successive duration times under dependent censoring, Biometrika 85, 561-572.

See Also

IPCWdf, KMWdf, LINdf and LDMdf.

Examples

1
2
3
4
5
6
data("bladder3")

b3 <- multidf(time1=bladder3$t1, event1=bladder3$d1, 
              time=bladder3$t2, status=bladder3$d2)
head(b3[[1]])
WCHdf(b3,x=13,y=20)

gsoutinho/survrec documentation built on Dec. 20, 2021, 1:46 p.m.