pca.f2z {RGeostats}R Documentation

Factors to Variables using PCA

Description

Transform Factors into Variables using PCA

Usage

pca.f2z(db, pca, verbose=FALSE, radix = "Variable", modify.target=db.locmod())

Arguments

db

The db-class containing the factors

pca

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

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 "Variable".

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 reconstructed variables have been added.


[Package RGeostats version 14.0.10 Index]