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

java.lang.Object
  extended by edu.ucla.stat.SOCR.analyses.result.Result
      extended by edu.ucla.stat.SOCR.analyses.result.AnalysisResult
          extended by edu.ucla.stat.SOCR.analyses.result.LinearModelResult
              extended by edu.ucla.stat.SOCR.analyses.result.AnovaOneWayResult
                  extended by edu.ucla.stat.SOCR.analyses.result.AnovaTwoWayResult

public class AnovaTwoWayResult
extends AnovaOneWayResult


Nested Class Summary
 
Nested classes/interfaces inherited from class edu.ucla.stat.SOCR.analyses.result.LinearModelResult
LinearModelResult.Intercept, LinearModelResult.PlotData, LinearModelResult.Predictor
 
Field Summary
static java.lang.String BOX_PLOT_COLUMN_FACTOR_NAME
           
static java.lang.String BOX_PLOT_COLUMN_NAME
           
static java.lang.String BOX_PLOT_COLUMN_SIZE
           
static java.lang.String BOX_PLOT_ROW_FACTOR_NAME
           
static java.lang.String BOX_PLOT_ROW_NAME
           
static java.lang.String BOX_PLOT_ROW_SIZE
           
static java.lang.String DF_ERROR_GROUP
           
static java.lang.String DF_MODEL_GROUP
           
static java.lang.String F_VALUE_GROUP
           
static java.lang.String MSE_GROUP
           
static java.lang.String P_VALUE_GROUP
           
static java.lang.String RSS_GROUP
           
static java.lang.String VARIABLE_LIST
           
 
Fields inherited from class edu.ucla.stat.SOCR.analyses.result.AnovaOneWayResult
BOX_PLOT_FACTOR_NAME, BOX_PLOT_RESPONSE_NAME, BOX_PLOT_RESPONSE_VALUE, DF_ERROR, DF_MODEL, DF_TOTAL, F_VALUE, MSS_ERROR, MSS_MODEL, P_VALUE, PREDICTED, RESIDUALS, RSS_ERROR, RSS_MODEL, RSS_TOTAL, SORTED_NORMAL_QUANTILES, SORTED_RESIDUALS, SORTED_RESIDUALS_INDEX, SORTED_STANDARDIZED_RESIDUALS
 
Fields inherited from class edu.ucla.stat.SOCR.analyses.result.LinearModelResult
ALPHA, ANOVA_Y_GROUP_MEANS, ANOVA_Y_MEAN, BETA, BETA_SE, BETA_VAR, DF, DF_GROUP, intercept, plotData, predictor, predictorList, R_SQUARED, SCORE, SLR_MEAN_X, SLR_MEAN_Y, SORTED_STANDARDIZED_NORMAL_QUANTILES, TAG_adjusted_r_squared, TAG_analysis_output, TAG_coefficients, TAG_cooks_distance, TAG_degrees_freedom, TAG_degrees_freedom_error, TAG_degrees_freedom_model, TAG_estimate, TAG_f_statistics, TAG_intercept, TAG_linear_regression_result, TAG_multiple_r_squared, TAG_normal_scores, TAG_p_value, TAG_plot_data, TAG_predicted, TAG_predictor, TAG_residual_standard_error, TAG_residuals, TAG_root_standardized_residuals, TAG_standard_error, TAG_standardized_residuals, TAG_statistics, TAG_t_value, TAG_theoretical_quantiles, TAG_value, TAG_variable_name, Z_SCORE
 
Fields inherited from class edu.ucla.stat.SOCR.analyses.result.AnalysisResult
dFormat
 
Fields inherited from class edu.ucla.stat.SOCR.analyses.result.Result
dom, graph, JAVA_ERROR, MEAN_DIFF, MEAN_X, MEAN_Y, P_VALUE_ONE_SIDED, P_VALUE_TWO_SIDED, R_SQUARE, 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
AnovaTwoWayResult(java.util.HashMap<java.lang.String,java.lang.Object> texture)
          Constructors
AnovaTwoWayResult(java.util.HashMap<java.lang.String,java.lang.Object> texture, java.util.HashMap<java.lang.String,java.lang.Object> graph)
           
 
Method Summary
 int getBoxPlotCategoryCount()
           
 java.lang.String[] getBoxPlotCategoryName()
           
 double[][][] getBoxPlotResponseValue()
           
 int getBoxPlotSeriesCount()
           
 java.lang.String[] getBoxPlotSeriesName()
           
 int[] getDFGroup()
           
 double[] getFValueArray()
           
 double[] getFValueGroup()
           
 double[] getMSEGroup()
           
 double[] getPredicted()
           
 double[] getPValueGroup()
           
 double[] getResiduals()
           
 double getRSquare()
           
 double[] getRSSGroup()
           
 java.lang.String[] getVariableList()
          Accessors
 
Methods inherited from class edu.ucla.stat.SOCR.analyses.result.AnovaOneWayResult
getBoxPlotResponseValues, getDFError, getDFModel, getDFTotal, getFactorGroupNames, getFactorGroupNumber, getFValue, getMSSError, getMSSModel, getPValue, getRSSError, getRSSModel, getRSSTotal, getSortedNormalQuantiles, getSortedResiduals, getSortedResidualsIndex, getSortedStandardizedNormalQuantiles, getSortedStandardizedResiduals
 
Methods inherited from class edu.ucla.stat.SOCR.analyses.result.LinearModelResult
getIntercept, getPlotData, getPredictor, parseIntercept, parsePlotData, parsePredictors
 
Methods inherited from class edu.ucla.stat.SOCR.analyses.result.AnalysisResult
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

VARIABLE_LIST

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

DF_MODEL_GROUP

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

DF_ERROR_GROUP

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

RSS_GROUP

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

MSE_GROUP

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

F_VALUE_GROUP

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

P_VALUE_GROUP

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

BOX_PLOT_ROW_SIZE

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

BOX_PLOT_COLUMN_SIZE

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

BOX_PLOT_ROW_FACTOR_NAME

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

BOX_PLOT_COLUMN_FACTOR_NAME

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

BOX_PLOT_ROW_NAME

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

BOX_PLOT_COLUMN_NAME

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

AnovaTwoWayResult

public AnovaTwoWayResult(java.util.HashMap<java.lang.String,java.lang.Object> texture)
Constructors


AnovaTwoWayResult

public AnovaTwoWayResult(java.util.HashMap<java.lang.String,java.lang.Object> texture,
                         java.util.HashMap<java.lang.String,java.lang.Object> graph)
Method Detail

getVariableList

public java.lang.String[] getVariableList()
Accessors


getDFGroup

public int[] getDFGroup()

getRSSGroup

public double[] getRSSGroup()

getMSEGroup

public double[] getMSEGroup()

getFValueGroup

public double[] getFValueGroup()

getPValueGroup

public double[] getPValueGroup()

getFValueArray

public double[] getFValueArray()

getResiduals

public double[] getResiduals()
Overrides:
getResiduals in class AnovaOneWayResult

getPredicted

public double[] getPredicted()
Overrides:
getPredicted in class AnovaOneWayResult

getBoxPlotSeriesCount

public int getBoxPlotSeriesCount()

getBoxPlotCategoryCount

public int getBoxPlotCategoryCount()

getBoxPlotSeriesName

public java.lang.String[] getBoxPlotSeriesName()

getBoxPlotCategoryName

public java.lang.String[] getBoxPlotCategoryName()

getBoxPlotResponseValue

public double[][][] getBoxPlotResponseValue()

getRSquare

public double getRSquare()
Overrides:
getRSquare in class AnovaOneWayResult