These are functions that get the estimates and the confidence intervals. Due to package differences there are some local modifications.
prCaDefaultGetCoefAndCI(model, level, skip_intercept = FALSE)prCaRmsGetCoefAndCI(model, level, vn, data)
matrix
Returns a n x 3 matrix where the n equals the number
of variables.
The regression model
The confidence interval level
If the model should remove the intercept from the returned values.
The variable names
The data set
The rms-package does not have confint implemented and it is therefore a
better option to go through the summary function (rms:::summary.rms
).
Infortunately skip intercept is not an option as the summary doesn't
include the intercept for the rms regression outputs