Learn R Programming

OVL.CI (version 0.1.1)

mixnorm_data: Simulated data with normal and mixture of normal distributions

Description

Contains control and case samples generated from a normal distribution and a two-component normal mixture distribution, respectively.

Usage

data(mixnorm_data)

Arguments

Format

A data frame with 100 rows and 2 variables:

controls

Simulated data from a N(5,1) normal distribution.

cases

Simulated data from a two-component normal mixture distribution: 0.8N(2,1) + 0.2N(3,1).

References

This dataset was artificially generated for the OVL.CI package.

Examples

Run this code
data(mixnorm_data)

Run the code above in your browser using DataLab