Last data update: 2014.03.03

R: 'sample data'
sample_dataR Documentation

'sample data'

Description

An example for the data input.

Usage

data("sample_data")

Format

A data frame with 22000 observations on the following 4 variables.

V1

a factor with levels

V2

a numeric vector

V3

a numeric vector

V4

a numeric vector

Details

The input data must be same as the sample data.

Source

nothing

References

2016 tutorial

Examples

data(sample_data)
## maybe str(sample_data) ; plot(sample_data) ...

Results