hazard: Hazard function.

Description Usage Arguments Value Examples

Description

Let t be a continuous variable, we determine the value of the hazard function to t after run fit.

Usage

1
hazard(t, ObjFrailty)

Arguments

t

time for hazard function.

ObjFrailty

an object from the frailtypack fit.

Value

return the value of hazard function in t.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 

#-- a fit Shared
data(readmission)
fit.shared <- frailtyPenal(Surv(time,event)~dukes+cluster(id)+
strata(sex),n.knots=10,kappa=c(10000,10000),data=readmission)

#-- calling survival
hazard(20,fit.shared)


## End(Not run)

socale/frailtypack documentation built on June 15, 2021, 3:37 a.m.