mxMarginalPoisson {OpenMx}R Documentation

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

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

Value

a list of MxMarginPoisson obects


[Package OpenMx version 2.21.11 Index]