Learn R Programming

OpenMx (version 2.22.10)

mxMarginalPoisson: Indicator with marginal Poisson distribution

Description

Indicator with marginal Poisson distribution

Usage

mxMarginalPoisson(
  vars,
  maxCount = NA,
  lambda,
  zeroInf = 0.01,
  free = TRUE,
  labels = NA,
  lbound = 0,
  ubound = c(1, NA)
)

Value

a list of MxMarginPoisson obects

Arguments

vars

character vector of manifest indicators

maxCount

maximum observed count

lambda

non-negative means

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