Extracts a vector of model coefficients (both nonzero and zero) from a
"risk_mod" object. Equivalent to accessing the beta attribute of a
"risk_mod" object.
Usage
# S3 method for risk_mod
coef(object, ...)
Value
Numeric vector with coefficients.
Arguments
object
An object of class "risk_mod", usually a result of a call to
risk_mod().