Learn R Programming

Colossus (version 1.4.9)

LikelihoodBound.coxres: Calculates the likelihood boundary for a completed cox model

Description

LikelihoodBound.coxres solves the confidence interval for a cox model, starting at the optimum point and iteratively optimizing end-points of intervals.

Usage

# S3 method for coxres
LikelihoodBound(x, df, curve_control = list(), control = list(), ...)

Value

returns a list of the final results

Arguments

x

result object from a regression, class coxres

df

a data.table containing the columns of interest

curve_control

a list of control options for the likelihood boundary regression. See the Control_Options vignette for details.

control

list of parameters controlling the convergence, see the Control_Options vignette for details

...

can include the named entries for the curve_control list parameter

See Also

Other Cox Wrapper Functions: CoxRun(), CoxRunMulti()