8-46TwoSampleZTest: Executes 2-sample Z-test calculation.Syntax: TwoSampleZTest "1 condition",σ1,σ2, o1, n1, o2, n2Output Values: z, p, o1, o2, n1, n2 are assigned respectively to variables z, p , o1, o2, n1, n2and 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, nOutput Values: z, p, pˆ, n are assigned respectively to variables z, p , pˆ, n and to ListAnselements 1 through 4.TwoPropZTest: Executes 2-proportion Z-test calculation.Syntax: TwoPropZTest "p1 condition", x1, n1, x2, n2Output Values: z, p, pˆ 1, pˆ 2, pˆ, n1, n2 are assigned respectively to variables z, p, pˆ 1 , pˆ 2, pˆ,n1 , n2 and to ListAns elements 1 through 7.• t TestOneSampleTTest: Executes 1-sample t-test calculation.Syntax: OneSampleTTest " condition", 0, o, sx, nOneSampleTTest " condition", 0, List[, Freq]Output Values: t, p, o, sx, n are assigned respectively to the variables with the samenames 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, o1, o2, sx1, sx2, n1, n2 are assignedrespectively to the variables with the same names and to ListAnselements 1 through 9.When Pooled condition = 1, t, p , df, o1, o2, sx1, sx2, sp, n1 , n2 are assignedrespectively to the variables with the same names and to ListAnselements 1 through 10.Note: Specify 0 when you want to turn off the Pooled condition and 1 when youwant 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 thesame names and to ListAns elements 1 through 8.