Nothing
#' 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"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.