pcr: Principal Component Regression

Description Usage

View source: R/pcr.R

Description

Principal Component Regression

Usage

1
2
3
4
5
6
7
pcr(formula, data, ncomp, cor = TRUE, ...)

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

## S3 method for class 'pcr'
print(x, digits = max(3L, getOption("digits") - 3L), ...)

regbook/regbook documentation built on June 27, 2020, 10:15 p.m.