edu.ucla.stat.qmatest.analysis
Class CategoricalData_Analysis

java.lang.Object
  extended byedu.ucla.stat.SOCR.core.Analysis
      extended byedu.ucla.stat.qmatest.analysis.CategoricalData_Analysis
All Implemented Interfaces:
Pluginable

public class CategoricalData_Analysis
extends Analysis

A Multi-Way ANOVA Analysis.


Field Summary
 
Fields inherited from class edu.ucla.stat.SOCR.core.Analysis
applet, dataTable, resultPanelTextArea
 
Constructor Summary
CategoricalData_Analysis()
           
 
Method Summary
 void doAnalysis()
          This method defines the specific statistical Analysis to be carried our on the user specified data.
 java.lang.String getName()
           
 javax.swing.JComponent getPanel()
           
 java.lang.String monoString(double s)
          convert a generic double s to a "nice" fixed length string
 java.lang.String monoString(int s)
          convert a generic integer s to a fixed length string
 java.lang.String monoString(java.lang.String s)
          convert a generic string s to a fixed length one.
 
Methods inherited from class edu.ucla.stat.SOCR.core.Analysis
addJTable, getDisplayPane, getInstance, getOnlineDescription, initialize, setApplet, setDataTable, setResultPanelTextArea, startAnalysis
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoricalData_Analysis

public CategoricalData_Analysis()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface Pluginable
Overrides:
getName in class Analysis

getPanel

public javax.swing.JComponent getPanel()

doAnalysis

public void doAnalysis()
This method defines the specific statistical Analysis to be carried our on the user specified data. ANOVA is done in this case.

Specified by:
doAnalysis in class Analysis

monoString

public java.lang.String monoString(java.lang.String s)
convert a generic string s to a fixed length one.


monoString

public java.lang.String monoString(double s)
convert a generic double s to a "nice" fixed length string


monoString

public java.lang.String monoString(int s)
convert a generic integer s to a fixed length string