coef.HMmdl {MSTest} | R Documentation |
coef of a HMmdl
object
Description
This is a method for the function coef()
for objects of the class HMmdl
.
Usage
## S3 method for class 'HMmdl'
coef(object, ...)
Arguments
object |
an object for which the extraction of model coefficients is meaningful. |
... |
other arguments. |
Value
vector of coefficients.
[Package MSTest version 0.1.5 Index]