This function returns coefficients from a model fit by owl()
.
# S3 method for Owl coef(object, sigma = NULL, exact = FALSE, simplify = TRUE, ...)
object | an object of class |
---|---|
sigma | penalty parameter for SLOPE models; if |
exact | if |
simplify | if |
... | arguments that are passed on to |
Coefficients from the model.
If exact == FALSE
and sigma
is not in object
,
then the returned coefficients will be approximated by linear interpolation.
If coefficients from another type of penalty sequence
(with a different lambda
) are required, however,
please use owl()
to refit the model.
#> (Intercept) V1 #> -0.67805384 0.05552609