test_data {OVL.CI} | R Documentation |
Simulated data with normal distributions to showcase the CI'S Overlap Coefficient (OVL) calculation
Description
Contains controls and cases data from normal distributions
Usage
data(test_data)
Format
A data frame with 100 rows and 2 variables:
- controls
Simulated data from a N(10,1)distribution for the control group
- 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.
Examples
data(test_data)
[Package OVL.CI version 0.1.0 Index]