- BetaMLE
a scalar: the NPMLE beta1 hat.
- StepSize
a vector of length 2. Approximate length of the 2 confidence intervals: beta1, and lambda. It is the initial search step size.
- Hfun
a function that defines the baseline feature: mu=int f(t) dH(t).
- Efun
a function that takes the input of 2 parameter values (beta1, and Mulam) and
returns a parameter that we wish to find the confidence Interval Upper Value. The two input variables must be called beta and theta.
- y
a vector of censored survival times.
- d
a vector of 0 and 1, censoring indicator.
- Z
covariates for the Cox model
- level
Confidence Level. Use chi-square(df=1), but calibration possible.