powered by
This function produces an anova-type summary for a coxpath object.
# S3 method for coxpath summary(object, ...)
a coxpath object
coxpath
additional arguments
A data.frame is returned, with the following components at transition points:
degrees of freedom at each step
log-partial-likelihood at each step
AIC value at each step
BIC value at each step
An anova type of summary is returned, including Df, Log-partial-likelihood, AIC, and BIC values for the steps where the active set changed.
Mee Young Park and Trevor Hastie (2007) L1 regularization path algorithm for generalized linear models. J. R. Statist. Soc. B, 69, 659-677.
coxpath, plot.coxpath, print.coxpath
# NOT RUN { data(lung.data) attach(lung.data) fit <- coxpath(lung.data) summary(fit) detach(lung.data) # }
Run the code above in your browser using DataLab