| fHMM_model | R Documentation |
This function constructs an object of class fHMM_model, which
contains details about the fitted (hierarchical) Hidden Markov model.
fHMM_model(
data,
estimate,
nlm_output,
estimation_time,
ll,
lls,
gradient,
inverse_fisher,
decoding
)
## S3 method for class 'fHMM_model'
print(x, ...)
## S3 method for class 'fHMM_model'
residuals(object, ...)
## S3 method for class 'fHMM_model'
summary(object, alpha = 0.05, ...)
## S3 method for class 'fHMM_model'
coef(object, alpha = 0.05, digits = 2, ...)
## S3 method for class 'fHMM_model'
AIC(object, ..., k = 2)
## S3 method for class 'fHMM_model'
BIC(object, ...)
## S3 method for class 'fHMM_model'
nobs(object, ...)
## S3 method for class 'fHMM_model'
logLik(object, ...)
npar(object, ...)
## S3 method for class 'fHMM_model'
npar(object, ...)
## S3 method for class 'fHMM_model'
predict(object, ahead = 5, alpha = 0.05, ...)
data |
[ |
estimate |
[ |
nlm_output |
[ |
estimation_time |
[ |
ll |
[ |
lls |
[ |
gradient |
[ |
inverse_fisher |
[ |
decoding |
[ |
x, object |
[ |
... |
Currently not used. |
alpha |
[ |
digits |
[ |
k |
[ |
ahead |
[ |
An object of class fHMM_model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.