edu.ucla.stat.SOCR.analyses.result
Class DichotomousProportionResult

java.lang.Object
  extended by edu.ucla.stat.SOCR.analyses.result.Result
      extended by edu.ucla.stat.SOCR.analyses.result.ParametricTestResult
          extended by edu.ucla.stat.SOCR.analyses.result.DichotomousProportionResult

public class DichotomousProportionResult
extends ParametricTestResult


Field Summary
static java.lang.String ADJUSTED_PROPORTION_P
           
static java.lang.String ADJUSTED_PROPORTION_Q
           
static java.lang.String ADJUSTED_SE_P
           
static java.lang.String ADJUSTED_SE_Q
           
static java.lang.String CI_STRING
           
static java.lang.String CI_TEXT_P
           
static java.lang.String CI_TEXT_Q
           
static java.lang.String CI_WIDTH
           
static java.lang.String LOWER_P
           
static java.lang.String LOWER_Q
           
static java.lang.String SAMPLE_PROPORTION
           
static java.lang.String SAMPLE_PROPORTION_P
           
static java.lang.String SAMPLE_PROPORTION_Q
           
static java.lang.String SAMPLE_SE_P
           
static java.lang.String SAMPLE_SE_Q
           
static java.lang.String UPPER_P
           
static java.lang.String UPPER_Q
           
static java.lang.String VALUE_LIST
           
 
Fields inherited from class edu.ucla.stat.SOCR.analyses.result.ParametricTestResult
dFormat, SORTED_NORMAL_QUANTILES, SORTED_RESIDUALS, SORTED_RESIDUALS_INDEX, SORTED_STANDARDIZED_NORMAL_QUANTILES, SORTED_STANDARDIZED_RESIDUALS
 
Fields inherited from class edu.ucla.stat.SOCR.analyses.result.Result
DF, dom, F_VALUE, graph, JAVA_ERROR, MEAN_DIFF, MEAN_X, MEAN_Y, P_VALUE, P_VALUE_ONE_SIDED, P_VALUE_TWO_SIDED, PREDICTED, R_SQUARE, RESIDUALS, SAMPLE_MEAN, SAMPLE_VAR, SIGN_TEST_STAT, SIGNED_TEST_W_MEAN, SIGNED_TEST_W_SCORE, SIGNED_TEST_W_STAT, SIGNED_TEST_W_VAR, T_STAT, texture, WILCOXON_R_MIN, WILCOXON_R_PRIME, WILCOXON_RANK_SUM_SMALLER, xmlResultString, Z_STAT
 
Constructor Summary
DichotomousProportionResult(java.util.HashMap texture)
          Constructors
DichotomousProportionResult(java.util.HashMap texture, java.util.HashMap graph)
           
 
Method Summary
 double getAdjustedProportionP()
           
 double getAdjustedProportionQ()
           
 double getAdjustedSEP()
           
 double getAdjustedSEQ()
           
 java.lang.String getCiString()
           
 java.lang.String getCITextP()
           
 java.lang.String getCITextQ()
           
 double getCiWidth()
           
 double getLowerP()
           
 double getLowerQ()
           
 int[] getSampleProportion()
           
 double getSampleProportionP()
          Accessors
 double getSampleProportionQ()
           
 double getSampleSEP()
           
 double getSampleSEQ()
           
 double getUpperP()
           
 double getUpperQ()
           
 java.lang.String[] getValueList()
           
 
Methods inherited from class edu.ucla.stat.SOCR.analyses.result.ParametricTestResult
getFormattedDouble, getFormattedGroup, getFormattedGroupArray, setDecimalFormat
 
Methods inherited from class edu.ucla.stat.SOCR.analyses.result.Result
getGraph, getTexture
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SAMPLE_PROPORTION_P

public static final java.lang.String SAMPLE_PROPORTION_P
See Also:
Constant Field Values

SAMPLE_PROPORTION_Q

public static final java.lang.String SAMPLE_PROPORTION_Q
See Also:
Constant Field Values

ADJUSTED_PROPORTION_P

public static final java.lang.String ADJUSTED_PROPORTION_P
See Also:
Constant Field Values

ADJUSTED_PROPORTION_Q

public static final java.lang.String ADJUSTED_PROPORTION_Q
See Also:
Constant Field Values

SAMPLE_SE_P

public static final java.lang.String SAMPLE_SE_P
See Also:
Constant Field Values

SAMPLE_SE_Q

public static final java.lang.String SAMPLE_SE_Q
See Also:
Constant Field Values

ADJUSTED_SE_P

public static final java.lang.String ADJUSTED_SE_P
See Also:
Constant Field Values

ADJUSTED_SE_Q

public static final java.lang.String ADJUSTED_SE_Q
See Also:
Constant Field Values

CI_TEXT_P

public static final java.lang.String CI_TEXT_P
See Also:
Constant Field Values

CI_TEXT_Q

public static final java.lang.String CI_TEXT_Q
See Also:
Constant Field Values

CI_WIDTH

public static final java.lang.String CI_WIDTH
See Also:
Constant Field Values

CI_STRING

public static final java.lang.String CI_STRING
See Also:
Constant Field Values

LOWER_P

public static final java.lang.String LOWER_P
See Also:
Constant Field Values

UPPER_P

public static final java.lang.String UPPER_P
See Also:
Constant Field Values

LOWER_Q

public static final java.lang.String LOWER_Q
See Also:
Constant Field Values

UPPER_Q

public static final java.lang.String UPPER_Q
See Also:
Constant Field Values

VALUE_LIST

public static final java.lang.String VALUE_LIST
See Also:
Constant Field Values

SAMPLE_PROPORTION

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

DichotomousProportionResult

public DichotomousProportionResult(java.util.HashMap texture)
Constructors


DichotomousProportionResult

public DichotomousProportionResult(java.util.HashMap texture,
                                   java.util.HashMap graph)
Method Detail

getSampleProportionP

public double getSampleProportionP()
Accessors


getSampleProportionQ

public double getSampleProportionQ()

getAdjustedProportionP

public double getAdjustedProportionP()

getAdjustedProportionQ

public double getAdjustedProportionQ()

getSampleSEP

public double getSampleSEP()

getSampleSEQ

public double getSampleSEQ()

getAdjustedSEP

public double getAdjustedSEP()

getAdjustedSEQ

public double getAdjustedSEQ()

getCiWidth

public double getCiWidth()

getCiString

public java.lang.String getCiString()

getLowerP

public double getLowerP()

getUpperP

public double getUpperP()

getLowerQ

public double getLowerQ()

getUpperQ

public double getUpperQ()

getCITextP

public java.lang.String getCITextP()

getCITextQ

public java.lang.String getCITextQ()

getValueList

public java.lang.String[] getValueList()

getSampleProportion

public int[] getSampleProportion()