Description Usage Arguments Value
View source: R/norm_ci_functions.R
This is a helper function for norm_ci()
which reformats the output so that
it is more easily interpreted.
1 2 3 4 5 6 7 8 9 10 | norm_ci_data(
num_states,
num_variables,
num_subjects,
num_covariates,
estimate_vec,
upper_vec,
lower_vec,
state_dep_dist_pooled = FALSE
)
|
num_states |
The number of states in the desired HMM. |
num_variables |
The number of variables in the data. |
num_subjects |
The number of subjects/trials that generated the data. |
num_covariates |
The number of covariates in the data that the transition probability depends on. |
estimate_vec |
A vector containing the estimated natural parameters
of the normal HMM in the format outputte by |
upper_vec |
A vector containing the upper confidence interval of the
estimated natural parameters of the normal HMM in the format outputte by
|
lower_vec |
A vector containing the lower confidence interval of the
estimated natural parameters of the normal HMM in the format outputte by
|
state_dep_dist_pooled |
A logical variable indiacting whether the
state dependent distribution parameters |
A list containing the upper and lower confidence interval for each estimated parameter.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.