This function is deprecated, please use pibble
instead.
mongrel(
Y = NULL,
X = NULL,
upsilon = NULL,
Theta = NULL,
Gamma = NULL,
Xi = NULL,
init = NULL,
pars = c("Eta", "Lambda", "Sigma"),
...
)
An object of class pibblefit
D x N matrix of counts (if NULL uses priors only)
Q x N matrix of covariates (design matrix) (if NULL uses priors only, must be present to sample Eta)
dof for inverse wishart prior (numeric must be > D) (default: D+3)
(D-1) x Q matrix of prior mean for regression parameters (default: matrix(0, D-1, Q))
QxQ prior covariance matrix (default: diag(Q))
(D-1)x(D-1) prior covariance matrix (default: ALR transform of diag(1)*(upsilon-D)/2 - this is essentially iid on "base scale" using Aitchison terminology)
(D-1) x Q initialization for Eta for optimization
character vector of posterior parameters to return
arguments passed to optimPibbleCollapsed
and
uncollapsePibble