powered by
A simulated data set with 100 observations, 1 dependent variable and 60 independent variables.
data("sampleData")
The data frame variable y includes the dependent variables, while the x1 to x60 refer to independent variables.
y
x1
x60
# 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