coxph_mpl.object {survivalMPL} | R Documentation |
MPL Proportional Hazards Regression Object
Description
This class of objects is returned by the coxph_mpl
class of functions
to represent a proportional hazards model fitted by maximum penalised likelihood.
Objects of this class have methods for the functions print
,
summary
, plot
, residuals
and predict
.
All components described under Arguments must be included in a legitimate
coxph_mpl
object.
Arguments
coef |
a list of length 2 containg the parameter estimates of each model part.
The first list, named |
se |
a list of length 2 containg the parameter standard errors of each model part.
The first list, named |
covar |
a list of length 5 containg the ( |
ploglik |
a vector of length 2. The first element is the penalised log-likelihood with the final values of the coefficients. (The second element is a correction factor for the baseline hazard parameters due to the use of a centered X matrix in the estimation process.) |
iter |
a vector of length 3 indicating the number of iterations used to estimate the
smoothing parameter (first value, equal to |
knots |
list of length 3 to 4 containg parameters of the chosen basis: |
control |
Object of class |
dim |
a list of length 5 with following elements: |
call |
the matched call. |
data |
a list of length 3 with following elements: |
Author(s)
Dominique-Laurent Couturier, Maurizio Manuguerra
See Also
coxph_mpl
, summary.coxph_mpl
, coef.coxph_mpl
,
plot.coxph_mpl
,residuals.coxph_mpl
and predict.coxph_mpl
.