pca.z2f {RGeostats}R Documentation

Variables to Factors using PCA

Description

Transform Variables into Factors using PCA

Usage

pca.z2f(db, pca, flag.norm=TRUE, verbose=FALSE,
radix = "Factor", modify.target=db.locmod())

Arguments

db

The db-class containing the input data

pca

The pca-class Class containing the characteristics of the PCA Transformation

flag.norm

When switched ON, the variables are normalized before they are transformed into factors.

verbose

TRUE for a verbose output

radix

Radix of the name given to the variables storing the results in the target Db. If not defined, this radix is set to "Factor".

modify.target

Decides whether or not the newly created variables will have their locator defined or not. For more information, see db.locmod.

Value

The db-class where the factors have been added.


[Package RGeostats version 14.0.10 Index]