| control_ngme | R Documentation |
Generate control specifications for the ngme model
control_ngme(
n_gibbs_samples = 5,
fix_beta = FALSE,
n_post_samples = 100,
beta_init = NULL,
debug = FALSE,
...
)
n_gibbs_samples |
number of gibbs samples at each iteration |
fix_beta |
logical, fix fixed effect estimation |
n_post_samples |
number of posterior samples, see ?ngme_post_samples() |
beta_init |
fixed effect initial value on the original design
scale. If |
debug |
debug mode |
... |
additional arguments. Legacy aliases |
a list of control variables for ngme
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.