set.iter {autopls} | R Documentation |
Changes the run of an autopls backwards selection to be used
set.iter (object, iteration, verbose = TRUE)
object |
object of class |
iteration |
new value for the iteration used |
verbose |
logical. If a summary of the resulting object should be printed on the screen |
The number of latent vectors is set to the orinal number for this run.
Returns an object of class autopls
Sebastian Schmidtlein
## load predictor and response data to the current environment data (murnau.X) data (murnau.Y) ## call autopls with the standard options model <- autopls (murnau.Y ~ murnau.X) ## set another number of latent vectors newmodel <- set.iter (model,3)