mxMarginalNegativeBinomial {OpenMx} | R Documentation |
Indicator with marginal Negative Binomial distribution
Description
Indicator with marginal Negative Binomial distribution
Usage
mxMarginalNegativeBinomial(
vars,
maxCount = NA,
size,
prob = c(),
mu = c(),
zeroInf = 0.01,
free = TRUE,
labels = NA,
lbound = NA,
ubound = NA
)
Arguments
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 |
Value
a list of MxMarginPoisson obects
[Package OpenMx version 2.21.11 Index]