File: mxMarginalNegativeBinomial.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 (51 lines) | stat: -rw-r--r-- 1,284 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
46
47
48
49
50
51
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/MxThreshold.R
\name{mxMarginalNegativeBinomial}
\alias{mxMarginalNegativeBinomial}
\alias{MxMarginalNegativeBinomial-class}
\alias{print,MxMarginalNegativeBinomial-method}
\alias{show,MxMarginalNegativeBinomial-method}
\alias{$,MxMarginalNegativeBinomial-method}
\alias{$<-,MxMarginalNegativeBinomial-method}
\title{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{
\item{vars}{character vector of manifest indicators}

\item{maxCount}{maximum observed count}

\item{size}{positive target number of successful trials}

\item{prob}{probability of success in each trial}

\item{mu}{alternative parametrization via mean}

\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 Negative Binomial distribution
}