TwoSampleZTest:Executes 2-sample Z-test calculation.

Syntax:

TwoSampleZTest "1 condition", σ1, σ2, o1, n1, o2, n2

Output Values:

z, p, o1, o2, n1, n2 are assigned respectively to variables z, p, o1, o2, n1, n2

 

and to ListAns elements 1 through 6.

Syntax:

TwoSampleZTest "1 condition", σ1, σ2, List1, List2[, Freq1 [, Freq2]]

Output Values:

z, p, o1, o2, sx1, sx2, n1, n2 are assigned respectively to variables z, p, o1, o2,

 

sx1, sx2, n1, n2 and to ListAns elements 1 through 8.
OnePropZTest:Executes 1-proportion Z-test calculation.

Syntax:

OnePropZTest "p condition", p0, x, n

Output Values:

z, p, , n are assigned respectively to variables z, p, , n and to ListAns

 

elements 1 through 4.
TwoPropZTest:Executes 2-proportion Z-test calculation.

Syntax:

TwoPropZTest "p1 condition", x1, n1, x2, n2

Output Values:

z, p, 1, 2, , n1, n2 are assigned respectively to variables z, p, 1, 2, ,

 

n1, n2 and to ListAns elements 1 through 7.
t Test
OneSampleTTest:Executes 1-sample t-test calculation.

 

 

 

 

 

 

 

 

 

Syntax:

OneSampleTTest " condition", 0, o, sx, n

 

 

 

 

 

 

 

OneSampleTTest " condition", 0, List[, Freq]

 

 

 

 

 

Output Values:

t, p, o, sx, n are assigned respectively to the variables with the same

 

names and to ListAns elements 1 through 5.

 

 

 

 

 

TwoSampleTTest: Executes 2-sample t-test calculation.

 

 

 

 

 

 

 

 

 

Syntax:

TwoSampleTTest "1 condition", o1, sx1, n1, o2, sx2, n2[,Pooled condition]

 

TwoSampleTTest "1 condition", List1, List2, [, Freq1[, Freq2[,

 

Pooled condition ]]]

 

 

 

 

 

 

 

 

 

Output Values:

When Pooled condition = 0, t, p, df, o

1

2

, s

x1

x2

1

, n

2

are assigned

 

o

, s

 

, n

 

respectively to the variables with the same names and to ListAns elements 1 through 9.

When Pooled condition = 1, t, p, df, o1, o2, sx1, sx2, sp, n1, n2 are assigned respectively to the variables with the same names and to ListAns elements 1 through 10.

Note:Specify 0 when you want to turn off the Pooled condition and 1 when you want to turn it on. Omitting the input is treated as Pooled condition off.

LinRegTTest: Executes linear regression t-test calculation.Syntax:LinRegTTest "&ρ condition", XList, YList[, Freq]

Output Values: t, p, df, a, b, s, r, r2 are assigned respectively to the variables with the same names and to ListAns elements 1 through 8.

8-46