SlideShare ist ein Scribd-Unternehmen logo
1 von 52
Chapter 12 Significance Tests in Practice
12.1 Tests about Population Mean
Student’s t-distribution Published in 1908 Used to describe the sampling distribution when the population std dev is unknown TEST STATISTIC ( uknown)
Student’s t- distribution Since this is just another significance test: 	Use PHANTOMS Differences: We are using a t distribution with n-1 degrees of freedom Use “tcdf(lower, upper, df)” The t-distribution is not resistant to outliers when sample size is small (less than 30)
Student’s t-distribution Assumptions Simple Random Sample IndependenceN > 10n Normality The sample must be approx Normal to indicate the Normality of the sampling distribution (1) Histogram: single peak, symmetric  	note: slight skew is OK, but must be mentioned (2) Norm probability plot: approx. linear (3) NO OUTLIERS
Example 12.2 	Tasters use a “sweetness scale” of 1 to 10.  Cola is rated before and after a month of storage in high temperature.  The differences are shown below.  The bigger the difference, the greater the loss of sweetness.  Does the data indicate that sweetness was lost after the storage interval? 			2.0,  0.4,  0.7,  2.0,  -0.4,  		2.2,  -1.3,  1.2,  1.1,  2.3
Example 12.2 Parameter Let  = the population mean sweetness lost after a month of storage at high temperature Let xbar = the sample (n=10) sweetness loss after a month of storage at high temperatures
Example 12.2 Hypotheses H0:  = 0 This indicates that there is no sweetness loss  Ha:  > 0 This indicates that there is sweetness loss
Example 12.2 Assumptions Simple Random SampleWe are not told that our data represents an SRS.  We must check that this sample is an SRS (or acts like an SRS) and proceed. Independence We can be assured that the population of cola is greater than 10(10) = 100
Example 12.2 Assumptions (cont.) Normality 				Our histogram is single peaked 			with a slight left skew 			The Normal probability plot is 				approximately linear 				There are no outliers
Example 12.2 Test Statistic P-value
Example 12.2 Test Statistic P-value
Example 12.2 Test Statistic P-value
Example 12.2 Test Statistic P-value
Example 12.2 Test Statistic P-value
Example 12.2 Test Statistic P-value
Example 12.2 Test Statistic P-value
Example 12.2 Make a decision We are going to “reject” (our p-value is small) Summarize Approximately 1% of the time, a sample of size 10 will produce a mean sweetness loss of at least 1.02. Since the p-value is smaller than a presumed  = 0.05, we reject the null hypothesis. We have evidence to conclude that the mean sweetness loss greater than 0.  Our new estimate for the average sweetness loss is 1.02.
Paired t-tests When a sample is produced using a matched pair design, the data used in the significance test is the difference of the two measurements Some typical examples of a paired t-test would be a “pre-test and post-test” as well as the previous example. The important thing here is to recognize the matched pair design and to work of the difference of the scores (and not the scores themselves)
Example 12.5
Example 12.5 	We will work through the first few steps and leave the rest for you on your own. Parameter  = the population difference in average time to complete the maze  xbar = the sample (n = 21) difference in average time to complete the maze
Example 12.5 Hypotheses H0:  = 0 Ha:  > 0(the scented mask decreases average time to complete maze) Remember: we are looking at the “difference” column only!
Example 12.5 Assumptions Simple Random SampleThe data comes from a randomized matched pair design; we will have to assume that this is an SRS of the population and proceed with the test Independence We must assume that the population is greater than 10(21) = 210 and that the scented and unscented trails are independent; we will proceed  as though this condition is satisfied
Example 12.5 Assumptions (cont.) Normality 				Our histogram is single peaked 			with a slight right skew 			The Normal probability plot is 				approximately linear 				There are no outliers
Example 12.5 Name of the Test We will use a “paired t-test for a mean” Test Statistic You can do the rest, yeah?
Robustness t-procedures are robust against non-Normal population except in the presence of outliers Guidelines for using t-procedures n < 15: data must be approx normal,no outliers n >15: data can have slight skew, no outliers n > 30: data can have skew
Assignment 12.1 Page 745 #1, 3, 6, 9, 10, 12, 16, 20
12.2 Tests about a Population Proportion
z-tests for proportion Again, we have introduced most of the material- this is just another significance test. Unlike tests for means, tests for proportions will always be a z-test We will review some of the key information:
Assumptions for proportions Simple Random Sample IndependenceN > 10n Normality (of sampling distribution)np> 10 and nq>10remember that this is just the number of responses
Test Statistic for proportions If H0: p = p0
Example 12.8 	A random sample of 100 workers from a large chain restaurant were asked whether or not work stress had a negative impact on their personal lives.  Thirty-two of them responded “No.”  A large national survey reported that 25% of restaurant workers did not feel that stress exerted a negative impact. 	Does this large chain restaurant have the same work stress  as the nation?
Example 12.8 We are going to use the national survey as our known population mean. Parameter p = the national proportion of restaurant workers who feel as though work stress has a negative impact on their personal lives. p-hat = the proportion of the sample of 100 workers who feel as though work stress has a negative impact on their personal lives.
Example 12.8 Hypotheses 	H0: p = 0.25 	Ha: p  0.25 Assumptions Simple Random Sample 	We are told that our sample is from a random sample.  We will treat this as an SRS. Independence 	Although we are not told, we will make the assumption that there are more than 10(100) = 1000 workers for this national chain Normality np = 38 >10 and nq = 62 > 10Our sampling distribution is approximately Normal
Example 12.8 Name of Test 	We will conduct a 1-proportion z-test 	(Note that this will be a two-tailed test) Test Statistic
Example 12.8 Pvalue Decision
Example 12.8 Pvalue Decision
Example 12.8 Pvalue Decision
Example 12.8 Pvalue Decision
Example 12.8 Pvalue Decision Fail to reject
Example 12.8 Summarize 	Approximately 11% of the time, a sample of size 100 will produce a proportion at least as extreme 0.38. 	Since this is not less than a presumed  = 0.05, we will fail to reject the H0. 	We do not have enough evidence to conclude that the proportion of workers of this national chain who feel that work stress affects their personal lives is not 0.25.
Power The preceding example should make you feel a bit uncomfortable: that p-value was not large.  	We don’t really expect the average to be exactly equal to the national average! 	Most likely, the restaurant’s proportion was not that different from the national average: maybe just a few percentage points greater. 	Our test didn’t have enough power to detect the difference between the two proportions!
Confidence Intervals and Significance Tests Let’s calculate the confidence interval for out proportion in the preceding example.
Confidence Intervals and Significance Tests Let’s calculate the confidence interval for out proportion in the preceding example.
Confidence Intervals and Significance Tests Let’s calculate the confidence interval for out proportion in the preceding example. Notice that the Conf. Int.uses p-hat and q-hat for the Standard Error
Confidence Intervals and Significance Tests Let’s calculate the confidence interval for out proportion in the preceding example.
Confidence Intervals and Significance Tests Let’s calculate the confidence interval for out proportion in the preceding example.
Confidence Intervals and Significance Tests Let’s calculate the confidence interval for out proportion in the preceding example. Our interval contains 0.25 It is equally likely that the proportion is actually 0.25! i.e. the proportion could be 0.25!
Calculator Usage 	As you may have already noticed, the TI calculators automate many of these calculations. 	Of course, this does not excuse you from writing out the PHANTOMS or PANIC procedures, or even showing your calculations!
Calculator Usage
Calculator Usage TI83/84:  Since these functions are menu driven we will just list the tests and their usage  [STAT] -> “TESTS” Z-Test = one or two tailed z test for mean T-Test = one or two tail t-test for means 1-PropZTest = one or two tail test for proportions ZInterval = confidence interval for mean (-known) Tinterval = confidence interval for mean (-unknown) 1-PropZInt = confidence interval for proportions
Stats chapter 12

