7-9-17

Tests

uProgram, eActivity or Main Application

Command: TwoSampleFTest 

Command Syntax

Syntax 1 (list format)

1 condition”, List(1), List(2), Freq(1) (or 1), Freq(2) (or 1) * “Freq” can be omitted. Doing so sets “1” for “Freq”.

Syntax 2 (parameter format)

1 condition”, sx1 value, n1 value, sx2 value, n2 value

Input Example

Syntax 1 (list format)

TwoSampleFTest “”,list1,list2,1,1

Syntax 2 (parameter format)

TwoSampleFTest “”,1.94,10,2.12,15

kANOVAOne-Way ANOVA

Menu: [Test]-[One-Way ANOVA ]

Description: This command tests the hypothesis that the population means of multiple populations are equal. It compares the mean of one or more groups based on one independent variable or factor.

Definition of Terms

FactorList(A): list where levels of Factor A are located

DependentList: list where sample data is located

Calculation Result Output

A df :

df of Factor A

A MS :

MS of Factor A

A SS :

SS of Factor A

A F :

F value of Factor A

A p :

p-value of Factor A

Errdf :

df of error

ErrMS : MS of error

ErrSS :

SS of error

df : degrees of freedom

SS: sum of squares

MS : mean square

20090601