R/table-data.R

## SKG
## February 26, 2020
## Descriptions of table data


#' Pre-computed table of empirical distributions
#'
#' @description This a list of matrices of pre-computed with empirical distributions of i_pos.  list entry \code{[[ii]]} corresponds to clusters of size ii.  Each entry is an ii x ii matrix.  Row jj corresponds to clusters with jj-1 positive smears in the cluster.  The columns kk are the number of times a cluster with kk-1 positive transmissions was sampled.  Thus, all row sums should add to the same number.
#' In this data set, all rows add to 1e4.
#' @examples
#' data("idistrib1e4")
#' head(idistrib1e4[[4]])
#'
"idistrib1e4"
skgallagher/TBornotTB documentation built on April 21, 2020, 1:19 p.m.