set200 {referenceIntervals}R Documentation

Dataset containing 200 values

Description

Small dataset containing 200 samples. The mean is centered on 5 with a standard deviation of 1.

Usage

set200

Format

The format is: num [1:200] 3.95 5.16 5.32 3.86 3.54 ...

Source

rnorm(200, m = 5, sd = 1)

Examples

data(set200)

[Package referenceIntervals version 1.3.1 Index]