Week 12 Hypothesis Testing, Part II Comparing Two Populations

Size: px
Start display at page:

Download "Week 12 Hypothesis Testing, Part II Comparing Two Populations"

Transcription

1 Week 12 Hypothesis Testing, Part II Week 12 Hypothesis Testing, Part II

2 Week 12 Objectives 1 The principle of Analysis of Variance is introduced and used to derive the F-test for testing the model utility hypothesis in the SLR model. 2 The notion of precision in hypothesis testing is discussed. 1 The concepts of type I error, type II error, and power of a test procedure are discussed. 2 Formulas for the calculation of the power, when testing for a mean or a proportion, are given. 3 Sample size calculation in the same contexts is also presented. 3 Procedures for comparing two means or two proportions are introduced. Week 12 Hypothesis Testing, Part II

3 1 2 3 Comparing Two Means Comparing Two Proportions Week 12 Hypothesis Testing, Part II

4 The ANOVA F test is an alternative (but equivalent) way of conducting the model utility test. ANOVA (which stands for ANalysis Of VAriance) is a very common and generally applicable approach to hypothesis testing. As the name suggests, this approach decomposes (i.e. analyses) the total variability of Y, aka total sum of squares (SS, for short), which is defined to be Total SS = (Y i Y ) 2, into the Regression SS and the Error SS: Total SS = Regression SS + Error SS. Week 12 Hypothesis Testing, Part II

5 The Error SS is the same thing as the SSE (sum of squared errors) we saw in Week 10. It expresses the variability due to the intrinsic error. Regression SS (SSR for short) represents the part of the total variability explained by the regression model The larger the ratio R 2 = (Regression SS), (Total SS) the better the predictive power of the regression model. R 2 equals the square of Pearson s correlation coefficient between X and Y, is called the coefficient of determination. The term Mean Sum of Squares refers to the sum of squares divided by the corresponding degrees of freedom. Week 12 Hypothesis Testing, Part II

6 The F test statistic for testing the model utility test is F = (Regression SS)/1 (Error SS)/(n 2) = (MSR) (MSE) If the null hypothesis is true, i.e. if β 1 = 0, then either exactly (if the errors have a normal distribution), or approximately (without normality but n 30) F F 1,n 2, where F ν1,ν 2 denotes the F-distribution with ν 1 and ν 2 degrees of freedom. H 0 : β 1 = 0 is rejected at level α if F > F 1,n 2,α. Week 12 Hypothesis Testing, Part II

7 The sums of squares, the mean squares and the F statistic are summarized in the so-called ANOVA table. Source df SS MS F Regression 1 SSR MSR= SSR 1 Error n 2 SSE MSE= SSE n 2 Total n 1 SST F = MSR MSE Week 12 Hypothesis Testing, Part II

8 Example Measurements from the river Ijse (tributary to the river Dijle, Belgium) on temperature ( o C) and dissolved oxygen (mg/l) taken from March 1991 to December 1997, can be found in OxygenTempData.txt. Can temperature (X) can be used for predicting the amount of dissolved oxygen (Y ). The data yield MSE = and MSR = Solution: A scatterplot of the data suggests that the assumption of linearity of the regression line of Y on X, and the assumption of homoscedasticity, are, at least approximately, satisfied but a Q-Q plot of the residuals suggests that the normality assumption may not be realistic; see Example 8.3-3, pp for the plots. Since the sample size is n = 59, the T and F tests can still be applied. Week 12 Hypothesis Testing, Part II

9 Solution continued: The degrees of freedom for MSR, MSE and MST are 1, n 2 = 57, and n 1 = 58, respectively. Thus we have the following ANOVA table: Source df SS MS F Regression Error Total The R command qf(.99, 1, 57) yields F 1,57,0.01 = 7.1. Since the F statistic is > 7.1, H 0 : β 1 = 0 is rejected in favor of H a : β 1 0, meaning that X can be used for predicting Y. Week 12 Hypothesis Testing, Part II

10 Type I and Type II Errors Rejecting H 0 when it is true is called a type I error. Not rejecting H 0 when it is false is called a type II error. Outcome H 0 of test H a H 0 Correct decision Type I Truth H a Type II Correct decision Week 12 Hypothesis Testing, Part II

11 By construction, the (maximum) probability of committing type I error equals the level of significance α: α = P(type I error) = P θ0 (Rejecting H 0 : θ = θ 0 ) The probability of type II error is denoted by β and depends on the true value of θ. If θ a denotes an alternative value, β(θ a ) = P θa (type II error) = P θa (Not rejecting H 0 : θ = θ 0 ) The probability of rejecting H 0 when it is false is called the power of the test procedure: Power at θ a = 1 β(θ a ) Week 12 Hypothesis Testing, Part II

12 We want small probability for committing type I error, and plenty of power (small probability for type II error). However, we cannot decrease the probability of both types of errors (while keeping the sample size fixed). This is because the events involved are complementary: Shrinking the RR (thereby decreasing α), expands the complement of it (thereby increasing the probability of type II error). This is demonstrated in the following example. Week 12 Hypothesis Testing, Part II

13 Example Using X Bin(20, p), it is desired to test H 0 : p 0.9 vs H a : p < 0.9. For each of the the two RR find α, and β(p a = 0.8). Rule 1: X 16, Rule 2: X 17, Solution: For rejection rule 1 we have α = P(X 16 p = 0.9, n = 20) = β(0.8) = P(X > 16 p = 0.8, n = 20) = = Week 12 Hypothesis Testing, Part II

14 Example (Continued) For rejection rule 2 we have α = P(X 17 p = 0.9, n = 20) = 0.323, β(0.8) = P(X > 17 p = 0.8, n = 20) = = Week 12 Hypothesis Testing, Part II

15 Precision in hypothesis testing is quantified by the power of the test at a particular value of interest of the parameter in the alternative hypothesis region. In the previous example, if detecting the alternative of p = 0.8 is of interest, the procedure that rejects H 0 when X 16 has precision about = If a higher level of precision is desired, then the increase in power should not be accomplished at the expense of higher probability of type I error. In the previous example the precision increase from 0.59 to almost 0.8 was accomplished at the expense of the type I error probability which increased from about 0.13 to about Week 12 Hypothesis Testing, Part II

16 The power of a test procedure increases with the sample size. Power n = 10 n = True value of the mean Figure: Power functions for H 0 : µ 0 vs H a : µ > 0 Week 12 Hypothesis Testing, Part II

17 As the figure of power functions suggests, the power also increases as the parameter value moves farther away from the null hypothesis. Consider again the rule X 16 for rejecting H 0 : p 0.9, where X Bin(20, p). Find the power of this test at p0.6. Solution: power(0.6) = P(X 16 p = 0.6, n = 20) = We will want to achieve a desired level of precision through sample size selection. Formulas for sample size determination follow from those for the probability of type II error, which we give first. Week 12 Hypothesis Testing, Part II

