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