sin1reg {rminer}R Documentation

sin1 regression dataset

Description

Simple synthetic dataset with 1000 points, where y=0.7*sin(pi*x1/2000)+0.3*sin(pi*x2/2000)

Usage

data(sin1reg)

Format

The format is: chr "sin1reg"

Details

Simple synthetic dataset with 1000 points, where y=0.7*sin(pi*x1/2000)+0.3*sin(pi*x2/2000)

Source

See references

References

Examples

data(sin1reg)
print(summary(sin1reg))

[Package rminer version 1.4.6 Index]