mxMarginalNegativeBinomial | R Documentation |
Indicator with marginal Negative Binomial distribution
mxMarginalNegativeBinomial(
vars,
maxCount = NA,
size,
prob = c(),
mu = c(),
zeroInf = 0.01,
free = TRUE,
labels = NA,
lbound = NA,
ubound = NA
)
vars |
character vector of manifest indicators |
maxCount |
maximum observed count |
size |
positive target number of successful trials |
prob |
probability of success in each trial |
mu |
alternative parametrization via mean |
zeroInf |
zero inflation parameter in probability units |
free |
logical vector indicating whether paremeters are free |
labels |
character vector of parameter labels |
lbound |
numeric vector of lower bounds |
ubound |
numeric vector of upper bounds |
a list of MxMarginPoisson obects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.