powered by
S3 summary method for the mogavs class, producing output about the run and the models on the efficient frontier.
# S3 method for mogavs summary(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:
The number of generations run for the model.
The efficient frontier, summarized as a two-column matrix with the number of variables and MSE.
The number of models tried during the run.
mogavs
# NOT RUN { data(sampleData) mod<-mogavs(y~.,data=sampleData,maxGenerations=20) summary(mod) # }
Run the code above in your browser using DataLab