Weitere ähnliche Inhalte

Was ist angesagt?

Single sample z test - explain (final)
Single sample z test - explain (final)Single sample z test - explain (final)
Single sample z test - explain (final)CTLTLA
 
Hypothesis testing examples on z test
Hypothesis testing examples on z testHypothesis testing examples on z test
Hypothesis testing examples on z testJags Jagdish
 
Confidence Level and Sample Size
Confidence Level and Sample SizeConfidence Level and Sample Size
Confidence Level and Sample SizeEmilio Fer Villa
 
Chapter 7 – Confidence Intervals And Sample Size
Chapter 7 – Confidence Intervals And Sample SizeChapter 7 – Confidence Intervals And Sample Size
Chapter 7 – Confidence Intervals And Sample Sizeguest3720ca
 
Calculating a two sample z test by hand
Calculating a two sample z test by handCalculating a two sample z test by hand
Calculating a two sample z test by handKen Plummer
 
Business Research Methods T Test
Business Research Methods T TestBusiness Research Methods T Test
Business Research Methods T TestNeelutpal Saha
 
Test of hypothesis (t)
Test of hypothesis (t)Test of hypothesis (t)
Test of hypothesis (t)Marlon Gomez
 
Review Z Test Ci 1
Review Z Test Ci 1Review Z Test Ci 1
Review Z Test Ci 1shoffma5
 
