
Last chance! 50% off unlimited learning
Sale ends in
Gets the confidence interval, p-values, coefficients from a survival object
prGetFpDataFromFit(model_fit, conf.int = 0.95, exp = TRUE)
A matrix with the columns:
The estimated coefficient
P-value
The lower confidence interval
The upper confidence interval
A column that later can be used in ordering
A regression fit from CRR, coxph, cph object
The interval of interest 0-1, see levels in confint()
If the value should be in exponential form (default)