R/prevtoinc.R

#' prevtoinc:
#'
#' The \strong{prevtoinc} package implements functionality to simulate 
#' point-prevalence studies (PPSs) for healtcare-associated infections (HAIs) and estimate incidence based on the PPS data. It 
#' is a companion package to the preprint Willrich et al., From prevalence to incidence - a new approach in the hospital setting;
#' <doi:10.1101/554725> , where methods are explained in detail.
#'
#' @docType package
#' @name prevtoinc
#' @importFrom dplyr "%>%"
#' @importFrom stats "dgeom"
#' @importFrom stats "dpois"
#' @importFrom stats "median" 
#' @importFrom stats "na.omit"
#' @importFrom stats "rbinom"
#' @importFrom grDevices "chull"
#' @importFrom rlang .data
NULL

Try the prevtoinc package in your browser

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

prevtoinc documentation built on June 18, 2019, 5:05 p.m.