Why The Bretz et al Examples Failed to Work In their discussion in the Biometrical Journal, Bretz et al. provide examples where the implementation of the.

Slides:



Advertisements
Similar presentations
Estimating a Population Mean
Advertisements

9.1 confidence interval for the population mean when the population standard deviation is known
Sampling: Final and Initial Sample Size Determination
Chapter 11- Confidence Intervals for Univariate Data Math 22 Introductory Statistics.
Chapter 8 Confidence Intervals 8.1 Confidence Intervals about a Population Mean,  Known.
Point estimation, interval estimation
Point and Confidence Interval Estimation of a Population Proportion, p
Independent Sample T-test Often used with experimental designs N subjects are randomly assigned to two groups (Control * Treatment). After treatment, the.
C82MCP Diploma Statistics School of Psychology University of Nottingham 1 Overview Central Limit Theorem The Normal Distribution The Standardised Normal.
BCOR 1020 Business Statistics
Business Statistics, A First Course (4e) © 2006 Prentice-Hall, Inc. Chap 8-1 Chapter 8 Confidence Interval Estimation Business Statistics, A First Course.
Chapter 6 Random Error The Nature of Random Errors
Standard Error of the Mean
© 2010 Pearson Prentice Hall. All rights reserved Chapter Estimating the Value of a Parameter Using Confidence Intervals 9.
COURSE: JUST 3900 INTRODUCTORY STATISTICS FOR CRIMINAL JUSTICE Instructor: Dr. John J. Kerbs, Associate Professor Joint Ph.D. in Social Work and Sociology.
Confidence Interval Estimation
Statistical Intervals for a Single Sample
Inference for a Single Population Proportion (p).
Basic Business Statistics, 11e © 2009 Prentice-Hall, Inc. Chap 8-1 Chapter 8 Confidence Interval Estimation Basic Business Statistics 11 th Edition.
1 CSI5388: Functional Elements of Statistics for Machine Learning Part I.
Confidence Interval Estimation
Chap 8-1 Copyright ©2013 Pearson Education, Inc. publishing as Prentice Hall Chapter 8 Confidence Interval Estimation Business Statistics: A First Course.
16-1 Copyright  2010 McGraw-Hill Australia Pty Ltd PowerPoint slides to accompany Croucher, Introductory Mathematics and Statistics, 5e Chapter 16 The.
Estimates and Sample Sizes Lecture – 7.4
Copyright © Cengage Learning. All rights reserved. Hypothesis Testing 9.
Copyright © 2012 by Nelson Education Limited. Chapter 7 Hypothesis Testing I: The One-Sample Case 7-1.
CHAPTER 18: Inference about a Population Mean
Statistics for Managers Using Microsoft Excel, 5e © 2008 Pearson Prentice-Hall, Inc.Chap 8-1 Statistics for Managers Using Microsoft® Excel 5th Edition.
Module 13: Normal Distributions This module focuses on the normal distribution and how to use it. Reviewed 05 May 05/ MODULE 13.
MEGN 537 – Probabilistic Biomechanics Ch.5 – Determining Distributions and Parameters from Observed Data Anthony J Petrella, PhD.
Approximate letter grade assignments ~ D C B 85 & up A.
Statistical Hypotheses & Hypothesis Testing. Statistical Hypotheses There are two types of statistical hypotheses. Null Hypothesis The null hypothesis,
Basic Business Statistics, 10e © 2006 Prentice-Hall, Inc. Chap 8-1 Confidence Interval Estimation.
Probability = Relative Frequency. Typical Distribution for a Discrete Variable.
Chapter 8: Confidence Intervals based on a Single Sample
Fall 2002Biostat Statistical Inference - Confidence Intervals General (1 -  ) Confidence Intervals: a random interval that will include a fixed.
1 1 Slide © 2007 Thomson South-Western. All Rights Reserved Chapter 8 Interval Estimation Population Mean:  Known Population Mean:  Known Population.
CONDUCTING TESTS FOR STATISTICALLY-SIGNIFICANT DIFFERENCES USING FOREST INVENTORY DATA James A. Westfall Scott A. Pugh John W. Coulston U.S. Forest Service.
Review Normal Distributions –Draw a picture. –Convert to standard normal (if necessary) –Use the binomial tables to look up the value. –In the case of.
Estimating a Population Mean. Student’s t-Distribution.
Confidence Intervals for a Population Mean, Standard Deviation Unknown.
Confidence Interval Estimation For statistical inference in decision making: Chapter 9.
1 Probability and Statistics Confidence Intervals.
1 ES Chapters 14 & 16: Introduction to Statistical Inferences E n  z  
Cell#1 Program Instructions. Don’t run. Used to load a Statistical Package Cell #3 Defines standard normal pdf and cdf functions Ignore spelling warning.
9-1 ESTIMATION Session Factors Affecting Confidence Interval Estimates The factors that determine the width of a confidence interval are: 1.The.
T tests comparing two means t tests comparing two means.
Hypothesis Testing. Suppose we believe the average systolic blood pressure of healthy adults is normally distributed with mean μ = 120 and variance σ.
Chapter 9: Introduction to the t statistic. The t Statistic The t statistic allows researchers to use sample data to test hypotheses about an unknown.
© 2010 Pearson Prentice Hall. All rights reserved Chapter Estimating the Value of a Parameter Using Confidence Intervals 9.
Basic Business Statistics, 11e © 2009 Prentice-Hall, Inc. Chap 8-1 Chapter 8 Confidence Interval Estimation Business Statistics: A First Course 5 th Edition.
Copyright © 2013, 2010 and 2007 Pearson Education, Inc. Chapter Estimating the Value of a Parameter 9.
MEGN 537 – Probabilistic Biomechanics Ch.5 – Determining Distributions and Parameters from Observed Data Anthony J Petrella, PhD.
Confidence Intervals. Point Estimate u A specific numerical value estimate of a parameter. u The best point estimate for the population mean is the sample.
1 Estimation Chapter Introduction Statistical inference is the process by which we acquire information about populations from samples. There are.
O Make Copies of: o Areas under the Normal Curve o Appendix B.1, page 784 o (Student’s t distribution) o Appendix B.2, page 785 o Binomial Probability.
Copyright (c) 2004 Brooks/Cole, a division of Thomson Learning, Inc. Chapter 7 Inferences Concerning Means.
Copyright © 2009 Pearson Education, Inc t LEARNING GOAL Understand when it is appropriate to use the Student t distribution rather than the normal.
Tom.h.wilson Department of Geology and Geography West Virginia University Morgantown, WV.
Chapter 8 Confidence Interval Estimation Statistics For Managers 5 th Edition.
Virtual University of Pakistan
Inference for a Single Population Proportion (p)
Confidence Intervals about a Population Proportion
Estimating the Value of a Parameter Using Confidence Intervals
Sampling Distributions
Confidence Interval Estimation
Sampling Distributions and Estimation
CONCEPTS OF ESTIMATION
Copyright © Cengage Learning. All rights reserved.
Confidence Interval Estimation
Presentation transcript:

