compute_ci {fHMM} | R Documentation |
This helper function computes confidence intervals for the estimates of an
fHMM_model
object using the inverse Fisher information.
compute_ci(x, alpha = 0.05)
x |
An object of class |
alpha |
A |
A list
containing the following elements:
lb
: lower bound of confidence
estimate
: point estimate
ub
: upper bound of confidence