User Manual

LinRegtTest
Catalog >
For information on the effect of empty
elements in a list, see “Empty (Void)
Elements,” page 196.
Output variable Description
stat.RegEqn
Regression equation: a + bx
stat.t
t-Statistic for significance test
stat.PVal Smallest level of significance at whichthe null hypothesis can be rejected
stat.df Degrees of freedom
stat.a, stat.b Regression coefficients
stat.s Standard error about the line
stat.SESlope Standard error of slope
stat.r
2
Coefficientof determination
stat.r Correlation coefficient
stat.Resid Residuals from the regression
linSolve()
Catalog >
linSolve(SystemOfLinearEqns, Var1,
Var2, ...) list
linSolve(LinearEqn1 and LinearEqn2 and
..., Var1, Var2, ...) list
linSolve({LinearEqn1, LinearEqn2, ...},
Var1, Var2, ...) list
linSolve(SystemOfLinearEqns, {Var1,
Var2, ...}) list
linSolve(LinearEqn1 and LinearEqn2 and
..., {Var1, Var2, ...}) list
linSolve({LinearEqn1, LinearEgn2, ...},
{Var1, Var2, ...}) list
Returns a list of solutions for the variables
Var1, Var2, ...
Alphabetical Listing 81