summary.elastic_net | R Documentation |
Function to obtain the naive subgroup treatment effects of an object fitted
with the elastic_net
function.
## S3 method for class 'elastic_net'
summary(object, gamma = 1, l = NULL, lambda = NULL, ...)
object |
( |
gamma |
( |
l |
( |
lambda |
( |
... |
Arguments of summary |
Object of class summary.elastic_net
which is a list
with the
estimated subgroup treatment effects, the resptype
, the confidence level
and the value of alpha
.
summary(elastic_net_fit_surv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.