StatBean Name: SimpleRegressionTable

Purpose: Displays summary of fitted regression model relating Y and X.

DataSource: SimpleRegression or PolynomialRegression.


Read/Write Properties
NameTypeDescriptionPossible ValuesDefault Value
showANOVAbooleanWhether to display the analysis of variance table.true,falsetrue
showCoefficientsbooleanWhether to display the estimated regression coefficients.true,falsetrue
showModelbooleanWhether to display the equation of the fitted model.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 SimpleRegression.