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