reset(object, verbose = TRUE)
autopls
autopls
autopls
, set.iter
, set.lv
## 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)
## select another iteration
newmodel <- set.iter (model,3)
## set another number of latent vectors
evennewermodel <- set.lv (newmodel,2)
## return to the original values
firstmodel <- reset (evennewermodel)
Run the code above in your browser using DataLab