C2 st lecture 11 the t-test handout
C2 st lecture 11   the t-test handoutC2 st lecture 11   the t-test handout
C2 st lecture 11 the t-test handoutfatima d
 
Presentation on Hypothesis Test by Ashik Amin Prem
Presentation on Hypothesis Test by Ashik Amin PremPresentation on Hypothesis Test by Ashik Amin Prem
Presentation on Hypothesis Test by Ashik Amin PremAshikAminPrem
 
Final examexamplesapr2013
Final examexamplesapr2013Final examexamplesapr2013
Final examexamplesapr2013Brent Heard
 

Was ist angesagt? (20)

Single sample z test - explain (final)
Single sample z test - explain (final)Single sample z test - explain (final)
Single sample z test - explain (final)
 
Hypothesis testing examples on z test
Hypothesis testing examples on z testHypothesis testing examples on z test
Hypothesis testing examples on z test
 
Confidence Level and Sample Size
Confidence Level and Sample SizeConfidence Level and Sample Size
Confidence Level and Sample Size
 
Two Variances or Standard Deviations
Two Variances or Standard DeviationsTwo Variances or Standard Deviations
Two Variances or Standard Deviations
 
12
1212
12
 
Chapter 7 – Confidence Intervals And Sample Size
Chapter 7 – Confidence Intervals And Sample SizeChapter 7 – Confidence Intervals And Sample Size
Chapter 7 – Confidence Intervals And Sample Size
 
Testing a Claim About a Proportion
Testing a Claim About a ProportionTesting a Claim About a Proportion
Testing a Claim About a Proportion
 
Stats chapter 11
Stats chapter 11Stats chapter 11
Stats chapter 11
 
16
1616
16
 
Calculating a two sample z test by hand
Calculating a two sample z test by handCalculating a two sample z test by hand
Calculating a two sample z test by hand
 
Business Research Methods T Test
Business Research Methods T TestBusiness Research Methods T Test
Business Research Methods T Test
 
Test of hypothesis (t)
Test of hypothesis (t)Test of hypothesis (t)
Test of hypothesis (t)
 
Review Z Test Ci 1
Review Z Test Ci 1Review Z Test Ci 1
Review Z Test Ci 1
 
Biostatistics ii4june
Biostatistics ii4juneBiostatistics ii4june
Biostatistics ii4june
 
Tests of significance
Tests of significance  Tests of significance
Tests of significance
 
C2 st lecture 11 the t-test handout
C2 st lecture 11   the t-test handoutC2 st lecture 11   the t-test handout
C2 st lecture 11 the t-test handout
 
Presentation on Hypothesis Test by Ashik Amin Prem
Presentation on Hypothesis Test by Ashik Amin PremPresentation on Hypothesis Test by Ashik Amin Prem
Presentation on Hypothesis Test by Ashik Amin Prem
 
Final examexamplesapr2013
Final examexamplesapr2013Final examexamplesapr2013
Final examexamplesapr2013
 
Hypothesis Testing
Hypothesis TestingHypothesis Testing
Hypothesis Testing
 
Test hypothesis
Test hypothesisTest hypothesis
Test hypothesis
 

Ähnlich wie Stats chapter 12

Telesidang 4 bab_8_9_10stst
Telesidang 4 bab_8_9_10ststTelesidang 4 bab_8_9_10stst
Telesidang 4 bab_8_9_10ststNor Ihsan
 
MLlectureMethod.ppt
MLlectureMethod.pptMLlectureMethod.ppt
MLlectureMethod.pptbutest
 
MLlectureMethod.ppt
MLlectureMethod.pptMLlectureMethod.ppt
MLlectureMethod.pptbutest
 
Statistice Chapter 02[1]
Statistice  Chapter 02[1]Statistice  Chapter 02[1]
Statistice Chapter 02[1]plisasm
 
