70 Alphabetical Listing
Output
variable
Description
stat.YReg
Listof data points in the modifiedY List actually used inthe regression basedon
restrictions of Freq, Category List, and Include Categories
stat.FreqReg
Listof frequencies corresponding to stat.XReg and stat.YReg
F
factor()
Catalog >
factor(Expr1[, Var]) ⇒ expression
factor(List1[,Var]) ⇒ list
factor(Matrix1[,Var]) ⇒ matrix
factor(Expr1) returns Expr1 factored with
respect to all of its variables over a
common denominator.
Expr1 is factored as much as possible
toward linear rational factors without
introducing new non-real subexpressions.
This alternative is appropriate if you want
factorization with respect to more than one
variable.
factor(Expr1,Var) returns Expr1 factored
with respect to variable Var.
Expr1 is factored as much as possible
toward real factors that are linear in Var,
even if it introduces irrational constants or
subexpressions that are irrational in other
variables.
The factors and their terms are sorted with
Var as the main variable. Similar powers of
Var are collected in each factor. Include
Var if factorization is needed with respect
to only that variable and you are willing to
accept irrational expressions in any other
variables to increase factorization with
respect to Var. There might be some
incidental factoring with respect to other
variables.