Description Usage Arguments Details Value
View source: R/cdm-constructors.R
Create an object of (C++) class Rcpp_CdmWithregPoibin
.
Objects of class Rcpp_CdmWithregPoibin
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 Poisson-binomial mixture.
1 | new_CdmWithregPoibin(counts_data, prob)
|
counts_data |
A numeric matrix of non-negative whole numbers.
|
prob |
A numeric scalar between 0 and 1 (exclusive). |
new_CdmWithregPoibin
is an internal function, and should
never be needed by end users.
An S4 object with class "Rcpp_CdmWithregPoibin"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.