Ƶ2 Test
ChiGOFTest:

Executes a chi-square goodness of fit test.

Syntax:

ChiGOFTest List 1, List 2, df, List 3

 

(List 1 is the Observed list, List 2 is the Expected list, and List 3 is the

 

CNTRB list.)

Output Values:

Ƶ2, p, df are assigned respectively to the variables with the same names

 

and to ListAns elements 1 through 3. The CNTRB list is stored in List 3.

ChiTest:

Executes a chi-square test.

Syntax:

ChiTest MatA, MatB

 

(MatA is the Observed matrix and MatB is the Expected matrix.)

Output Values:

Ƶ2, p, df are assigned respectively to the variables with the same names

 

and to ListAns elements 1 through 3. The Expected matrix is assigned to

 

MatB.

F Test
TwoSampleFTest:

Executes 2-sample F-test calculation.

Syntax:

TwoSampleFTest "Σ1 condition", sx1, n1, sx2, n2

Output Values:

F, p, sx1, sx2, n1, n2 are assigned respectively to the variables with the

 

same names and to ListAns elements 1 through 6.

Syntax:

TwoSampleFTest "Σ1 condition", List1, List2, [, Freq1 [, Freq2]]

Output Values:

F, p, M1, M2, sx1, sx2, n1, n2 are assigned respectively to the variables with

 

the same names and to ListAns elements 1 through 8.

• ANOVA
OneWayANOVA:

Executes one-factor ANOVA analysis of variance.

Syntax:

OneWayANOVA List1, List2

 

 

 

 

(List1 is Factor list (A) and List2 is the Dependent list.)

Output Values:

Adf, Ass, Ams, AF, Ap, ERRdf, ERRss, ERRms are assigned respectively

 

to variables Adf, SSa, MSa, Fa, pa, Edf, SSe, MSe.

 

Also, output values are assigned to MatAns as shown below.

 

 

 

AdfAssAms AF Ap

 

 

 

 

 

 

 

 

MatAns =

 

 

 

 

ERRdf ERRss ERRms 0 0

TwoWayANOVA: Executes two-factor ANOVA analysis of variance.

Syntax:TwoWayANOVA List1, List2, List3 (List1 is Factor list (A), List2 is Factor list (B), and List3 is the Dependent list.)

Output Values: Adf, Ass, Ams, AF, Ap, Bdf, Bss, Bms, BF, Bp, ABdf, ABss, ABms, ABF, ABp, ERRdf, ERRss, ERRms are assigned respectively to variables Adf, SSa, MSa, Fa, pa, Bdf, SSb, MSb, Fb, pb, ABdf, SSab, MSab, Fab, pab, Edf, SSe, MSe.

Also, output values are assigned to MatAns as shown below.

 

 

Adf

Ass

Ams

AF

Ap

MatAns =

 

Bdf
BssBms

BF

Bp

 

ABssABmsABF ABp

 

 

ABdf

 

 

ERRdfERRssERRms

0

0

8-34