112 Alphabetical Listing
Output
variable
Description
stat.Resid Residuals from the median-median line
stat.XReg
Listof data points in the modifiedX List actually used in the regression based on
restrictions of Freq, Category List, and Include Categories
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
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.