hzdrate.sshzd {gss}R Documentation

Evaluating Smoothing Spline Hazard Estimates

Description

Evaluate smoothing spline hazard estimates by sshzd.

Usage

hzdrate.sshzd(object, x)
hzdcurve.sshzd(object,time,covariates=NULL)
survexp.sshzd(object,time,covariates=NULL,start=0)

Arguments

object Object of class "sshzd".
x Data frame or vector of points on which hazard is to be evaluated.
time Vector of time points.
covariates Vector of covariate values.
start Optional starting times of the intervals.

Value

hzdrate.sshzd returns a vector of hazard evaluations.
hzdcurve.sshzd returns a vector or columns of hazard curve(s) evaluated on time points at the covariates values.
survexp.sshzd returns a vector of expected survivals, which are based on the cumulative hazards over the specified intervals.

See Also

sshzd.


[Package Contents]