Water Consumption Study Variables Stimulus->Organism->Response study X is the temperature in degrees Fahrenheit M is a self-report of thirst at the end.

Slides:



Advertisements
Similar presentations
Dummy Variables. Introduction Discuss the use of dummy variables in Financial Econometrics. Examine the issue of normality and the use of dummy variables.
Advertisements

11-1 Empirical Models Many problems in engineering and science involve exploring the relationships between two or more variables. Regression analysis.
Multiple Regression W&W, Chapter 13, 15(3-4). Introduction Multiple regression is an extension of bivariate regression to take into account more than.
Tests of Significance for Regression & Correlation b* will equal the population parameter of the slope rather thanbecause beta has another meaning with.
Statistics Versus Parameters
EPI 809/Spring Probability Distribution of Random Error.
CONFIDENCE INTERVALS n point estimate: estimate exact value – precise – likely to be wrong n interval estimate: range of values – less precise – less.
Session 2. Applied Regression -- Prof. Juran2 Outline for Session 2 More Simple Regression –Bottom Part of the Output Hypothesis Testing –Significance.
© 2010 Pearson Prentice Hall. All rights reserved Least Squares Regression Models.
Chapter 13 Conducting & Reading Research Baumgartner et al Data Analysis.
PSY 307 – Statistics for the Behavioral Sciences
1 Multiple Mediator Models  Most behaviors are affected by multiple mediators.  Straightforward extension of the single mediator case but interpretation.
Mean for sample of n=10 n = 10: t = 1.361df = 9Critical value = Conclusion: accept the null hypothesis; no difference between this sample.
Intro to Statistics for the Behavioral Sciences PSYC 1900 Lecture 9: Hypothesis Tests for Means: One Sample.
PSY 307 – Statistics for the Behavioral Sciences
SIMPLE LINEAR REGRESSION
CONFIDENCE INTERVALS What is the Purpose of a Confidence Interval?
Estimating and Testing Mediation
Multiple Regression and Correlation Analysis
Educational Research by John W. Creswell. Copyright © 2002 by Pearson Education. All rights reserved. Slide 1 Chapter 8 Analyzing and Interpreting Quantitative.
This Week Continue with linear regression Begin multiple regression –Le 8.2 –C & S 9:A-E Handout: Class examples and assignment 3.
Chapter 14 Introduction to Linear Regression and Correlation Analysis
Lecture 5 Correlation and Regression
The Paired-Samples t Test Chapter 10. Paired-Samples t Test >Two sample means and a within-groups design >The major difference in the paired- samples.
SIMPLE LINEAR REGRESSION
Inference for regression - Simple linear regression
Mediator analysis within field trials Laura Stapleton UMBC.
Copyright © 2013, 2010 and 2007 Pearson Education, Inc. Chapter Inference on the Least-Squares Regression Model and Multiple Regression 14.
© 2002 Prentice-Hall, Inc.Chap 14-1 Introduction to Multiple Regression Model.
1 G Lect 10a G Lecture 10a Revisited Example: Okazaki’s inferences from a survey Inferences on correlation Correlation: Power and effect.
Lecture 4 SIMPLE LINEAR REGRESSION.
Inferential Statistics 2 Maarten Buis January 11, 2006.
Experimental Research Methods in Language Learning Chapter 11 Correlational Analysis.
Elementary Statistics Correlation and Regression.
Correlation and Prediction Error The amount of prediction error is associated with the strength of the correlation between X and Y.
Regression Models Residuals and Diagnosing the Quality of a Model.
Lecture 8 Simple Linear Regression (cont.). Section Objectives: Statistical model for linear regression Data for simple linear regression Estimation.
1 Lecture 4 Main Tasks Today 1. Review of Lecture 3 2. Accuracy of the LS estimators 3. Significance Tests of the Parameters 4. Confidence Interval 5.
Y X 0 X and Y are not perfectly correlated. However, there is on average a positive relationship between Y and X X1X1 X2X2.
1 Inferences About The Pearson Correlation Coefficient.
Statistical planning and Sample size determination.
METHODS IN BEHAVIORAL RESEARCH NINTH EDITION PAUL C. COZBY Copyright © 2007 The McGraw-Hill Companies, Inc.
Multiple Correlation and Regression
Testing Regression Coefficients Prepared by: Bhakti Joshi February 06, 2012.
Chapter 10 The t Test for Two Independent Samples
Mediation Example David A. Kenny.
Introducing Communication Research 2e © 2014 SAGE Publications Chapter Seven Generalizing From Research Results: Inferential Statistics.
1.What is Pearson’s coefficient of correlation? 2.What proportion of the variation in SAT scores is explained by variation in class sizes? 3.What is the.
Statistical Fundamentals: Using Microsoft Excel for Univariate and Bivariate Analysis Alfred P. Rovai Univariate Normality PowerPoint Prepared by Alfred.
Statistical Fundamentals: Using Microsoft Excel for Univariate and Bivariate Analysis Alfred P. Rovai The Normal Curve and Univariate Normality PowerPoint.
Ex St 801 Statistical Methods Inference about a Single Population Mean (CI)
Educational Research Inferential Statistics Chapter th Chapter 12- 8th Gay and Airasian.
Mediation. 1.Definition 2. Testing mediation using multiple regression Baron, R. M., & Kenny, D. A. (1986). The moderator-mediator variable distinction.
Chapter 7 Estimation. Chapter 7 ESTIMATION What if it is impossible or impractical to use a large sample? Apply the Student ’ s t distribution.
Correlation and Linear Regression
Inference about Two Means - Independent Samples
Mediation: Testing the Indirect Effect
Inference about Comparing Two Populations
CJ 526 Statistical Analysis in Criminal Justice
Residuals and Diagnosing the Quality of a Model
Stats Club Marnie Brennan
Chapter 12 Inference on the Least-squares Regression Line; ANOVA
Simple Linear Regression
Sample Size and Accuracy
Summary of Tests Confidence Limits
SIMPLE LINEAR REGRESSION
Simple Linear Regression
Data Transformation, T-Tools and Alternatives
Presentation transcript:

