Description Usage Arguments Value Author(s) See Also Examples
View source: R/summary.mogavs.R
S3 summary method for the mogavs class, producing output about the run and the models on the efficient frontier.
1 2 |
object |
A model of class mogavs. |
... |
Additional arguments for summary, only here to achieve S3 consistency, ie. they are ignored. |
A list with the following details:
maxGenerations |
The number of generations run for the model. |
boundary |
The efficient frontier, summarized as a two-column matrix with the number of variables and MSE. |
modelsTried |
The number of models tried during the run. |
Tommi Pajala <tommi.pajala@aalto.fi>
1 2 3 | data(sampleData)
mod<-mogavs(y~.,data=sampleData,maxGenerations=20)
summary(mod)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.