R/confidential.R

#' Confidentialization
#'
#' @description 
#' The models for rates, probabilities, or means
#' created with functions [mod_pois()], [mod_binom()],
#' and [mod_norm()] can be extended by adding
#' descriptions of confidentalization procedures applied
#' to the outcome variable. 
#'
#' @details
#'
#' **Data models for outcome variable**
#' 
#' | **Function**        | **Confidentialization procedure**         | **pois** | **binom** | **norm** |
#' |---------------------|------------------------------------|----------|-----------|----------|
#' | [set_confidential_rr3()] | Outcome randomly rounded to multiple of 3 | Yes      | Yes       | No       |
#'
#' @name confidential
NULL

Try the bage package in your browser

Any scripts or data that you put into this service are public.

bage documentation built on Nov. 19, 2025, 9:07 a.m.