User Guide

62 Commands and Functions Listing
2-PropZTest(
2-PropZTest(x1,n1,x2,n2[,alternative,drawflag, color#])
Computes a two-proportion z test. alternative=L1 is <; alternative=0 is
; alternative=1 is >. drawflag=1 draws results; drawflag=0
calculates results.
Color#: 10 - 24 or color name pasted from [vars] COLOR.
TESTS
6:2-PropZTest
(
Pt-Change(
Pt-Change(x,y[,color#])
Toggles a point on or off at (x,y) on the graph area. Off will be in the
Background color and On will be the specified
Color#: 10 - 24 or color name pasted from [vars] COLOR.
y <
POINTS
3:Pt-Change(
Pt-Off(
Pt-Off(x,y[,mark])
Erases a point at (x,y) on the graph area using mark. The Off state may
be the background color determined by the ImageVar or color setting.
Color#: 10 - 24 or color name pasted from [vars] COLOR.
y <
POINTS
2:Pt-Off(
Pt-On(
Pt-On(x,y[,mark,color#])
Draws a point at (x,y) on the graph area using mark and the specified
color#.
Color#: 10 - 24 or color name pasted from [vars] COLOR.
y <
POINTS
1:Pt-On(
PwrReg
PwrReg [Xlistname,Ylistname,freqlist,regequ]
Fits a power regression model to Xlistname and Ylistname with
frequency freqlist, and stores the regression equation to regequ.
CALC
A:PwrReg