Description Details Author(s) References Examples
Runs the genetic algorithm MOGA-VS for variable selection on a given data set.
Package: | mogavs |
Type: | Package |
Version: | 1.1.0 |
Date: | 2017-04-11 |
License: | GPL-2 |
Tommi Pajala, Ankur Sinha, Pekka Malo, Timo Kuosmanen Maintainer: Tommi Pajala <tommi.pajala@aalto.fi>
Sinha, A., Malo, P. & Kuosmanen, T. (2015) A Multi-objective Exploratory Procedure for Regression Model Selection. Journal of Computational and Graphical Statistics, 24(1). pp. 154-182.
1 2 3 4 | data(sampleData)
mod <- mogavs(y~.,data=sampleData,maxGenerations=20)
summary(mod)
createAdditionalPlots(mod,epsilonBand=0,kBest=30,"kbest")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.