18 Power Calculations for Z tests Example The change of the tire design is justifiable only if the average lifetime of tires with the new design exceeds 20,000 miles. The lifetimes are normally distributed with σ = 1, 500. n = 16 new tires will be used for the decision. What is the probability of rejecting H 0 : µ = 20, 000, at α = 0.01, when µ = 21, 000? Solution: Here, H a : µ > 20, 000. Since σ is known, we will use ) Z H0 = (X µ 0 /(σ/ n) N(0, 1), so that the appropriate rejection region is Z H0 > z α. Thus, Week 12 Hypothesis Testing, Part II

19 β(21, 000) = P(type II error µ = 21, 000) ( ) X µ0 = P σ/ n < z α µ = 21, 000 ( ) σ = P X < µ 0 + z α n µ = 21, 000 ( µ0 21, 000 = Φ σ/ + z α ). n With µ 0 = 20, 000, σ = 1, 500, and α = 0.01, so that z α = 2.33, we obtain β(21, 000) = Φ( 0.34) = , so the power at µ a = 21, 000 is = Week 12 Hypothesis Testing, Part II

20 Formulas for β(µ a ) The formulas for the probability of type II error, when testing H 0 : µ = µ 0 against the different alternative hypotheses, are: H a β(µ ( a ) for a Level ) α test µ µ > µ 0 Φ 0 µ a σ/ n + z α ( ) µ µ < µ 0 1 Φ 0 µ a σ/ n z α ( ) ( ) µ µ µ 0 Φ 0 µ a σ/ n + z µ α/2 Φ 0 µ a σ/ n z α/2 Week 12 Hypothesis Testing, Part II

21 Formulas for β(p a ) The formulas for the probability of type II error, when testing H 0 : p = p 0 against the different alternative hypotheses, are: H a p > p 0 p < p 0 p p 0 β(p ( a ) for a Level α test ) p Φ 0 p a+z α p0 (1 p 0 )/n pa(1 pa)/n ( ) p 1 Φ 0 p a z α p0 (1 p 0 )/n pa(1 pa)/n ( Φ ) ( p 0 p a+z α p0 (1 p 0 )/n Φ pa(1 pa)/n ) p 0 p a z α p0 (1 p 0 )/n pa(1 pa)/n Week 12 Hypothesis Testing, Part II

22 Formulas for n when testing for µ The formulas for the sample size needed to achieve a prescribed level, β, of probability of type II error, when testing H 0 : µ = µ 0 against the different alternative hypotheses, at level α, are H a µ > µ 0 n = µ < µ 0 n = µ µ 0 n = Sample Size Needed for β(µ a ) to Equal β [ ] 2 [ µ 0 µ a ] 2 σ(z α+z β ) µ 0 µ a σ(z α+z β ) [ ] 2 σ(z α/2 +z β ) µ 0 µ a Week 12 Hypothesis Testing, Part II

23 Example Consider testing H 0 : µ = 20, 000 assuming that the tire life times are normally distributed with σ = 1, 500, and find the sample size needed to achieve β(21, 000) = 0.1. Solution. The alternative hypothesis here is H a : µ > 20, 000. According to the formula n = [ ] 1, 500(zα + z 0.1 ) 2 = µ 0 21, 000 = 29.32, which is rounded up (as usual) to n = 30. [ ] 1500( ) 2 = (5.42) 2 20, , 000 Week 12 Hypothesis Testing, Part II

24 Formulas for n when testing for p The formulas for the sample size needed to achieve a prescribed level, β, of probability of type II error, when testing H 0 : p = p 0 against the different alternative hypotheses, at level α, are H a Sample Size Needed for β(p a ) to Equal β [ ] 2 z p > p 0 n = α p0 (1 p 0 )+z β pa(1 pa) p 0 p a [ ] 2 z p < p 0 n = α p0 (1 p 0 )+z β pa(1 pa) p 0 p a [ ] 2 z p p 0 n = α/2 p0 (1 p 0 )+z β pa(1 pa) p 0 p a Week 12 Hypothesis Testing, Part II

25 Example It is thought that more than 70% of all faults in transmission lines are caused by lightning. To gain evidence in support of this contention a random sample of n faults from a large data base will be examined. What should n be to assure β(0.8) = 0.1 when testing at α = 0.01? Solution: Here, H a : p > 0.7. According to the formula, n = [ ] z (1 0.7) + z (1 0.8) 2 = Thus, use n = 250. Week 12 Hypothesis Testing, Part II

26 Comparing Two Means Comparing Two Proportions The comparisons will be based on a simple r.s. from each of the two populations: X 11,..., X 1n1 from population 1, and X 21..., X 2n2 from population 2. In the Bernoulli case only p i (or T i = n i p i ) is typically given. With the exception of the section on paired data, we will make the further assumption that the two samples are independent. The sample mean and sample variances are denoted by X i = 1 n i X ini, Si 2 = 1 n i ( ) 2 X ij X i, i = 1, 2. n i n i 1 j=1 j=1 Week 12 Hypothesis Testing, Part II

27 Comparing Two Means Comparing Two Proportions Comparing Two Means Comparing Two Proportions Week 12 Hypothesis Testing, Part II

28 The two cases Outline Comparing Two Means Comparing Two Proportions We will present T CIs and hypothesis tests for the difference µ 1 µ 2 of two population means. The form of the CIs and tests statistics depends on whether or not the two population variances are assumed to be equal. The reason for this is because the two cases, i.e., σ1 2 = σ2 2 and σ1 2 σ2 2 lead to different distributional results. The distributional results are given first. Week 12 Hypothesis Testing, Part II

29 Comparing Two Means Comparing Two Proportions Result 1: σ 2 1 = σ2 2 If σ 2 1 = σ2 2, under normality and for any n 1, n 2, X 1 X 2 (µ 1 µ 2 ) ( ) T n1 +n 2 2, n1 n2 S 2 p where S 2 p = (n 1 1)S (n 2 1)S 2 2 n 1 + n 2 2 is the pooled estimator of the common variance. Without normality, the above is approximately true if n 1, n Week 12 Hypothesis Testing, Part II

30 Comparing Two Means Comparing Two Proportions Result 2: No assumption about σ 2 1 = σ2 2 Under normality, and without assuming that σ 2 1 = σ2 2, where ν = X 1 X 2 (µ 1 µ 2 ) S 2 1 n 1 + S2 2 n 2 ( S 2 1 n 1 + S2 2 n 2 ) 2 (S1 2/n 1) 2 n (S2 2 /n 2) 2 n 2 1 T ν, is the Smith-Satterthwaite degrees of freedom. (Note: [x] means x rounded down.) Without normality the above approximation holds if n 1, n Week 12 Hypothesis Testing, Part II

31 Comparing Two Means Comparing Two Proportions T CIs for µ 1 µ 2 Let σ1 2 = σ2 2. Under normality a (1 α)100% CI is: ( 1 X 1 X 2 ± t α/2,n1 +n 2 2 Sp ). n 1 n 2 Under normality an approximate (1 α)100% CI is: X 1 X 2 ± t α/2,ν S 2 1 n 1 + S2 2 n 2, where ν is the Smith-Satterthwaite DF. Without normality both hold approximately if n 1, n Week 12 Hypothesis Testing, Part II

32 Comparing Two Means Comparing Two Proportions A rule of thumb, for deciding if σ 2 1 σ2 2, i.e. that σ2 1, σ2 2 are approximately equal, is: max{s 2 1, S2 2 } min{s 2 1, S2 2 } < 5 if n 1, n if n 1, n if n 1, n 2 30 Rule of thumb for checking if σ 2 1 σ2 2 Week 12 Hypothesis Testing, Part II

33 Comparing Two Means Comparing Two Proportions T Tests for µ 1 µ 2 We will test H 0 : µ 1 µ 2 = 0 vs one of the following H a µ 1 µ 2 > 0, or µ 1 µ 2 < 0, or µ 1 µ 2 0. The test statistic is T H0 = X 1 X 2 0, where If σ 2 1 = σ2 2, σ X 1 X 2 = S 2 p σ X 1 X 2 ( 1 n n 2 Without assuming σ 2 1 = σ2 2, σ X 1 X 2 = ). S 2 1 n 1 + S2 2 n 2. Week 12 Hypothesis Testing, Part II

34 Comparing Two Means Comparing Two Proportions The rejection regions are: where H a RR at level α µ 1 µ 2 > 0 T H0 > tα µ 1 µ 2 < 0 T H0 < tα µ 1 µ 2 0 T H0 > tα/2 If σ 2 1 = σ2 2, t α = t α,n1 +n 2 2, t α/2 = t α/2,n 1 +n 2 2. Without assuming σ 2 1 = σ2 2, t α = t α,ν, t α/2 = t α/2,ν, where ν denotes the Smith-Satterthwaite DF. Without normality these test procedures require n 1, n Week 12 Hypothesis Testing, Part II

35 Comparing Two Means Comparing Two Proportions The p-values are: 1 G ν (T H0 ) for µ 1 µ 2 > 0 P-value = G ν (T H0 ) for µ 1 µ 2 < 0 2 [ 1 G ν ( T H0 ) ] for µ 1 µ 2 0 where ν = n 1 + n 2 2 if σ 2 1 = σ2 2, and ν = ν, the Smith-Satterthwaite DF, if σ1 2 = σ2 2 is not assumed. Week 12 Hypothesis Testing, Part II

36 Comparing Two Means Comparing Two Proportions Example A simple r.s. of n 1 = 32 specimens of cold-rolled steel give average strength X 1 = 29.8 ksi, and S 1 = 4. A simple r.s. of n 2 = 35 specimens of two-sided galvanized steel give X 2 = 34.7 ksi, and S 2 = Construct a 99% CI for µ 1 µ 2. Solution. Assuming σ1 2 = σ2 2, we calculate the pooled variance Sp 2 = and use t 0.005,65 = This gives a 99% CI of ( 8.54, 1.26). [NOTE: By the rule of thumb σ 1 σ 2.] Without the assumption of σ1 2 = σ2 2, we find the Smith-Satt. DF to be ν = 56.12, and use t 0.005,56 = This gives a 99% CI of ( 8.48, 1.32). Week 12 Hypothesis Testing, Part II

37 Comparing Two Means Comparing Two Proportions Example (Cold-rolled and two-sided galvanized steel) Are the strengths of the two types of steel different? Test at α = 0.01 and compute the p-value. Solution. Since zero is not included in the 99% CIs, H 0 : µ 1 = µ 2 is rejected at α = 0.01 with both test statistics. As illustration, without the assumption of σ1 2 = σ2 2, the TS is ) S 2 T H0 = (X 1 X 2 / 1 n 1 + S2 2 n 2 = Since T H0 = 3.65 > t 0.005,56 = 2.666, H 0 is rejected. The p-value is 2 [ 1 G 56 (3.65) ] = Week 12 Hypothesis Testing, Part II

38 Comparing Two Means Comparing Two Proportions Comparing Two Means Comparing Two Proportions Week 12 Hypothesis Testing, Part II

39 Comparing Two Means Comparing Two Proportions Z CIs for p 1 p 2 When n i p i 8, n i (1 p i ) 8 for both i = 1, 2, ) p 1 p 2 N (p 1 p 2, σ 2 p1 p2, where σ 2 p 1 p 2 = p 1 (1 p 1 ) n 1 + p 2 (1 p 2 ) n 2. Thus the (approximate) (1 α)100% CI for p 1 p 2 is p 1 (1 p 1 ) p 1 p 2 ± z α/2 + p 2 (1 p 2 ). n 1 n 2 Week 12 Hypothesis Testing, Part II

40 Comparing Two Means Comparing Two Proportions Z Tests for p 1 p 2 We will test H 0 : p 1 p 2 = 0 vs H a : p 1 p 2 > 0, or p 1 p 2 < 0, or p 1 p 2 0. The test statistic for testing this null hypothesis is Z H0 = p 1 p 2 0, where σ p1 p 2 = σ p1 p 2 p 1 (1 p 1 ) n 1 + p 2 (1 p 2 ) n 2. Week 12 Hypothesis Testing, Part II

41 Comparing Two Means Comparing Two Proportions For testing H 0 : p 1 = p 2 (so 0 = 0), it is customary to use: ( 1 σ p1 p 2 = p(1 p) + 1 ). n 1 n 2 where p = n 1 p 1 + n 2 p 2 n 1 + n 2. Thus the TS for testing H 0 : p 1 = p 2 is: Z H0 = p 1 p 2 σ p1 p 2. Week 12 Hypothesis Testing, Part II

42 Rejection Rules and p-values Comparing Two Means Comparing Two Proportions The rules for rejecting H 0 in favor of H a are: H a RR at level α p 1 p 2 > 0 Z H0 > z α p 1 p 2 < 0 Z H0 < z α p 1 p 2 0 Z H0 > z α/2 The p-value is computed the same way as for the one-sample Z -test: 1 Φ(Z H0 ) for upper-tailed test P-value = Φ(Z H0 ) for lower-tailed test 2 [ 1 Φ( Z H0 ) ] for two-tailed test Week 12 Hypothesis Testing, Part II

43 Comparing Two Means Comparing Two Proportions Example Tractors are assembled in assembly lines L 1 and L 2. A simple r.s. of 200 tractors from L 1 yield 16 tractor requiring adjustment. A simple r.s. of 400 tractors from L 2 yield 14 requiring extensive adjustments. Do a 99% CI for p 1 p 2, the difference of the two proportions. Solution. Here p 1 = 16/200 = 0.08, p 2 = 14/400 = 0.035, and z α/2 = z.005 = Thus the 99% CI is ± (.08)(.92) (.05)(.95) 400 = ( 0.012, 0.102). Week 12 Hypothesis Testing, Part II

44 Comparing Two Means Comparing Two Proportions Example (Assembly lines L 1 and L 2 continued) It is suspected that a higher proportion of tractors from L 1 require adjustments. Formulate a hypothesis testing problem, test at α =.01, and calculate the p-value. Solution. We want to test H 0 : p 1 = p 2 vs H a : p 1 > p 2. The pooled estimate of the common (under H 0 ) p is p = ( )/600 = The TS is Z H0 = (.05)(.95)(1/ /400) = Since 2.38 > z.01 = 2.33, H 0 is rejected. The p-value is p-value = 1 Φ(2.38) = = Week 12 Hypothesis Testing, Part II

Week 14 Comparing k(> 2) Populations

Week 14 Comparing k(> 2) Populations Week 14 Comparing k(> 2) Populations Week 14 Objectives Methods associated with testing for the equality of k(> 2) means or proportions are presented. Post-testing concepts and analysis are introduced.

More information

16.3 One-Way ANOVA: The Procedure

16.3 One-Way ANOVA: The Procedure 16.3 One-Way ANOVA: The Procedure Tom Lewis Fall Term 2009 Tom Lewis () 16.3 One-Way ANOVA: The Procedure Fall Term 2009 1 / 10 Outline 1 The background 2 Computing formulas 3 The ANOVA Identity 4 Tom

More information

Summary of Chapter 7 (Sections ) and Chapter 8 (Section 8.1)

Summary of Chapter 7 (Sections ) and Chapter 8 (Section 8.1) Summary of Chapter 7 (Sections 7.2-7.5) and Chapter 8 (Section 8.1) Chapter 7. Tests of Statistical Hypotheses 7.2. Tests about One Mean (1) Test about One Mean Case 1: σ is known. Assume that X N(µ, σ

More information

Sociology 6Z03 Review II

Sociology 6Z03 Review II Sociology 6Z03 Review II John Fox McMaster University Fall 2016 John Fox (McMaster University) Sociology 6Z03 Review II Fall 2016 1 / 35 Outline: Review II Probability Part I Sampling Distributions Probability

More information

Regression Analysis II

Regression Analysis II Regression Analysis II Measures of Goodness of fit Two measures of Goodness of fit Measure of the absolute fit of the sample points to the sample regression line Standard error of the estimate An index

More information

Ch. 1: Data and Distributions

Ch. 1: Data and Distributions Ch. 1: Data and Distributions Populations vs. Samples How to graphically display data Histograms, dot plots, stem plots, etc Helps to show how samples are distributed Distributions of both continuous and

More information

Inferences for Regression

Inferences for Regression Inferences for Regression An Example: Body Fat and Waist Size Looking at the relationship between % body fat and waist size (in inches). Here is a scatterplot of our data set: Remembering Regression In

More information

The Multiple Regression Model

The Multiple Regression Model Multiple Regression The Multiple Regression Model Idea: Examine the linear relationship between 1 dependent (Y) & or more independent variables (X i ) Multiple Regression Model with k Independent Variables:

More information

SIMPLE REGRESSION ANALYSIS. Business Statistics

SIMPLE REGRESSION ANALYSIS. Business Statistics SIMPLE REGRESSION ANALYSIS Business Statistics CONTENTS Ordinary least squares (recap for some) Statistical formulation of the regression model Assessing the regression model Testing the regression coefficients

More information

df=degrees of freedom = n - 1

df=degrees of freedom = n - 1 One sample t-test test of the mean Assumptions: Independent, random samples Approximately normal distribution (from intro class: σ is unknown, need to calculate and use s (sample standard deviation)) Hypotheses:

More information

Ch 2: Simple Linear Regression

Ch 2: Simple Linear Regression Ch 2: Simple Linear Regression 1. Simple Linear Regression Model A simple regression model with a single regressor x is y = β 0 + β 1 x + ɛ, where we assume that the error ɛ is independent random component

More information

Mathematical statistics

Mathematical statistics October 20 th, 2018 Lecture 17: Tests of Hypotheses Overview Week 1 Week 2 Week 4 Week 7 Week 10 Week 14 Probability reviews Chapter 6: Statistics and Sampling Distributions Chapter 7: Point Estimation

More information

We like to capture and represent the relationship between a set of possible causes and their response, by using a statistical predictive model.

We like to capture and represent the relationship between a set of possible causes and their response, by using a statistical predictive model. Statistical Methods in Business Lecture 5. Linear Regression We like to capture and represent the relationship between a set of possible causes and their response, by using a statistical predictive model.

More information

Review. December 4 th, Review

Review. December 4 th, Review December 4 th, 2017 Att. Final exam: Course evaluation Friday, 12/14/2018, 10:30am 12:30pm Gore Hall 115 Overview Week 2 Week 4 Week 7 Week 10 Week 12 Chapter 6: Statistics and Sampling Distributions Chapter

More information

Econ 3790: Business and Economic Statistics. Instructor: Yogesh Uppal

Econ 3790: Business and Economic Statistics. Instructor: Yogesh Uppal Econ 3790: Business and Economic Statistics Instructor: Yogesh Uppal Email: yuppal@ysu.edu Chapter 13, Part A: Analysis of Variance and Experimental Design Introduction to Analysis of Variance Analysis

More information

Inference for Regression

Inference for Regression Inference for Regression Section 9.4 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 13b - 3339 Cathy Poliak, Ph.D. cathy@math.uh.edu

More information

Chapter 14 Student Lecture Notes Department of Quantitative Methods & Information Systems. Business Statistics. Chapter 14 Multiple Regression

Chapter 14 Student Lecture Notes Department of Quantitative Methods & Information Systems. Business Statistics. Chapter 14 Multiple Regression Chapter 14 Student Lecture Notes 14-1 Department of Quantitative Methods & Information Systems Business Statistics Chapter 14 Multiple Regression QMIS 0 Dr. Mohammad Zainal Chapter Goals After completing

More information

Chapter 10: Analysis of variance (ANOVA)

Chapter 10: Analysis of variance (ANOVA) Chapter 10: Analysis of variance (ANOVA) ANOVA (Analysis of variance) is a collection of techniques for dealing with more general experiments than the previous one-sample or two-sample tests. We first

More information

Tests about a population mean

Tests about a population mean October 2 nd, 2017 Overview Week 1 Week 2 Week 4 Week 7 Week 10 Week 12 Chapter 1: Descriptive statistics Chapter 6: Statistics and Sampling Distributions Chapter 7: Point Estimation Chapter 8: Confidence

More information

Correlation and the Analysis of Variance Approach to Simple Linear Regression

Correlation and the Analysis of Variance Approach to Simple Linear Regression Correlation and the Analysis of Variance Approach to Simple Linear Regression Biometry 755 Spring 2009 Correlation and the Analysis of Variance Approach to Simple Linear Regression p. 1/35 Correlation

More information

In a one-way ANOVA, the total sums of squares among observations is partitioned into two components: Sums of squares represent:

In a one-way ANOVA, the total sums of squares among observations is partitioned into two components: Sums of squares represent: Activity #10: AxS ANOVA (Repeated subjects design) Resources: optimism.sav So far in MATH 300 and 301, we have studied the following hypothesis testing procedures: 1) Binomial test, sign-test, Fisher s

More information

Correlation Analysis

Correlation Analysis Simple Regression Correlation Analysis Correlation analysis is used to measure strength of the association (linear relationship) between two variables Correlation is only concerned with strength of the

More information

Inference for the Regression Coefficient

Inference for the Regression Coefficient Inference for the Regression Coefficient Recall, b 0 and b 1 are the estimates of the slope β 1 and intercept β 0 of population regression line. We can shows that b 0 and b 1 are the unbiased estimates

More information

Chapter 14 Simple Linear Regression (A)

Chapter 14 Simple Linear Regression (A) Chapter 14 Simple Linear Regression (A) 1. Characteristics Managerial decisions often are based on the relationship between two or more variables. can be used to develop an equation showing how the variables

More information

Ch 3: Multiple Linear Regression

Ch 3: Multiple Linear Regression Ch 3: Multiple Linear Regression 1. Multiple Linear Regression Model Multiple regression model has more than one regressor. For example, we have one response variable and two regressor variables: 1. delivery

More information

Inference for Regression Simple Linear Regression

Inference for Regression Simple Linear Regression Inference for Regression Simple Linear Regression IPS Chapter 10.1 2009 W.H. Freeman and Company Objectives (IPS Chapter 10.1) Simple linear regression p Statistical model for linear regression p Estimating

More information

Hypothesis Testing hypothesis testing approach

Hypothesis Testing hypothesis testing approach Hypothesis Testing In this case, we d be trying to form an inference about that neighborhood: Do people there shop more often those people who are members of the larger population To ascertain this, we

More information

Lecture 7: Hypothesis Testing and ANOVA

Lecture 7: Hypothesis Testing and ANOVA Lecture 7: Hypothesis Testing and ANOVA Goals Overview of key elements of hypothesis testing Review of common one and two sample tests Introduction to ANOVA Hypothesis Testing The intent of hypothesis

More information

The simple linear regression model discussed in Chapter 13 was written as

The simple linear regression model discussed in Chapter 13 was written as 1519T_c14 03/27/2006 07:28 AM Page 614 Chapter Jose Luis Pelaez Inc/Blend Images/Getty Images, Inc./Getty Images, Inc. 14 Multiple Regression 14.1 Multiple Regression Analysis 14.2 Assumptions of the Multiple

More information

Psychology 282 Lecture #4 Outline Inferences in SLR

Psychology 282 Lecture #4 Outline Inferences in SLR Psychology 282 Lecture #4 Outline Inferences in SLR Assumptions To this point we have not had to make any distributional assumptions. Principle of least squares requires no assumptions. Can use correlations

More information

One-Way Analysis of Variance: A Guide to Testing Differences Between Multiple Groups

One-Way Analysis of Variance: A Guide to Testing Differences Between Multiple Groups One-Way Analysis of Variance: A Guide to Testing Differences Between Multiple Groups In analysis of variance, the main research question is whether the sample means are from different populations. The

More information

Analysis of Variance (ANOVA)

Analysis of Variance (ANOVA) Analysis of Variance ANOVA) Compare several means Radu Trîmbiţaş 1 Analysis of Variance for a One-Way Layout 1.1 One-way ANOVA Analysis of Variance for a One-Way Layout procedure for one-way layout Suppose

More information

Hypothesis testing for µ:

Hypothesis testing for µ: University of California, Los Angeles Department of Statistics Statistics 10 Elements of a hypothesis test: Hypothesis testing Instructor: Nicolas Christou 1. Null hypothesis, H 0 (always =). 2. Alternative

More information

Notes for Week 13 Analysis of Variance (ANOVA) continued WEEK 13 page 1

Notes for Week 13 Analysis of Variance (ANOVA) continued WEEK 13 page 1 Notes for Wee 13 Analysis of Variance (ANOVA) continued WEEK 13 page 1 Exam 3 is on Friday May 1. A part of one of the exam problems is on Predictiontervals : When randomly sampling from a normal population

More information

Sampling distribution of t. 2. Sampling distribution of t. 3. Example: Gas mileage investigation. II. Inferential Statistics (8) t =

Sampling distribution of t. 2. Sampling distribution of t. 3. Example: Gas mileage investigation. II. Inferential Statistics (8) t = 2. The distribution of t values that would be obtained if a value of t were calculated for each sample mean for all possible random of a given size from a population _ t ratio: (X - µ hyp ) t s x The result

More information

LECTURE 6. Introduction to Econometrics. Hypothesis testing & Goodness of fit

LECTURE 6. Introduction to Econometrics. Hypothesis testing & Goodness of fit LECTURE 6 Introduction to Econometrics Hypothesis testing & Goodness of fit October 25, 2016 1 / 23 ON TODAY S LECTURE We will explain how multiple hypotheses are tested in a regression model We will define

More information

STAT763: Applied Regression Analysis. Multiple linear regression. 4.4 Hypothesis testing

STAT763: Applied Regression Analysis. Multiple linear regression. 4.4 Hypothesis testing STAT763: Applied Regression Analysis Multiple linear regression 4.4 Hypothesis testing Chunsheng Ma E-mail: cma@math.wichita.edu 4.4.1 Significance of regression Null hypothesis (Test whether all β j =

More information

Estimating σ 2. We can do simple prediction of Y and estimation of the mean of Y at any value of X.

Estimating σ 2. We can do simple prediction of Y and estimation of the mean of Y at any value of X. Estimating σ 2 We can do simple prediction of Y and estimation of the mean of Y at any value of X. To perform inferences about our regression line, we must estimate σ 2, the variance of the error term.

More information

280 CHAPTER 9 TESTS OF HYPOTHESES FOR A SINGLE SAMPLE Tests of Statistical Hypotheses

280 CHAPTER 9 TESTS OF HYPOTHESES FOR A SINGLE SAMPLE Tests of Statistical Hypotheses 280 CHAPTER 9 TESTS OF HYPOTHESES FOR A SINGLE SAMPLE 9-1.2 Tests of Statistical Hypotheses To illustrate the general concepts, consider the propellant burning rate problem introduced earlier. The null

More information

CHAPTER EIGHT Linear Regression

CHAPTER EIGHT Linear Regression 7 CHAPTER EIGHT Linear Regression 8. Scatter Diagram Example 8. A chemical engineer is investigating the effect of process operating temperature ( x ) on product yield ( y ). The study results in the following

More information

ANOVA (Analysis of Variance) output RLS 11/20/2016

ANOVA (Analysis of Variance) output RLS 11/20/2016 ANOVA (Analysis of Variance) output RLS 11/20/2016 1. Analysis of Variance (ANOVA) The goal of ANOVA is to see if the variation in the data can explain enough to see if there are differences in the means.

More information

Chapter 3 Multiple Regression Complete Example

Chapter 3 Multiple Regression Complete Example Department of Quantitative Methods & Information Systems ECON 504 Chapter 3 Multiple Regression Complete Example Spring 2013 Dr. Mohammad Zainal Review Goals After completing this lecture, you should be

More information

ANOVA: Analysis of Variation

ANOVA: Analysis of Variation ANOVA: Analysis of Variation The basic ANOVA situation Two variables: 1 Categorical, 1 Quantitative Main Question: Do the (means of) the quantitative variables depend on which group (given by categorical

More information

1-Way ANOVA MATH 143. Spring Department of Mathematics and Statistics Calvin College

1-Way ANOVA MATH 143. Spring Department of Mathematics and Statistics Calvin College 1-Way ANOVA MATH 143 Department of Mathematics and Statistics Calvin College Spring 2010 The basic ANOVA situation Two variables: 1 Categorical, 1 Quantitative Main Question: Do the (means of) the quantitative

More information

Variance Decomposition and Goodness of Fit

Variance Decomposition and Goodness of Fit Variance Decomposition and Goodness of Fit 1. Example: Monthly Earnings and Years of Education In this tutorial, we will focus on an example that explores the relationship between total monthly earnings

More information

Chapter 4. Regression Models. Learning Objectives

Chapter 4. Regression Models. Learning Objectives Chapter 4 Regression Models To accompany Quantitative Analysis for Management, Eleventh Edition, by Render, Stair, and Hanna Power Point slides created by Brian Peterson Learning Objectives After completing

More information

The One-Way Repeated-Measures ANOVA. (For Within-Subjects Designs)

The One-Way Repeated-Measures ANOVA. (For Within-Subjects Designs) The One-Way Repeated-Measures ANOVA (For Within-Subjects Designs) Logic of the Repeated-Measures ANOVA The repeated-measures ANOVA extends the analysis of variance to research situations using repeated-measures

More information

DESAIN EKSPERIMEN Analysis of Variances (ANOVA) Semester Genap 2017/2018 Jurusan Teknik Industri Universitas Brawijaya

DESAIN EKSPERIMEN Analysis of Variances (ANOVA) Semester Genap 2017/2018 Jurusan Teknik Industri Universitas Brawijaya DESAIN EKSPERIMEN Analysis of Variances (ANOVA) Semester Jurusan Teknik Industri Universitas Brawijaya Outline Introduction The Analysis of Variance Models for the Data Post-ANOVA Comparison of Means Sample

More information

Biostatistics 380 Multiple Regression 1. Multiple Regression

Biostatistics 380 Multiple Regression 1. Multiple Regression Biostatistics 0 Multiple Regression ORIGIN 0 Multiple Regression Multiple Regression is an extension of the technique of linear regression to describe the relationship between a single dependent (response)

More information

Lecture 10 Multiple Linear Regression

Lecture 10 Multiple Linear Regression Lecture 10 Multiple Linear Regression STAT 512 Spring 2011 Background Reading KNNL: 6.1-6.5 10-1 Topic Overview Multiple Linear Regression Model 10-2 Data for Multiple Regression Y i is the response variable

More information

STAT Chapter 11: Regression

STAT Chapter 11: Regression STAT 515 -- Chapter 11: Regression Mostly we have studied the behavior of a single random variable. Often, however, we gather data on two random variables. We wish to determine: Is there a relationship

More information

Lectures on Simple Linear Regression Stat 431, Summer 2012

Lectures on Simple Linear Regression Stat 431, Summer 2012 Lectures on Simple Linear Regression Stat 43, Summer 0 Hyunseung Kang July 6-8, 0 Last Updated: July 8, 0 :59PM Introduction Previously, we have been investigating various properties of the population

More information

STAT Chapter 10: Analysis of Variance

STAT Chapter 10: Analysis of Variance STAT 515 -- Chapter 10: Analysis of Variance Designed Experiment A study in which the researcher controls the levels of one or more variables to determine their effect on the variable of interest (called

More information

Basic Business Statistics, 10/e

Basic Business Statistics, 10/e Chapter 4 4- Basic Business Statistics th Edition Chapter 4 Introduction to Multiple Regression Basic Business Statistics, e 9 Prentice-Hall, Inc. Chap 4- Learning Objectives In this chapter, you learn:

More information

One-way ANOVA. Experimental Design. One-way ANOVA

One-way ANOVA. Experimental Design. One-way ANOVA Method to compare more than two samples simultaneously without inflating Type I Error rate (α) Simplicity Few assumptions Adequate for highly complex hypothesis testing 09/30/12 1 Outline of this class

More information

F-tests and Nested Models

F-tests and Nested Models F-tests and Nested Models Nested Models: A core concept in statistics is comparing nested s. Consider the Y = β 0 + β 1 x 1 + β 2 x 2 + ǫ. (1) The following reduced s are special cases (nested within)

More information

STA121: Applied Regression Analysis

STA121: Applied Regression Analysis STA121: Applied Regression Analysis Linear Regression Analysis - Chapters 3 and 4 in Dielman Artin Department of Statistical Science September 15, 2009 Outline 1 Simple Linear Regression Analysis 2 Using

More information

T.I.H.E. IT 233 Statistics and Probability: Sem. 1: 2013 ESTIMATION AND HYPOTHESIS TESTING OF TWO POPULATIONS

T.I.H.E. IT 233 Statistics and Probability: Sem. 1: 2013 ESTIMATION AND HYPOTHESIS TESTING OF TWO POPULATIONS ESTIMATION AND HYPOTHESIS TESTING OF TWO POPULATIONS In our work on hypothesis testing, we used the value of a sample statistic to challenge an accepted value of a population parameter. We focused only

More information

The legacy of Sir Ronald A. Fisher. Fisher s three fundamental principles: local control, replication, and randomization.

The legacy of Sir Ronald A. Fisher. Fisher s three fundamental principles: local control, replication, and randomization. 1 Chapter 1: Research Design Principles The legacy of Sir Ronald A. Fisher. Fisher s three fundamental principles: local control, replication, and randomization. 2 Chapter 2: Completely Randomized Design

More information

Chapter 16. Simple Linear Regression and Correlation

Chapter 16. Simple Linear Regression and Correlation Chapter 16 Simple Linear Regression and Correlation 16.1 Regression Analysis Our problem objective is to analyze the relationship between interval variables; regression analysis is the first tool we will

More information

Analysis of Variance

Analysis of Variance Statistical Techniques II EXST7015 Analysis of Variance 15a_ANOVA_Introduction 1 Design The simplest model for Analysis of Variance (ANOVA) is the CRD, the Completely Randomized Design This model is also

More information

Analysis Of Variance Compiled by T.O. Antwi-Asare, U.G

Analysis Of Variance Compiled by T.O. Antwi-Asare, U.G Analysis Of Variance Compiled by T.O. Antwi-Asare, U.G 1 ANOVA Analysis of variance compares two or more population means of interval data. Specifically, we are interested in determining whether differences

More information

Table of z values and probabilities for the standard normal distribution. z is the first column plus the top row. Each cell shows P(X z).

Table of z values and probabilities for the standard normal distribution. z is the first column plus the top row. Each cell shows P(X z). Table of z values and probabilities for the standard normal distribution. z is the first column plus the top row. Each cell shows P(X z). For example P(X 1.04) =.8508. For z < 0 subtract the value from

More information

Chapter 10. Design of Experiments and Analysis of Variance

Chapter 10. Design of Experiments and Analysis of Variance Chapter 10 Design of Experiments and Analysis of Variance Elements of a Designed Experiment Response variable Also called the dependent variable Factors (quantitative and qualitative) Also called the independent

More information

MAT 212 Introduction to Business Statistics II Lecture Notes

MAT 212 Introduction to Business Statistics II Lecture Notes MAT 212 Introduction to Business Statistics II Lecture Notes Muhammad El-Taha Department of Mathematics and Statistics University of Southern Maine 96 Falmouth Street Portland, ME 04104-9300 MAT 212, Spring

More information

Chapter 8: Hypothesis Testing Lecture 9: Likelihood ratio tests

Chapter 8: Hypothesis Testing Lecture 9: Likelihood ratio tests Chapter 8: Hypothesis Testing Lecture 9: Likelihood ratio tests Throughout this chapter we consider a sample X taken from a population indexed by θ Θ R k. Instead of estimating the unknown parameter, we

More information

LECTURE 5 HYPOTHESIS TESTING

LECTURE 5 HYPOTHESIS TESTING October 25, 2016 LECTURE 5 HYPOTHESIS TESTING Basic concepts In this lecture we continue to discuss the normal classical linear regression defined by Assumptions A1-A5. Let θ Θ R d be a parameter of interest.

More information

Mathematical statistics

Mathematical statistics November 1 st, 2018 Lecture 18: Tests about a population mean Overview 9.1 Hypotheses and test procedures test procedures errors in hypothesis testing significance level 9.2 Tests about a population mean

More information

Keller: Stats for Mgmt & Econ, 7th Ed July 17, 2006

Keller: Stats for Mgmt & Econ, 7th Ed July 17, 2006 Chapter 17 Simple Linear Regression and Correlation 17.1 Regression Analysis Our problem objective is to analyze the relationship between interval variables; regression analysis is the first tool we will

More information

Analysis of Variance. ภาว น ศ ร ประภาน ก ล คณะเศรษฐศาสตร มหาว ทยาล ยธรรมศาสตร

Analysis of Variance. ภาว น ศ ร ประภาน ก ล คณะเศรษฐศาสตร มหาว ทยาล ยธรรมศาสตร Analysis of Variance ภาว น ศ ร ประภาน ก ล คณะเศรษฐศาสตร มหาว ทยาล ยธรรมศาสตร pawin@econ.tu.ac.th Outline Introduction One Factor Analysis of Variance Two Factor Analysis of Variance ANCOVA MANOVA Introduction

More information

W&M CSCI 688: Design of Experiments Homework 2. Megan Rose Bryant

W&M CSCI 688: Design of Experiments Homework 2. Megan Rose Bryant W&M CSCI 688: Design of Experiments Homework 2 Megan Rose Bryant September 25, 201 3.5 The tensile strength of Portland cement is being studied. Four different mixing techniques can be used economically.

More information

Formal Statement of Simple Linear Regression Model

Formal Statement of Simple Linear Regression Model Formal Statement of Simple Linear Regression Model Y i = β 0 + β 1 X i + ɛ i Y i value of the response variable in the i th trial β 0 and β 1 are parameters X i is a known constant, the value of the predictor

More information

Review: General Approach to Hypothesis Testing. 1. Define the research question and formulate the appropriate null and alternative hypotheses.

Review: General Approach to Hypothesis Testing. 1. Define the research question and formulate the appropriate null and alternative hypotheses. 1 Review: Let X 1, X,..., X n denote n independent random variables sampled from some distribution might not be normal!) with mean µ) and standard deviation σ). Then X µ σ n In other words, X is approximately

More information

7.2 One-Sample Correlation ( = a) Introduction. Correlation analysis measures the strength and direction of association between

7.2 One-Sample Correlation ( = a) Introduction. Correlation analysis measures the strength and direction of association between 7.2 One-Sample Correlation ( = a) Introduction Correlation analysis measures the strength and direction of association between variables. In this chapter we will test whether the population correlation

More information

What If There Are More Than. Two Factor Levels?

What If There Are More Than. Two Factor Levels? What If There Are More Than Chapter 3 Two Factor Levels? Comparing more that two factor levels the analysis of variance ANOVA decomposition of total variability Statistical testing & analysis Checking

More information

F79SM STATISTICAL METHODS

F79SM STATISTICAL METHODS F79SM STATISTICAL METHODS SUMMARY NOTES 9 Hypothesis testing 9.1 Introduction As before we have a random sample x of size n of a population r.v. X with pdf/pf f(x;θ). The distribution we assign to X is

More information

Mathematics for Economics MA course

Mathematics for Economics MA course Mathematics for Economics MA course Simple Linear Regression Dr. Seetha Bandara Simple Regression Simple linear regression is a statistical method that allows us to summarize and study relationships between

More information

ANOVA: Comparing More Than Two Means

ANOVA: Comparing More Than Two Means ANOVA: Comparing More Than Two Means Chapter 11 Cathy Poliak, Ph.D. cathy@math.uh.edu Office Fleming 11c Department of Mathematics University of Houston Lecture 25-3339 Cathy Poliak, Ph.D. cathy@math.uh.edu

More information

Example: Four levels of herbicide strength in an experiment on dry weight of treated plants.

Example: Four levels of herbicide strength in an experiment on dry weight of treated plants. The idea of ANOVA Reminders: A factor is a variable that can take one of several levels used to differentiate one group from another. An experiment has a one-way, or completely randomized, design if several

More information

Variance Decomposition in Regression James M. Murray, Ph.D. University of Wisconsin - La Crosse Updated: October 04, 2017

Variance Decomposition in Regression James M. Murray, Ph.D. University of Wisconsin - La Crosse Updated: October 04, 2017 Variance Decomposition in Regression James M. Murray, Ph.D. University of Wisconsin - La Crosse Updated: October 04, 2017 PDF file location: http://www.murraylax.org/rtutorials/regression_anovatable.pdf

More information

STAT 511. Lecture : Simple linear regression Devore: Section Prof. Michael Levine. December 3, Levine STAT 511

STAT 511. Lecture : Simple linear regression Devore: Section Prof. Michael Levine. December 3, Levine STAT 511 STAT 511 Lecture : Simple linear regression Devore: Section 12.1-12.4 Prof. Michael Levine December 3, 2018 A simple linear regression investigates the relationship between the two variables that is not

More information

AMS 315/576 Lecture Notes. Chapter 11. Simple Linear Regression

AMS 315/576 Lecture Notes. Chapter 11. Simple Linear Regression AMS 315/576 Lecture Notes Chapter 11. Simple Linear Regression 11.1 Motivation A restaurant opening on a reservations-only basis would like to use the number of advance reservations x to predict the number

More information

One-Way Analysis of Variance (ANOVA)

One-Way Analysis of Variance (ANOVA) 1 One-Way Analysis of Variance (ANOVA) One-Way Analysis of Variance (ANOVA) is a method for comparing the means of a populations. This kind of problem arises in two different settings 1. When a independent

More information

Factorial designs. Experiments

Factorial designs. Experiments Chapter 5: Factorial designs Petter Mostad mostad@chalmers.se Experiments Actively making changes and observing the result, to find causal relationships. Many types of experimental plans Measuring response

More information

Concordia University (5+5)Q 1.

Concordia University (5+5)Q 1. (5+5)Q 1. Concordia University Department of Mathematics and Statistics Course Number Section Statistics 360/1 40 Examination Date Time Pages Mid Term Test May 26, 2004 Two Hours 3 Instructor Course Examiner

More information

Lecture 15 Multiple regression I Chapter 6 Set 2 Least Square Estimation The quadratic form to be minimized is

Lecture 15 Multiple regression I Chapter 6 Set 2 Least Square Estimation The quadratic form to be minimized is Lecture 15 Multiple regression I Chapter 6 Set 2 Least Square Estimation The quadratic form to be minimized is Q = (Y i β 0 β 1 X i1 β 2 X i2 β p 1 X i.p 1 ) 2, which in matrix notation is Q = (Y Xβ) (Y

More information

We need to define some concepts that are used in experiments.

We need to define some concepts that are used in experiments. Chapter 0 Analysis of Variance (a.k.a. Designing and Analysing Experiments) Section 0. Introduction In Chapter we mentioned some different ways in which we could get data: Surveys, Observational Studies,

More information

CHAPTER 8. Test Procedures is a rule, based on sample data, for deciding whether to reject H 0 and contains:

CHAPTER 8. Test Procedures is a rule, based on sample data, for deciding whether to reject H 0 and contains: CHAPTER 8 Test of Hypotheses Based on a Single Sample Hypothesis testing is the method that decide which of two contradictory claims about the parameter is correct. Here the parameters of interest are

More information

Outline. Topic 19 - Inference. The Cell Means Model. Estimates. Inference for Means Differences in cell means Contrasts. STAT Fall 2013

Outline. Topic 19 - Inference. The Cell Means Model. Estimates. Inference for Means Differences in cell means Contrasts. STAT Fall 2013 Topic 19 - Inference - Fall 2013 Outline Inference for Means Differences in cell means Contrasts Multiplicity Topic 19 2 The Cell Means Model Expressed numerically Y ij = µ i + ε ij where µ i is the theoretical

More information

Chapte The McGraw-Hill Companies, Inc. All rights reserved.

Chapte The McGraw-Hill Companies, Inc. All rights reserved. 12er12 Chapte Bivariate i Regression (Part 1) Bivariate Regression Visual Displays Begin the analysis of bivariate data (i.e., two variables) with a scatter plot. A scatter plot - displays each observed

More information

Linear regression. We have that the estimated mean in linear regression is. ˆµ Y X=x = ˆβ 0 + ˆβ 1 x. The standard error of ˆµ Y X=x is.

Linear regression. We have that the estimated mean in linear regression is. ˆµ Y X=x = ˆβ 0 + ˆβ 1 x. The standard error of ˆµ Y X=x is. Linear regression We have that the estimated mean in linear regression is The standard error of ˆµ Y X=x is where x = 1 n s.e.(ˆµ Y X=x ) = σ ˆµ Y X=x = ˆβ 0 + ˆβ 1 x. 1 n + (x x)2 i (x i x) 2 i x i. The

More information

HYPOTHESIS TESTING. Hypothesis Testing

HYPOTHESIS TESTING. Hypothesis Testing MBA 605 Business Analytics Don Conant, PhD. HYPOTHESIS TESTING Hypothesis testing involves making inferences about the nature of the population on the basis of observations of a sample drawn from the population.

More information

MTMS Mathematical Statistics

MTMS Mathematical Statistics MTMS.01.099 Mathematical Statistics Lecture 12. Hypothesis testing. Power function. Approximation of Normal distribution and application to Binomial distribution Tõnu Kollo Fall 2016 Hypothesis Testing

More information

Chapter 9. Hypothesis testing. 9.1 Introduction

Chapter 9. Hypothesis testing. 9.1 Introduction Chapter 9 Hypothesis testing 9.1 Introduction Confidence intervals are one of the two most common types of statistical inference. Use them when our goal is to estimate a population parameter. The second

More information

Chapter 16. Simple Linear Regression and dcorrelation

Chapter 16. Simple Linear Regression and dcorrelation Chapter 16 Simple Linear Regression and dcorrelation 16.1 Regression Analysis Our problem objective is to analyze the relationship between interval variables; regression analysis is the first tool we will

More information

Chapter 11 - Lecture 1 Single Factor ANOVA

Chapter 11 - Lecture 1 Single Factor ANOVA April 5, 2013 Chapter 9 : hypothesis testing for one population mean. Chapter 10: hypothesis testing for two population means. What comes next? Chapter 9 : hypothesis testing for one population mean. Chapter

More information

Unit 27 One-Way Analysis of Variance

Unit 27 One-Way Analysis of Variance Unit 27 One-Way Analysis of Variance Objectives: To perform the hypothesis test in a one-way analysis of variance for comparing more than two population means Recall that a two sample t test is applied

More information

Linear models and their mathematical foundations: Simple linear regression

Linear models and their mathematical foundations: Simple linear regression Linear models and their mathematical foundations: Simple linear regression Steffen Unkel Department of Medical Statistics University Medical Center Göttingen, Germany Winter term 2018/19 1/21 Introduction

More information

Much of the material we will be covering for a while has to do with designing an experimental study that concerns some phenomenon of interest.

Much of the material we will be covering for a while has to do with designing an experimental study that concerns some phenomenon of interest. Experimental Design: Much of the material we will be covering for a while has to do with designing an experimental study that concerns some phenomenon of interest We wish to use our subjects in the best

More information

Regression used to predict or estimate the value of one variable corresponding to a given value of another variable.

Regression used to predict or estimate the value of one variable corresponding to a given value of another variable. CHAPTER 9 Simple Linear Regression and Correlation Regression used to predict or estimate the value of one variable corresponding to a given value of another variable. X = independent variable. Y = dependent

More information