Learn R Programming

mogavs (version 1.1.0)

sampleData: Simulated Data Set for MOGA-VS

Description

A simulated data set with 100 observations, 1 dependent variable and 60 independent variables.

Usage

data("sampleData")

Arguments

Details

The data frame variable y includes the dependent variables, while the x1 to x60 refer to independent variables.

Examples

Run this code
# NOT RUN {
data(sampleData)
ans <- mogavs(as.matrix(sampleData)[,-1],as.matrix(sampleData)[,1],maxGenerations=10)
# }

Run the code above in your browser using DataLab