Programming 303
SETSAMPLE Set sample data. Sets the sample data for one of the
statistical analyses (H1-H5) defined in the Symbolic view
of the Statistics 1Var app. Sets the data column to one of
the column variables D0-D9 for one of the statistical
analyses H1-H5.
SETSAMPLE(Hn, Dn)
Statistics 2Var
app functions
The Statistics 2Var app has a number of functions. Some
are designed to calculate summary statistics based on
one of the statistical analyses (S1-S5) defined in the
Symbolic view of the Statistics 2Var app. Others predict
X- and Y-values based on the fit specified in one of the
analyses.
Do2VStats Performs the same calculations as pressing in the
Statistics 2Var app's Numeric view and stores the results
in the appropriate Statistics 2Var app results variables.
Sn must be one of the Statistics 2Var app Symbolic view
variables S1-S5.
Do2VStats(Sn)
PredX Predict X. Uses the fit from the first active analysis (S1-S5)
found to predict an x-value given the y-value value.
PredX(value)
PredY Predict Y. Uses the fit from the first active analysis (S1-
S5) found to predict a y-value given the x-value value.
PredY(value)
SetDepend Sets the dependent column for one of the statistical
analyses S1-S5 to one of the column variables C0-C9.
SetDepend(Sn, Cn)
SetIndep Sets the independent column for one of the statistical
analyses S1-S5 to one of the column variables C0-C9.
SetIndep(Sn, Cn)
Inference app
functions
The Inference app has a single function that returns the
same results as pressing in the Inference app's
Numeric view. The results depend on the contents of the
Inference app variables Method, Type, and AltHyp.