get_est_cpp_dt | R Documentation |
applicable to grouped or individual estimates by proper choices of prob1
and
prob2
; one or zeros give grouped estimates; probabilities give individual estimates
get_est_cpp_dt(
prob1,
prob2,
mu_gamma,
sigma_gamma,
mu_alpha,
sigma_alpha,
anc1,
anc2,
cardanc1,
cardanc2,
z
)
prob1, prob2 |
variational probabilities; |
mu_gamma |
variational Gaussian means (for |
sigma_gamma |
variational Gaussian variances (for |
mu_alpha |
variational Gaussian mean vectors (for |
sigma_alpha |
variational Gaussian variances (for
|
anc1, anc2 |
|
cardanc1, cardanc2 |
|
z |
double z= |
a List
List::create(Named("beta_est")=beta_est, Named("beta_sd")=beta_sd, Named("beta_cil")=beta_cil, Named("beta_ciu")=beta_ciu, Named("eta_est")=eta_est, Named("eta_sd")=eta_sd, Named("eta_cil")=eta_cil, Named("eta_ciu")=eta_ciu);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.