Learn R Programming

rminer (version 1.1)

sin1reg: 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)

Arguments

format

The format is: chr "sin1reg"

source

See references

Details

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

References

  • To cite the Importance function or sensitivity analysis method, please use: P. Cortez and M. Embrechts. Opening Black Box Data Mining Models Using Sensitivity Analysis. In Proceedings of the 2011 IEEE Symposium on Computational Intelligence and Data Mining (CIDM), pp. 341-348, Paris, France, April, 2011. http://www3.dsi.uminho.pt/pcortez/

Examples

Run this code
data(sin1reg)
print(summary(sin1reg))

Run the code above in your browser using DataLab