Calculation Result Output
∝1 ≠ ∝2: test condition
z: | z value |
p: | |
o1: | mean of sample 1 data |
o2: | mean of sample 2 data |
n1: size of sample 1
n2: size of sample 2
Command: OnePropZTest
Description: This command tests whether successes achieve a fixed proportion. A
|
|
| x | – p0 | p0 | : expected sample proportion | |
Z = |
|
| n | n | : sample size | ||
|
|
|
|
|
p0 (1– p0)
n
Command Syntax
“Prop condition”, p0 value, x value, n value
Definition of Terms
Prop condition: sample proportion test condition (“≠” specifies
sample value (integer, x >0) sample size (positive integer)
OnePropZTest “≠”,0.5,2048,4040
Calculation Result Output
Prop≠0.5: test condition
z: | z value |
p: | |
pˆ: | estimated sample proportion |
n: | sample size |
20050501