StatBean Name: MultipleRegressionTable

Purpose: Displays summary of fitted regression model relating Y and one or more X's.

DataSource: MultipleRegression or NonlinearRegression.


Read/Write Properties
NameTypeDescriptionPossible ValuesDefault Value
showAllStepsbooleanWhether to display information about each step if stepwise selection.true,falsefalse
showANOVAbooleanWhether to display the analysis of variance table.true,falsetrue
showCoefficientsbooleanWhether to display the estimated regression coefficients.true,falsetrue
showDependentVariablebooleanWhether to display the name of the dependent variable.true,falsetrue
showStatisticsbooleanWhether to display summary statistics for the regression.true,falsetrue

Other properties are inherited from the java.awt.Panel class and from the general TabularStatbean class.

Code Sample - see MultipleRegression.