Extract model coefficients
Usage
# S3 method for class 'brs'
coef(object, model = c("full", "mean", "precision"), ...)
Arguments
- object
A fitted "betaregscale" object.
- model
Character: which component to return.
"full" (default) returns all parameters,
"mean" returns only the mean-model coefficients,
"precision" returns only the precision coefficients.
- ...
Ignored.
Value
Named numeric vector of estimated parameters.