summary.elastic_net {bonsaiforest} | R Documentation |
Summary Elastic Net Function
Description
Function to obtain the naive subgroup treatment effects of an object fitted
with the elastic_net
function.
Usage
## S3 method for class 'elastic_net'
summary(object, gamma = 1, l = NULL, lambda = NULL, ...)
Arguments
object |
( |
gamma |
( |
l |
( |
lambda |
( |
... |
Arguments of summary |
Value
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
.
Examples
summary(elastic_net_fit_surv)