Output
variable
Description
stat.dfReg Regression degrees of freedom
stat.SSReg Regression sum of squares
stat.MSReg Regression mean square
stat.dfError Error degrees of freedom
stat.SSError Error sum of squares
stat.MSError Error meansquare
stat.bList {b0,b1,...} List of coefficients
stat.tList Listof t statistics, one for each coefficient inthe bList
stat.PList ListP-values for each t statistic
stat.SEList List of standard errors for coefficients in bList
stat.yList yList= b0+b1•x1+...
stat.Resid Residuals from the regression
stat.sResid Standardized residuals; obtainedby dividing a residual by its standard deviation
stat.CookDist Cook’s distance; measure of the influence of an observation based on the residual
and leverage
stat.Leverage Measure of how far the values of the independent variable are from their mean
values
N
nand
/= keys
BooleanExpr1 nand BooleanExpr2 returns
Boolean expression
BooleanList1 nand BooleanList2 returns
Boolean list
BooleanMatrix1 nand BooleanMatrix2
returns Boolean matrix
Returns the negation of a logical and
operation on the two arguments. Returns
true, false, or a simplified form of the
equation.
For lists and matrices, returns comparisons
element by element.
Alphabetical Listing 117