set_priors | R Documentation |
This is a utility function to set priors for a multibergm. When not explicitly specified, set_priors() uses default (vague) priors. A validity check is also performed to ensure the compatibility of the priors with the model.
set_priors(
ergm_formula,
model_matrix,
control,
hyper_model_matrix = NULL,
prior = list()
)
ergm_formula |
An R |
control |
A list of parameters set by |
prior |
A list of explicit prior specifications. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.