rminer (version 1.4.6)

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"

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, sensitivity analysis methods or synthetic datasets, please use: P. Cortez and M.J. Embrechts. Using Sensitivity Analysis and Visualization Techniques to Open Black Box Data Mining Models. In Information Sciences, Elsevier, 225:1-17, March 2013. http://dx.doi.org/10.1016/j.ins.2012.10.039

Examples

Run this code
# NOT RUN {
data(sin1reg)
print(summary(sin1reg))
# }

Run the code above in your browser using DataCamp Workspace