Why The Bretz et al Examples Failed to Work In their discussion in the Biometrical Journal, Bretz et al. provide examples where the implementation of the methodology in SAS failed to yield confidence intervals. This led to more documentation of the programs to help enable statisticians solve similar problems if encountered with applications. Greater documentation will also show a general approach to solving computationally difficult problems in SAS IML that seems to yield fairly satisfactory results. Examining these cases will also show how to modify the programs so that desired results can be obtained. It is important to remember that the methodology in the manuscript submitted to the Biometrical Journal assumes that σ is known and that the implementation also makes this assumption. Therefore, if values are changed without regard to this fact, it is easy to create datasets that are highly unlikely with real data.

In their first example, they notice that setting σ = 1 causes the program to fail. If we look at the first stage data with and and note that each random variable now has a standard deviation of 0.1, each of which is assumed to be from essentially the same population, we realize that we have a highly unusual observation, i.e. the two observations are greater than 10 standard deviations apart. Because the program assumes that both variables are coming from the same population, it uses the unbiased estimate of the difference along with the standard deviation of this estimate to determine the range of values for ∆ that are likely to yield a valid confidence interval… * If the lower and upper bounds are not set to specific values by the user, then the program assigns them to values that are likely to work; if lower=. then lower=y-y0-4#s#sqrt(1/nB+1/n0); if upper=. then upper=y-y0+4#s#sqrt(1/nB+1/n0); inc=(upper-lower)/ninter; Delta=do(lower,upper,inc); The variables, lower and upper, define the range of values used to search for the C.I. for ∆. This range depends on the Stage B mean and the control mean.

However, in the example provided, the range of values will not work. This is indicated by a plot provided by the program. σ = 10 σ = 1 The example provided on the left is given in the manuscript whereas the example on the right is the one provided by Bretz et al.. When σ = 10, we get the expected, reversed ‘S’ curve, and the program works fine, but when σ = 1, the probability does not approach 0 as ∆ becomes “large” in the plot. Instead, the plot abruptly ends as the probability nears Because the probability does not approach 0, the program fails to yield a confidence interval. However, the plot does give us a better idea where the confidence interval is likely to be (based on rough symmetry). By trial and error, the bounds are set from 1.5 to 2.0.

****************************************************; lower=1.5; upper=2.0; * "lower" and "upper" are variables defining the lower and upper bounds of Delta used to search for the C.I. See instructions for when it is necessary to manually define them.; **************************************************** Main Part of IML Program Starts Below ****************************************************; Values set by user by trial and error

Finally, when lower is set to 1.5 and upper is set to 2.5, the full, reversed ‘S’ curve is seen and the program provides an estimate of the confidence interval as [1.64, 2.03]. Because the difference between and is now statistically so great, the confidence interval is essentially the naive confidence interval. A similar problem is encountered when the selected mean is set to 7. Setting upper = 8 and lower = 2, an estimated confidence interval is found as [2.43, 6.35]. In cases involving real datasets, this kind of a problem is expected to be rare even when heavy selection is taking place from many treatments.