pca1: Data: principal component analysis model for period of record

Description Usage Format Examples

Description

A list with 5 elements.

Usage

1

Format

results of a call to FactoMineR::PCA():

eig

eigenvalues for the PCA

var

variable names and

ind

lagged flow data

svd

the response variable: the sum of observed flows across Tamiami Trail

call

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
summary(pca1)

## Not run: 
### code used to generate object 
colsToUse <- 2:55
pca.dat   <- por

pca1 <- FactoMineR::PCA(pca.dat[, colsToUse],  ncp = 4, scale.unit = TRUE)
# save("pca1", file =  paste0(here(), "/data/pca1.RData"))


## End(Not run)

troyhill/TTFF documentation built on Aug. 9, 2021, 6:35 p.m.