edu.ucla.stat.qmatest.analysis
Class ANOVA_Analysis

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

public class ANOVA_Analysis
extends Analysis

A Multi-Way ANOVA Analysis. origial from http://nimitz.mcs.kent.edu/~blewis/stat/anova.html


Field Summary
 
Fields inherited from class edu.ucla.stat.SOCR.core.Analysis
applet, dataTable, resultPanelTextArea
 
Constructor Summary
ANOVA_Analysis()
           
 
Method Summary
 void doAnalysis()
           
 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

ANOVA_Analysis

public ANOVA_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()
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