makeFactorAnalysisDialog {DeducerPlugInExample} | R Documentation |
makes a Java Swing factor analysis dialog
makeFactorAnalysisDialog()
makeListExampleDialog()
makeScatterPlotDialog()
.factorAnalysisRunFunction(state)
.factorAnalysisCheckFunction(state)
state |
a list representing the current state of all of the widgets in the dialog |
The makeFactorAnalysisDialog returns a Java object of class SimpleRDialog.
.factorAnalysisCheckFunction is called when the "Run" button is pressed. If the dialog passes the check, then .factorAnalysisRunFunction is called, which formats and executes the users selections.
see http://www.deducer.org for details