Application Guide

CopyVar
Catalog >
CopyVar Var1, Var2
CopyVar Var1., Var2.
CopyVar Var1, Var2 copies the value of
variable Var1 to variable Var2, creating
Var2 if necessary. Variable Var1 must have
a value.
If Var1 is the name of an existing user-
defined function, copies the definition of
that function to function Var2. Function
Var1 must be defined.
Var1 must meet the variable-naming
requirements or must be an indirection
expression that simplifies to a variable
name meeting the requirements.
CopyVar Var1., Var2. copies all members
of the Var1. variable group to the Var2.
group, creating Var2. if necessary.
Var1. must be the name of an existing
variable group, such as the statistics stat.nn
results, or variables created using the
LibShortcut() function. If Var2. already
exists, this command replaces all members
that are common to both groups and adds
the members that do not already exist. If
one or more members of Var2. are locked,
all members of Var2. are left unchanged.
corrMat()
Catalog >
corrMat(List1,List2[,…[,List20]])
Computes the correlation matrix for the
augmented matrix [List1, List2, ..., List20].
cos
Catalog >
Expr cos
Note: You can insert this operator from the
computer keyboard by typing @>cos.
Represents Expr in terms of cosine. This is
a display conversion operator. It can be
used only at the end of the entry line.
Alphabetical Listing 29