coef.SVC_mle {varycoef} | R Documentation |
Extact Mean Effects
Description
Method to extract the mean effects from an SVC_mle
or SVC_selection
object.
Usage
## S3 method for class 'SVC_mle'
coef(object, ...)
## S3 method for class 'SVC_selection'
coef(object, ...)
Arguments
object |
|
... |
further arguments |
Value
named vector with mean effects, i.e. \mu
from
SVC_mle
Author(s)
Jakob Dambon
[Package varycoef version 0.3.4 Index]