check_prior | R Documentation |
Internal functions to check compatibility of the prior with the model.
check_prior(prior, n_terms, n_groups)
check_prior_mean(x, n_terms)
is_covmat(x)
check_prior_cov(x, n_terms)
check_prior_scale(x, n_terms)
check_prior_df(x, n_terms)
prior |
A list of explicit prior specifications. |
n_terms |
Number of terms (summary statistics) in the exponential random graph model |
n_groups |
Number of distinct groups |
x |
Prior mean or covariance to be checked |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.