toy.test {sisal}R Documentation

Toy Data for SISAL (Test Set)

Description

Numeric matrix with independent and dependent variables and noise

Usage

toy.test

Format

The format is:

 num [1:500, 1:12] -0.543 -0.881 0.115 0.461 -0.173 ...
 - attr(*, "dimnames")=List of 2
  ..$ : NULL
  ..$ : chr [1:12] "y" "noise" "X1" "X2" ...

Details

This is the test set of the toy data, i.e. 500 rows of the whole 1500 row dataset.

For other details, see toy.learn.

See Also

toy.learn, bootMSE

Examples

library(graphics)
plot(as.data.frame(toy.test))

[Package sisal version 0.48 Index]