summary.intsearch.Rd
Produces a summary of a fitted interval search model
# S3 method for intsearch summary(object,digits = max(3, getOption("digits") - 3), verbose=TRUE,first.n=5,...)
object | an object of class |
---|---|
digits | digits after the comma |
verbose | default set to TRUE. |
first.n | show first.n entries , default 5. |
... | additional argument(s) |
A list of following elements
a data frame of four objects for optimal models
alpha - a vector of alphas
lambda - a vector of penalization parameter lambda
deviances - a vector of deviances
n.features -a vector of number of features selected in each optimal model
an optimal value for alpha
an optimal value for lambda
an optimal value for error, hier minimal diviance
a list of optimal models with the same optimal error
Natalia Becker \ natalia.becker@dkfz.de
EPSGO
,plot.sum.intsearch
Sill M., Hielscher T., Becker N. and Zucknick M. (2014), c060: Extended Inference with Lasso and Elastic-Net Regularized Cox and Generalized Linear Models, Journal of Statistical Software, Volume 62(5), pages 1--22. doi: 10.18637/jss.v062.i05