Learn R Programming

textir (version 1.5.2)

summary.pls: pls summary

Description

Summary function for Partial Least Squares

Usage

## S3 method for class 'pls':
summary( object, ... )

Arguments

object
An output object from the pls function.
...
Additional unused arguments.

Value

  • A printout of the number of pls directions and the input dimension, followed by a summary of the corresponding forward regression lm(as.numeric(y)~directions).

Details

A short summary function for pls objects.

References

Taddy (2011), Inverse Regression for Analysis of Sentiment in Text. http://arxiv.org/abs/1012.2098

See Also

pls