is.NIW_belief: Is this a Normal-Inverse-Wishart (NIW) belief?

View source: R/class-NIW-belief.R

is.NIW_beliefR Documentation

Is this a Normal-Inverse-Wishart (NIW) belief?

Description

Check whether x is a Normal-Inverse-Wishard (NIW) belief/set of NIW beliefs. An NIW belief describes a distribution of multivariate Gaussian categories.

Usage

is.NIW_belief(x, group = NULL, category = "category", is.long = T, verbose = F)

Arguments

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')

Value

A logical.

See Also

TBD


hlplab/MVBeliefUpdatr documentation built on March 29, 2025, 10:42 p.m.