pca.z2f {RGeostats} | R Documentation |
Transform Variables into Factors using PCA
pca.z2f(db, pca, flag.norm=TRUE, verbose=FALSE, radix = "Factor", modify.target=db.locmod())
db |
The |
pca |
The |
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 |
The db-class
where the factors have been added.