ExportCompGUI {DASplusR}R Documentation

GUI for Adding PCA Results to the Active Data Set

Description

Graphical user interface for adding the scores computed in PCA to the active data set. The active data set is then reloaded into DAS+R.

Usage

## DAS+R GUI: 
Advanced --> Princ. Components Anal. --> Export PCs

## R Function Usage:
ExportCompGUI()

Dialog Elements

Select an Object:
Select the object whose scores should be added to the active data set from this listbox. The objects listed here are of class "princomp". In addition, one of the following two conditions on the function call used for computing such an object has to hold: either the active data set has been used as the data argument, or no data argument has been supplied.
OK:
Closes the dialog and calls the function exportComp to add the scores of the selected object to the active data set.
Cancel:
Closes the dialog without calling exportComp.
Help:
Shows this help file.

Author(s)

Andreas Alfons <andreas.alfons@student.tuwien.ac.at>

See Also

exportComp, PrincompGUI.


[Package DASplusR version 0.0-1 Index]