powered by
This helper function computes confidence intervals for the estimates of an fHMM_model object using the inverse Fisher information.
fHMM_model
compute_ci(x, alpha = 0.05)
A list containing the following elements:
list
lb: lower bound of confidence
lb
estimate: point estimate
estimate
ub: upper bound of confidence
ub
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.
numeric
alpha = 0.05
if (FALSE) { compute_ci(x = dax_model_3t, alpha = 0.05) }
Run the code above in your browser using DataLab