Extact Mean Effects
Method to extract the mean effects from an SVC_mle
or SVC_selection
object.
## S3 method for class 'SVC_mle' coef(object, ...) ## S3 method for class 'SVC_selection' coef(object, ...)
object
: SVC_mle
or SVC_selection
object...
: further argumentsnamed vector with mean effects, i.e. from SVC_mle
Jakob Dambon