Learn R Programming

icmm (version 1.2)

simGaussian: Simulated data from the normal linear regression model

Description

Simulated data from the normal linear regression model. A data frame with 100 observations and 401 variables. The included variables are V1 A numeric vector of responses. V2-V401 400 vectors of covariates.

Usage

data(simGaussian)

Arguments

Format

A data frame of simulated data from the normal linear regression with 100 observations and 401 variables.

Examples

Run this code
# NOT RUN {
data(simGaussian)
Y<-as.matrix(simGaussian[,1])
X<-as.matrix(simGaussian[,-1])
# }

Run the code above in your browser using DataLab