Chapter 7 : Inference for Distributions(The t Distributions, One-Sample t Con...
Chapter 7 : Inference for Distributions(The t Distributions, One-Sample t Con...Chapter 7 : Inference for Distributions(The t Distributions, One-Sample t Con...
Chapter 7 : Inference for Distributions(The t Distributions, One-Sample t Con...nszakir
 
Approximate ANCOVA
Approximate ANCOVAApproximate ANCOVA
Approximate ANCOVAStephen Senn
 
Lecture_Wk08.pdf
Lecture_Wk08.pdfLecture_Wk08.pdf
Lecture_Wk08.pdfNiel89
 
Hypothesis Testing techniques in social research.ppt
Hypothesis Testing techniques in social research.pptHypothesis Testing techniques in social research.ppt
Hypothesis Testing techniques in social research.pptSolomonkiplimo
 
Research Sample size by Dr Allah Yar Malik
Research Sample size by Dr Allah Yar MalikResearch Sample size by Dr Allah Yar Malik
Research Sample size by Dr Allah Yar Malikhuraismalik
 

Ähnlich wie Stats chapter 12 (20)

Stats chapter 13
Stats chapter 13Stats chapter 13
Stats chapter 13
 
Chapter 3
Chapter 3Chapter 3
Chapter 3
 
lecture8.ppt
lecture8.pptlecture8.ppt
lecture8.ppt
 
Lecture8
Lecture8Lecture8
Lecture8
 
A04 Sample Size
A04 Sample SizeA04 Sample Size
A04 Sample Size
 
A04 Sample Size
A04 Sample SizeA04 Sample Size
A04 Sample Size
 
Telesidang 4 bab_8_9_10stst
Telesidang 4 bab_8_9_10ststTelesidang 4 bab_8_9_10stst
Telesidang 4 bab_8_9_10stst
 
MLlectureMethod.ppt
MLlectureMethod.pptMLlectureMethod.ppt
MLlectureMethod.ppt
 
MLlectureMethod.ppt
MLlectureMethod.pptMLlectureMethod.ppt
MLlectureMethod.ppt
 
Chapter09
Chapter09Chapter09
Chapter09
 
Statistice Chapter 02[1]
Statistice  Chapter 02[1]Statistice  Chapter 02[1]
Statistice Chapter 02[1]
 
Chapter 7 : Inference for Distributions(The t Distributions, One-Sample t Con...
Chapter 7 : Inference for Distributions(The t Distributions, One-Sample t Con...Chapter 7 : Inference for Distributions(The t Distributions, One-Sample t Con...
Chapter 7 : Inference for Distributions(The t Distributions, One-Sample t Con...
 
Approximate ANCOVA
Approximate ANCOVAApproximate ANCOVA
Approximate ANCOVA
 
Lecture_Wk08.pdf
Lecture_Wk08.pdfLecture_Wk08.pdf
Lecture_Wk08.pdf
 
Hypothesis Testing techniques in social research.ppt
Hypothesis Testing techniques in social research.pptHypothesis Testing techniques in social research.ppt
Hypothesis Testing techniques in social research.ppt
 
6. sample size v3
6. sample size   v36. sample size   v3
6. sample size v3
 
Biostatistics
BiostatisticsBiostatistics
Biostatistics
 
Chapter11
Chapter11Chapter11
Chapter11
 
Research Sample size by Dr Allah Yar Malik
Research Sample size by Dr Allah Yar MalikResearch Sample size by Dr Allah Yar Malik
Research Sample size by Dr Allah Yar Malik
 
STATISTIC ESTIMATION
STATISTIC ESTIMATIONSTATISTIC ESTIMATION
STATISTIC ESTIMATION
 

Mehr von Richard Ferreria (20)

Chapter6
Chapter6Chapter6
Chapter6
 
Chapter2
Chapter2Chapter2
Chapter2
 
Chapter3
Chapter3Chapter3
Chapter3
 
Chapter8
Chapter8Chapter8
Chapter8
 
Chapter1
Chapter1Chapter1
Chapter1
 
Chapter4
Chapter4Chapter4
Chapter4
 
Chapter7
Chapter7Chapter7
Chapter7
 
Chapter5
Chapter5Chapter5
Chapter5
 
Chapter9
Chapter9Chapter9
Chapter9
 
Chapter14
Chapter14Chapter14
Chapter14
 
Chapter15
Chapter15Chapter15
Chapter15
 
Chapter11
Chapter11Chapter11
Chapter11
 
Chapter12
Chapter12Chapter12
Chapter12
 
Chapter10
Chapter10Chapter10
Chapter10
 
Chapter13
Chapter13Chapter13
Chapter13
 
Adding grades to your google site v2 (dropbox)
Adding grades to your google site v2 (dropbox)Adding grades to your google site v2 (dropbox)
Adding grades to your google site v2 (dropbox)
 
Stats chapter 14
Stats chapter 14Stats chapter 14
Stats chapter 14
 
Stats chapter 15
Stats chapter 15Stats chapter 15
Stats chapter 15
 
Stats chapter 8
Stats chapter 8Stats chapter 8
Stats chapter 8
 
Stats chapter 8
Stats chapter 8Stats chapter 8
Stats chapter 8
 

Stats chapter 12

  • 1. Chapter 12 Significance Tests in Practice
  • 2. 12.1 Tests about Population Mean
  • 3. Student’s t-distribution Published in 1908 Used to describe the sampling distribution when the population std dev is unknown TEST STATISTIC ( uknown)
  • 4. Student’s t- distribution Since this is just another significance test: Use PHANTOMS Differences: We are using a t distribution with n-1 degrees of freedom Use “tcdf(lower, upper, df)” The t-distribution is not resistant to outliers when sample size is small (less than 30)
  • 5. Student’s t-distribution Assumptions Simple Random Sample IndependenceN > 10n Normality The sample must be approx Normal to indicate the Normality of the sampling distribution (1) Histogram: single peak, symmetric note: slight skew is OK, but must be mentioned (2) Norm probability plot: approx. linear (3) NO OUTLIERS
  • 6. Example 12.2 Tasters use a “sweetness scale” of 1 to 10. Cola is rated before and after a month of storage in high temperature. The differences are shown below. The bigger the difference, the greater the loss of sweetness. Does the data indicate that sweetness was lost after the storage interval? 2.0, 0.4, 0.7, 2.0, -0.4, 2.2, -1.3, 1.2, 1.1, 2.3
  • 7. Example 12.2 Parameter Let  = the population mean sweetness lost after a month of storage at high temperature Let xbar = the sample (n=10) sweetness loss after a month of storage at high temperatures
  • 8. Example 12.2 Hypotheses H0:  = 0 This indicates that there is no sweetness loss Ha:  > 0 This indicates that there is sweetness loss
  • 9. Example 12.2 Assumptions Simple Random SampleWe are not told that our data represents an SRS. We must check that this sample is an SRS (or acts like an SRS) and proceed. Independence We can be assured that the population of cola is greater than 10(10) = 100
  • 10. Example 12.2 Assumptions (cont.) Normality Our histogram is single peaked with a slight left skew The Normal probability plot is approximately linear There are no outliers
  • 11. Example 12.2 Test Statistic P-value
  • 12. Example 12.2 Test Statistic P-value
  • 13. Example 12.2 Test Statistic P-value
  • 14. Example 12.2 Test Statistic P-value
  • 15. Example 12.2 Test Statistic P-value
  • 16. Example 12.2 Test Statistic P-value
  • 17. Example 12.2 Test Statistic P-value
  • 18. Example 12.2 Make a decision We are going to “reject” (our p-value is small) Summarize Approximately 1% of the time, a sample of size 10 will produce a mean sweetness loss of at least 1.02. Since the p-value is smaller than a presumed  = 0.05, we reject the null hypothesis. We have evidence to conclude that the mean sweetness loss greater than 0. Our new estimate for the average sweetness loss is 1.02.
  • 19. Paired t-tests When a sample is produced using a matched pair design, the data used in the significance test is the difference of the two measurements Some typical examples of a paired t-test would be a “pre-test and post-test” as well as the previous example. The important thing here is to recognize the matched pair design and to work of the difference of the scores (and not the scores themselves)
  • 21. Example 12.5 We will work through the first few steps and leave the rest for you on your own. Parameter  = the population difference in average time to complete the maze xbar = the sample (n = 21) difference in average time to complete the maze
  • 22. Example 12.5 Hypotheses H0:  = 0 Ha:  > 0(the scented mask decreases average time to complete maze) Remember: we are looking at the “difference” column only!
  • 23. Example 12.5 Assumptions Simple Random SampleThe data comes from a randomized matched pair design; we will have to assume that this is an SRS of the population and proceed with the test Independence We must assume that the population is greater than 10(21) = 210 and that the scented and unscented trails are independent; we will proceed as though this condition is satisfied
  • 24. Example 12.5 Assumptions (cont.) Normality Our histogram is single peaked with a slight right skew The Normal probability plot is approximately linear There are no outliers
  • 25. Example 12.5 Name of the Test We will use a “paired t-test for a mean” Test Statistic You can do the rest, yeah?
  • 26. Robustness t-procedures are robust against non-Normal population except in the presence of outliers Guidelines for using t-procedures n < 15: data must be approx normal,no outliers n >15: data can have slight skew, no outliers n > 30: data can have skew
  • 27. Assignment 12.1 Page 745 #1, 3, 6, 9, 10, 12, 16, 20
  • 28. 12.2 Tests about a Population Proportion
  • 29. z-tests for proportion Again, we have introduced most of the material- this is just another significance test. Unlike tests for means, tests for proportions will always be a z-test We will review some of the key information:
  • 30. Assumptions for proportions Simple Random Sample IndependenceN > 10n Normality (of sampling distribution)np> 10 and nq>10remember that this is just the number of responses
  • 31. Test Statistic for proportions If H0: p = p0
  • 32. Example 12.8 A random sample of 100 workers from a large chain restaurant were asked whether or not work stress had a negative impact on their personal lives. Thirty-two of them responded “No.” A large national survey reported that 25% of restaurant workers did not feel that stress exerted a negative impact. Does this large chain restaurant have the same work stress as the nation?
  • 33. Example 12.8 We are going to use the national survey as our known population mean. Parameter p = the national proportion of restaurant workers who feel as though work stress has a negative impact on their personal lives. p-hat = the proportion of the sample of 100 workers who feel as though work stress has a negative impact on their personal lives.
  • 34. Example 12.8 Hypotheses H0: p = 0.25 Ha: p  0.25 Assumptions Simple Random Sample We are told that our sample is from a random sample. We will treat this as an SRS. Independence Although we are not told, we will make the assumption that there are more than 10(100) = 1000 workers for this national chain Normality np = 38 >10 and nq = 62 > 10Our sampling distribution is approximately Normal
  • 35. Example 12.8 Name of Test We will conduct a 1-proportion z-test (Note that this will be a two-tailed test) Test Statistic
  • 40. Example 12.8 Pvalue Decision Fail to reject
  • 41. Example 12.8 Summarize Approximately 11% of the time, a sample of size 100 will produce a proportion at least as extreme 0.38. Since this is not less than a presumed  = 0.05, we will fail to reject the H0. We do not have enough evidence to conclude that the proportion of workers of this national chain who feel that work stress affects their personal lives is not 0.25.
  • 42. Power The preceding example should make you feel a bit uncomfortable: that p-value was not large. We don’t really expect the average to be exactly equal to the national average! Most likely, the restaurant’s proportion was not that different from the national average: maybe just a few percentage points greater. Our test didn’t have enough power to detect the difference between the two proportions!
  • 43. Confidence Intervals and Significance Tests Let’s calculate the confidence interval for out proportion in the preceding example.
  • 44. Confidence Intervals and Significance Tests Let’s calculate the confidence interval for out proportion in the preceding example.
  • 45. Confidence Intervals and Significance Tests Let’s calculate the confidence interval for out proportion in the preceding example. Notice that the Conf. Int.uses p-hat and q-hat for the Standard Error
  • 46. Confidence Intervals and Significance Tests Let’s calculate the confidence interval for out proportion in the preceding example.
  • 47. Confidence Intervals and Significance Tests Let’s calculate the confidence interval for out proportion in the preceding example.
  • 48. Confidence Intervals and Significance Tests Let’s calculate the confidence interval for out proportion in the preceding example. Our interval contains 0.25 It is equally likely that the proportion is actually 0.25! i.e. the proportion could be 0.25!
  • 49. Calculator Usage As you may have already noticed, the TI calculators automate many of these calculations. Of course, this does not excuse you from writing out the PHANTOMS or PANIC procedures, or even showing your calculations!
  • 51. Calculator Usage TI83/84: Since these functions are menu driven we will just list the tests and their usage [STAT] -> “TESTS” Z-Test = one or two tailed z test for mean T-Test = one or two tail t-test for means 1-PropZTest = one or two tail test for proportions ZInterval = confidence interval for mean (-known) Tinterval = confidence interval for mean (-unknown) 1-PropZInt = confidence interval for proportions