R/data.R

#' Simulated data with normal distributions to showcase the CI'S Overlap Coefficient (OVL) calculation
#'
#'
#'Contains controls and cases data from normal distributions
#'
#'
#' @docType data
#'
#' @usage data(test_data)
#'
#' @format A data frame with 100 rows and 2 variables:
#' \describe{
#'  \item{controls}{Simulated data from a N(10,1)distribution for the control group}
#'  \item{cases}{Simulated data from a N(10.5,0.5)distribution for the case group}
#' }
#' @references This data set was artificially created for the OVL.CI package.
#' @keywords datasets
#' @examples
#'
#' data(test_data)
"test_data"

Try the OVL.CI package in your browser

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

OVL.CI documentation built on Nov. 14, 2023, 1:06 a.m.