View source: R/summarize_results.R
compute_params | R Documentation |
This function is used in the wrapper function lcm_tree()
compute_params(mod, dsgn, ci_level = 0.95, B = 10000)
mod |
output from |
dsgn |
output from |
ci_level |
credible interval level; default to 0.95 |
B |
Default is |
a list
Named("beta_est")=beta_est, Named("beta_sd_est")=beta_sd_est, Named("beta_cil")=beta_cil, Named("beta_ciu")=beta_ciu, Named("eta_est")=eta_est, Named("eta_var_est")=eta_var_est, Named("eta_cil")=eta_cil, Named("eta_ciu")=eta_ciu
prob_est$pi prob_est$theta prob_est$group prob_est$members prob_est$n_obs prob_est$theta_collapsed prob_est$pi_collapsed
get_est_cpp()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.