View source: R/class-NIW-belief.R
is.NIW_belief | R Documentation |
Check whether x
is a Normal-Inverse-Wishard (NIW) belief/set of NIW beliefs. An NIW belief describes a distribution of
multivariate Gaussian categories.
is.NIW_belief(x, group = NULL, category = "category", is.long = T, verbose = F)
x |
Object to be checked. |
group |
Name of one or more group variables, each unique combination of which describes an NIW_belief. (default: NULL) |
category |
Name of the category variable. (default: "category") |
is.long |
Is this check assessing whether the belief is in long format ('TRUE') or wide format ('FALSE')? (default: 'TRUE') |
A logical.
TBD
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.