cste_surv: Estimate the CSTE curve for time to event outcome with right...

Description Usage Arguments Value References See Also

View source: R/cste_surv.R

Description

Estimate the CSTE curve for time to event outcome with right censoring. The working model is

λ(t| X, Z) = λ_0(t) \exp(β^T(X)Z + g(X)),

which implies that CSTE(x) = β(x).

Usage

1
cste_surv(x, y, z, s, h)

Arguments

x

samples of biomarker (or covariate) which is a n*1 vector and should be scaled between 0 and 1.

y

samples of time to event which is a n*1 vector.

z

samples of treatment indicator which is a n*K matrix.

s

samples of censoring indicator which is a n*1 vector.

h

kernel bandwidth.

Value

A n*K matrix, estimation of β(x).

References

Ma Y. and Zhou X. (2017). Treatment selection in a randomized clinical trial via covariate-specific treatment effect curves, Statistical Methods in Medical Research, 26(1), 124-141.

See Also

cste_surv_SCB


CSTE documentation built on Dec. 16, 2021, 9:07 a.m.

Related to cste_surv in CSTE...