File: mxMarginalPoisson.Rd

package info (click to toggle)
r-cran-openmx 2.21.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 14,412 kB
  • sloc: cpp: 36,577; ansic: 13,811; fortran: 2,001; sh: 1,440; python: 350; perl: 21; makefile: 5
file content (45 lines) | stat: -rw-r--r-- 1,050 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/MxThreshold.R
\name{mxMarginalPoisson}
\alias{mxMarginalPoisson}
\alias{MxMarginalPoisson-class}
\alias{print,MxMarginalPoisson-method}
\alias{show,MxMarginalPoisson-method}
\alias{$,MxMarginalPoisson-method}
\alias{$<-,MxMarginalPoisson-method}
\title{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{
\item{vars}{character vector of manifest indicators}

\item{maxCount}{maximum observed count}

\item{lambda}{non-negative means}

\item{zeroInf}{zero inflation parameter in probability units}

\item{free}{logical vector indicating whether paremeters are free}

\item{labels}{character vector of parameter labels}

\item{lbound}{numeric vector of lower bounds}

\item{ubound}{numeric vector of upper bounds}
}
\value{
a list of MxMarginPoisson obects
}
\description{
Indicator with marginal Poisson distribution
}