calc_pca_args: Calculate PCA - Arguments

calc_pca_argsR Documentation

Calculate PCA - Arguments

Description

The following parameters can be used in the ... argument in function getap, also within function gdmm, to override the values in the analysis procedure file and so to modify the calculation of PCA - see examples.

getap(...)

gdmm(dataset, ap=getap(...))

Arguments

do.pca

Logical. If used in getap, if a PCA should be calculated with a given dataset.

Details

For a list of all parameters that can be used in the ... argument in getap and in the plot functions please see anproc_file.

See Also

gdmm

Other Calc. arguments: calc_NNET_args, calc_SVM_args, calc_aqg_args, calc_discrimAnalysis_args, calc_pls_args, calc_randomForest_args, calc_sim_args, split_dataset

Other PCA documentation: plot_pca,aquap_cube-method, plot_pca_args

Examples

## Not run: 
 dataset <- gfd()
 cube <- gdmm(dataset, getap(do.pca=TRUE))

## End(Not run)

bpollner/aquap2 documentation built on March 29, 2024, 7:33 a.m.