Learn R Programming

OVL.CI (version 0.1.1)

test_data: Simulated data with normal distributions

Description

Contains controls and cases data from normal distributions.

Usage

data(test_data)

Arguments

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

Run this code

data(test_data)

Run the code above in your browser using DataLab