Usage
prop.excess(formula=formula(data),data=sys.parent(),excess=1
,tol=0.0001,max.time=NULL,n.sim=1000,alpha=1,frac=1)
Arguments
formula
a formula object, with the response on the left of a `~' operator, and
the terms on the right. The response must be a survival object as
returned by the `Surv' function.
data
a data.frame with the variables.
excess
specifies for which of the subjects the excess term is
present. Default is that the term is present for all subjects.
tol
tolerance for numerical procedure.
max.time
stopping considered time-period if different from 0.
Estimates thus computed from [0,max.time] if max.time>0. Default is max of data.
n.sim
number of simulations in re-sampling.
alpha
tuning paramter in Newton-Raphson procedure. Value smaller than
one may give more stable convergence.
frac
number between 0 and 1.
Is used in supremum test where observed jump times t1,
..., tk is replaced by t1, ..., tl with l=round(frac*k).