PCAxform: PCA transform function Obtain the dataframe with the...

View source: R/idsXform.R

PCAxformR Documentation

PCA transform function Obtain the dataframe with the Principal Components after the rotation. ELo 201911 GWU DATS

Description

PCA transform function Obtain the dataframe with the Principal Components after the rotation. ELo 201911 GWU DATS

Usage

PCAxform(df, z = TRUE)

Arguments

df

The dataframe.

z

T/F or 0/1 for z-score to be used

Value

The transformed dataframe.

Examples

tmp = PCAxform(USArrests,TRUE)

physicsland/ezids documentation built on Feb. 4, 2024, 2:13 a.m.