Learn R Programming

RFgroove (version 1.1)

toyReg: A toy data of regression

Description

A toy data of regression drawn from a multivariate Gaussian distribution. Only the three first variables are discriminant.

Usage

data(toyReg)

Arguments

Format

A list of two components:
  • X: the design matrix of size $n \times p$ drawn from a multivariate Gaussian distribution ;
  • Y: the outcome drawn from the Gaussian distribution.