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), ...)

ssustat/regbook documentation built on July 7, 2020, 12:16 a.m.