edu.ucla.stat.SOCR.analyses.model
Class DichotomousProportion

java.lang.Object
  extended by edu.ucla.stat.SOCR.analyses.model.DichotomousProportion
All Implemented Interfaces:
Analysis

public class DichotomousProportion
extends java.lang.Object
implements Analysis


Field Summary
static java.lang.String SIGNIFICANCE_LEVEL
           
 
Constructor Summary
DichotomousProportion()
           
 
Method Summary
 Result analyze(Data data, short analysisType)
           
 java.lang.String getAnalysisType()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIGNIFICANCE_LEVEL

public static final java.lang.String SIGNIFICANCE_LEVEL
See Also:
Constant Field Values
Constructor Detail

DichotomousProportion

public DichotomousProportion()
Method Detail

getAnalysisType

public java.lang.String getAnalysisType()
Specified by:
getAnalysisType in interface Analysis

analyze

public Result analyze(Data data,
                      short analysisType)
               throws WrongAnalysisException,
                      DataException
Specified by:
analyze in interface Analysis
Throws:
WrongAnalysisException
DataException

main

public static void main(java.lang.String[] args)