edu.ucla.stat.SOCR.analyses.result
Class DichotomousProportionResult
java.lang.Object
edu.ucla.stat.SOCR.analyses.result.Result
edu.ucla.stat.SOCR.analyses.result.ParametricTestResult
edu.ucla.stat.SOCR.analyses.result.DichotomousProportionResult
public class DichotomousProportionResult
- extends ParametricTestResult
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
DichotomousProportionResult
public DichotomousProportionResult(java.util.HashMap texture)
- Constructors
DichotomousProportionResult
public DichotomousProportionResult(java.util.HashMap texture,
java.util.HashMap graph)
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()