models {sglOptim} | R Documentation |
Generic function for extracting the fitted models. Returns the fitted models.
models(object, index, ...)
object |
an object |
index |
a vector of indices of the models to be returned |
... |
additional parameters (optional) |
a list of length length(index)
containing the models
Martin Vincent