set.iter: Sets the run of an autopls backwards selection to be used

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Changes the run of an autopls backwards selection to be used

Usage

1
  set.iter (object, iteration, verbose = TRUE)

Arguments

object

object of class autopls

iteration

new value for the iteration used

verbose

logical. If a summary of the resulting object should be printed on the screen

Details

The number of latent vectors is set to the orinal number for this run.

Value

Returns an object of class autopls

Author(s)

Sebastian Schmidtlein

See Also

autopls, set.lv

Examples

1
2
3
4
5
6
7
8
9
  ## 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)

autopls documentation built on May 2, 2019, 9:39 a.m.

Related to set.iter in autopls...