This function returns the estimated model coefficients and an alpha
confidence interval.
# S3 method for fHMM_model
coef(object, alpha = 0.05, digits = 2, ...)
A data.frame
.
An object of class fHMM_model
.
A numeric
between 0 and 1, the alpha level for the confidence interval.
By default, alpha = 0.05
, which computes a 95% confidence interval.
An integer
, the number of significant digits to be used.
By default, digits = 2
.
Ignored.