Description Usage Arguments Details Value
View source: R/cdm-constructors.R
Create an object of (C++) class Rcpp_CdmNoregNbinom
.
Objects of class Rcpp_CdmNoregNbinom
are cohort-level
data models, plus cohort-level data, for a single dataset. The data
does not have a region dimension. The data model
is based on the negative binomial distribution.
1 | new_CdmNoregNbinom(counts_data, ratio, disp)
|
counts_data |
A numeric vector of non-negative whole numbers.
|
ratio |
A numeric vector of non-negative numbers, the
same length as |
disp |
A numeric vector of non-negative numbers, the
same length as |
new_CdmNoregNbinom
is an internal function, and should
never be needed by end users.
An S4 object with class "Rcpp_CdmNoregNbinom"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.