Water Consumption Study Variables Stimulus->Organism->Response study X is the temperature in degrees Fahrenheit M is a self-report of thirst at the end of the first two hours of the study Y is the number of deciliters of water consumed during the last two hours of the study 50 participants were in a room for four hours doing a variety of tasks including sorting objects, tracking objects on a computer screen, and communicating via an intercom system

Water Consumption Study Purpose The purpose of the study was to investigate whether persons can judge their water needs. Temperature should affect self-reported thirst which then should affect water consumption. The accuracy of self-reported thirst is important because persons in self-contained environments need to monitor their own hydration. The mediated effect of temperature on water consumption through self-reported thirst estimates the extent to which persons were capable of gauging their own need for water.

SAS Program proc reg; model y=x; model y=x m; model m=x; See handout for output.

SPSS Program regression /variables x y m /dependent=y /enter=x. regression /variables x y m /dependent=y /enter=x m. regression /variables x y m /dependent=m /enter x. See handout for output

Estimates of a, b, c, and c’ (1) Temperature (X) was significantly related to water consumption (Y) (c=.3604, s c =.1343, tc = 2.683). (2) Temperature was significantly related to self- reported thirst (M) (a=.3386, s a =.1224, ta=2.767). (3) Self-reported thirst was significantly related to water consumption controlling for temperature (b=.4510, s b =.1460, tb=3.090). -The adjusted effect of temperature was not statistically significant, (c’=.2076, s c’ =.1333, tc’=1.558) and there was a drop to c’ =.2076 from c=.3604.

Mediation Models for Water Consumption Data Y = i 1 +c X + e 1 Y = X + e 1 (.1343) Y = i 2 + c’ X + b M + e 2 Y = X M + e 2 (.1333) (.1460) M = i 3 + a X + e 3 M = X + e 3 (.1224)

Mediated Effect Measures Mediated effect ab = (.3386) (.4510) =c-c’ = = Standard error= Standard error= = z’ =.1527 /.0741 = 2.06 ab

Confidence Intervals for the Mediated Effect  Confidence intervals are advocated by researchers for several reasons: effect size, range of possible values, not just null hypothesis binary significance testing. For 95% confidence intervals:  Upper Confidence Interval (UCL) = ab + z.975 s ab  Lower Confidence Interval (LCL) = ab + z.025 s ab  For water consumption data.  UCL = (1.96 )(.0741) =.2979  LCL = (-1.96) (.0741) =.0075  95% Confidence Interval from.0075 to The effect is statistically significant because 0 is not in the interval.

Special Topic: Distribution of the Product  The mediated effect is the product of two coefficients a and b. The distribution of the product has a normal distribution only in special cases.  At low values of a and b, the distribution has excess kurtosis and skewness, e.g. when a and b are both zero, kurtosis is 6. It is not surprising that the confidence limits are inaccurate if the distribution is assumed to be normal.  One solution is to use the distribution of the product in statistical tests and confidence limits.

Critical Values for Distribution of the Product  Because the distribution of the product is not normal, there are different critical values for the distribution for each value of a/s a and b/s b.  The critical values are and for the 95% confidence interval from the normal distribution. There are different upper and lower critical values for the distribution of the product. Confidence limits and significance tests are more accurate using the critical values from the distribution of the product (MacKinnon et al. 2004).

PRODCLIN (distribution of the PRODuct Confidence Limits for the INdirect effect)  MacKinnon, Fritz, Williams, and Lockwood, (In Press, Behavior Research Methods) describes program to compute critical values for the distribution of the product.  Web location includes programs in SAS, SPSS, and R that access a FORTRAN program.  Input a, s a, b, s b, correlation between a and b, and Type I error rate. Output includes the input values and normal and distribution of the product confidence limits.

Example Calculations using the Distribution of the Product  For example, a =.3386, s a =.1224, b=.4510, s b = Enter these values in the PRODCLIN program.  PRODCLIN returns the critical value for the 2.5% percentile, M lower = and M upper = the critical value for the 97.5% percentile.  Use the critical values to calculate upper and lower confidence limits.  LCL= ab + M upper s ab = ( ) (.0741) UCL= ab + M lower s ab = ( )(.0741)  Asymmetric Confidence Limits are (.0329,.3197)

Effect size in the water consumption study  Correlation and partial correlation effect size measures were a =.371, b=.411, and c’ =.222, c =.361  Standardized betas were a=.371, b=.413, c’=.208, c =.361  Proportion mediated was ab/c =.1527/.3604 =.4181  Ratio of indirect to direct effect ab/c’ =.1527/.2076=.7259