Description Usage Details Examples
A simulated data set with 100 observations, 1 dependent variable and 60 independent variables.
1 | data("sampleData")
|
The data frame variable y
includes the dependent variables, while the x1
to x60
refer to independent variables.
1 2 | data(sampleData)
ans <- mogavs(as.matrix(sampleData)[,-1],as.matrix(sampleData)[,1],maxGenerations=10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.