Application Guide

Output
variable
Description
stat.Resid Residuals from the median-median line
stat.XReg
List of data points inthe modified X List actually usedin the regression based on
restrictions of Freq, Category List, and Include Categories
stat.YReg
List of data points inthe modified Y List actually used in the regression based on
restrictions of Freq, Category List, and Include Categories
stat.FreqReg
List of frequencies corresponding to stat.XReg andstat.YReg
mid()
Catalog >
mid(sourceString, Start[, Count])
string
Returns Count characters from character
string sourceString, beginning with
character number Start.
If Count is omitted or is greater than the
dimension of sourceString, returns all
characters from sourceString, beginning
with character number Start.
Count must be 0. If Count = 0, returns an
empty string.
mid(sourceList, Start [, Count]) list
Returns Count elements from sourceList,
beginning with element number Start.
If Count is omitted or is greater than the
dimension of sourceList, returns all
elements from sourceList, beginning with
element number Start.
Count must be 0. If Count = 0, returns an
empty list.
mid(sourceStringList, Start[, Count])
list
Returns Count strings from the list of
strings sourceStringList, beginning with
element number Start.
Alphabetical Listing 115