ExportFactorsGUI {DASplusR}R Documentation

GUI for Adding FA Results to the Active Data Set

Description

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

Usage

## DAS+R GUI: 
Advanced --> Factor Analysis --> Export Factors

## R Function Usage:
ExportFactorsGUI()

Dialog Elements

Select an Object:
Listbox for selecting the object whose scores should be added to the active data set. It contains objects of class "factanal". The function call used for computing such an object needs to satisfy one of the following two conditions: 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 exportFactors to add the scores of the selected object to the active data set.
Cancel:
Closes the dialog without calling exportFactors.
Help:
Shows this help file.

Author(s)

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

See Also

exportFactors, FactanalGUI.


[Package DASplusR version 0.0-1 Index]