Presentation is loading. Please wait.

Presentation is loading. Please wait.

Linear Regression and Correlation Explanatory and Response Variables are Numeric Relationship between the mean of the response variable and the level of.

Similar presentations


Presentation on theme: "Linear Regression and Correlation Explanatory and Response Variables are Numeric Relationship between the mean of the response variable and the level of."— Presentation transcript:

1 Linear Regression and Correlation Explanatory and Response Variables are Numeric Relationship between the mean of the response variable and the level of the explanatory variable assumed to be approximately linear (straight line) Model:  1 > 0  Positive Association  1 < 0  Negative Association  1 = 0  No Association

2 Least Squares Estimation of  0,  1  0  Mean response when x=0 (y-intercept)  1  Change in mean response when x increases by 1 unit (slope)  0,  1 are unknown parameters (like  )  0 +  1 x  Mean response when explanatory variable takes on the value x Goal: Choose values (estimates) that minimize the sum of squared errors (SSE) of observed values to the straight-line:

3 Example - Pharmacodynamics of LSD Response (y) - Math score (mean among 5 volunteers) Predictor (x) - LSD tissue concentration (mean of 5 volunteers) Raw Data and scatterplot of Score vs LSD concentration: Source: Wagner, et al (1968)

4 Least Squares Computations

5 Example - Pharmacodynamics of LSD (Column totals given in bottom row of table)

6 SPSS Output and Plot of Equation

7 Inference Concerning the Slope (  1 ) Parameter: Slope in the population model (  1 ) Estimator: Least squares estimate: Estimated standard error: Methods of making inference regarding population: –Hypothesis tests (2-sided or 1-sided) –Confidence Intervals

8 Hypothesis Test for  1 2-Sided Test –H 0 :  1 = 0 –H A :  1  0 1-sided Test –H 0 :  1 = 0 –H A + :  1 > 0 or –H A - :  1 < 0

9 (1-  )100% Confidence Interval for  1 Conclude positive association if entire interval above 0 Conclude negative association if entire interval below 0 Cannot conclude an association if interval contains 0 Conclusion based on interval is same as 2-sided hypothesis test

10 Example - Pharmacodynamics of LSD Testing H 0 :  1 = 0 vs H A :  1  0 95% Confidence Interval for  1 :

11 Confidence Interval for Mean When x=x* Mean Response at a specific level x* is Estimated Mean response and standard error (replacing unknown  0 and  1 with estimates): Confidence Interval for Mean Response:

12 Prediction Interval of Future Response @ x=x* Response at a specific level x* is Estimated response and standard error (replacing unknown  0 and  1 with estimates): Prediction Interval for Future Response:

13 Correlation Coefficient Measures the strength of the linear association between two variables Takes on the same sign as the slope estimate from the linear regression Not effected by linear transformations of y or x Does not distinguish between dependent and independent variable (e.g. height and weight) Population Parameter -  Pearson’s Correlation Coefficient:

14 Correlation Coefficient Values close to 1 in absolute value  strong linear association, positive or negative from sign Values close to 0 imply little or no association If data contain outliers (are non-normal), Spearman’s coefficient of correlation can be computed based on the ranks of the x and y values Test of H 0 :  = 0 is equivalent to test of H 0 :  1 =0 Coefficient of Determination (r 2 ) - Proportion of variation in y “explained” by the regression on x:

15 Example - Pharmacodynamics of LSD S yy SSE

16 Example - SPSS Output Pearson’s and Spearman’s Measures

17 Analysis of Variance in Regression Goal: Partition the total variation in y into variation “explained” by x and random variation These three sums of squares and degrees of freedom are: Total (SST) DFT = n-1 Error (SSE) DFE = n-2 Model (SSM) DFM = 1

18 Analysis of Variance in Regression Analysis of Variance - F-test H 0 :  1 = 0 H A :  1  0

19 Example - Pharmacodynamics of LSD Total Sum of squares: Error Sum of squares: Model Sum of Squares:

20 Example - Pharmacodynamics of LSD Analysis of Variance - F-test H 0 :  1 = 0 H A :  1  0

21 Example - SPSS Output

22 Multiple Regression Numeric Response variable (Y) p Numeric predictor variables Model: Y =  0 +  1 x 1 +  +  p x p +  Partial Regression Coefficients:  i  effect (on the mean response) of increasing the i th predictor variable by 1 unit, holding all other predictors constant

23 Example - Effect of Birth weight on Body Size in Early Adolescence Response: Height at Early adolescence (n =250 cases) Predictors (p=6 explanatory variables) Adolescent Age (x 1, in years -- 11-14) Tanner stage (x 2, units not given) Gender (x 3 =1 if male, 0 if female) Gestational age (x 4, in weeks at birth) Birth length (x 5, units not given) Birthweight Group (x 6 =1,...,6 3500g(6)) Source: Falkner, et al (2004)

24 Least Squares Estimation Population Model for mean response: Least Squares Fitted (predicted) equation, minimizing SSE: All statistical software packages/spreadsheets can compute least squares estimates and their standard errors

25 Analysis of Variance Direct extension to ANOVA based on simple linear regression Only adjustments are to degrees of freedom: –DFM = p DFE = n-p-1

26 Testing for the Overall Model - F-test Tests whether any of the explanatory variables are associated with the response H 0 :  1 =  =  p =0 (None of the x s associated with y) H A : Not all  i = 0

27 Example - Effect of Birth weight on Body Size in Early Adolescence Authors did not print ANOVA, but did provide following: n=250 p=6 R 2 =0.26 H 0 :  1 =  =  6 =0 H A : Not all  i = 0

28 Testing Individual Partial Coefficients - t-tests Wish to determine whether the response is associated with a single explanatory variable, after controlling for the others H 0 :  i = 0 H A :  i  0 (2-sided alternative)

29 Example - Effect of Birth weight on Body Size in Early Adolescence Controlling for all other predictors, adolescent age, Tanner stage, and Birth length are associated with adolescent height measurement

30 Testing for the Overall Model - F-test Tests whether any of the explanatory variables are associated with the response H 0 :  1 =  =  p =0 (None of X s associated with Y) H A : Not all  i = 0 The P-value is based on the F-distribution with p numerator and (n-p-1) denominator degrees of freedom

31 Comparing Regression Models Conflicting Goals: Explaining variation in Y while keeping model as simple as possible (parsimony) We can test whether a subset of p-g predictors (including possibly cross-product terms) can be dropped from a model that contains the remaining g predictors. H 0 :  g+1 =…=  p =0 –Complete Model: Contains all k predictors –Reduced Model: Eliminates the predictors from H 0 –Fit both models, obtaining the Error sum of squares for each (or R 2 from each)

32 Comparing Regression Models H 0 :  g+1 =…=  p = 0 (After removing the effects of X 1,…,X g, none of other predictors are associated with Y) H a : H 0 is false P-value based on F-distribution with p-g and n-p-1 d.f.

33 Models with Dummy Variables Some models have both numeric and categorical explanatory variables (Recall gender in example) If a categorical variable has k levels, need to create k-1 dummy variables that take on the values 1 if the level of interest is present, 0 otherwise. The baseline level of the categorical variable for which all k-1 dummy variables are set to 0 The regression coefficient corresponding to a dummy variable is the difference between the mean for that level and the mean for baseline group, controlling for all numeric predictors

34 Example - Deep Cervical Infections Subjects - Patients with deep neck infections Response (Y) - Length of Stay in hospital Predictors: (One numeric, 11 Dichotomous) –Age (x 1 ) –Gender (x 2 =1 if female, 0 if male) –Fever (x 3 =1 if Body Temp > 38C, 0 if not) –Neck swelling (x 4 =1 if Present, 0 if absent) –Neck Pain (x 5 =1 if Present, 0 if absent) –Trismus (x 6 =1 if Present, 0 if absent) –Underlying Disease (x 7 =1 if Present, 0 if absent) –Respiration Difficulty (x 8 =1 if Present, 0 if absent) –Complication (x 9 =1 if Present, 0 if absent) – WBC > 15000/mm 3 (x 10 =1 if Present, 0 if absent) –CRP > 100  g/ml (x 11 =1 if Present, 0 if absent) Source: Wang, et al (2003)

35 Example - Weather and Spinal Patients Subjects - Visitors to National Spinal Network in 23 cities Completing SF-36 Form Response - Physical Function subscale (1 of 10 reported) Predictors: –Patient’s age (x 1 ) –Gender (x 2 =1 if female, 0 if male) –High temperature on day of visit (x 3 ) –Low temperature on day of visit (x 4 ) –Dew point (x 5 ) –Wet bulb (x 6 ) –Total precipitation (x 7 ) –Barometric Pressure (x 7 ) –Length of sunlight (x 8 ) –Moon Phase (new, wax crescent, 1st Qtr, wax gibbous, full moon, wan gibbous, last Qtr, wan crescent, presumably had 8-1=7 dummy variables) Source: Glaser, et al (2004)

36 Analysis of Covariance Combination of 1-Way ANOVA and Linear Regression Goal: Comparing numeric responses among k groups, adjusting for numeric concomitant variable(s), referred to as Covariate(s) Clinical trial applications: Response is Post-Trt score, covariate is Pre-Trt score Epidemiological applications: Outcomes compared across exposure conditions, adjusted for other risk factors (age, smoking status, sex,...)

37 Nonlinear Regression Theory often leads to nonlinear relations between variables. Examples: –1-compartment PK model with 1st-order absorption and elimination –Sigmoid-E max S-shaped PD model

38 Example - P24 Antigens and AZT Goal: Model time course of P24 antigen levels after oral administration of zidovudine Model fit individually in 40 HIV + patients: where: E(t) is the antigen level at time t E 0 is the initial level A is the coefficient of reduction of P24 antigen k out is the rate constant of decrease of P24 antigen Source: Sasomsin, et al (2002)

39 Example - P24 Antigens and AZT Among the 40 individuals who the model was fit, the means and standard deviations of the PK “parameters” are given below: Fitted Model for the “mean subject”

40 Example - P24 Antigens and AZT

41 Example - MK639 in HIV + Patients Response: Y = log 10 (RNA change) Predictor: x = MK639 AUC 0-6h Model: Sigmoid-E max : where:  0 is the maximum effect (limit as x  )  1 is the x level producing 50% of maximum effect  2 is a parameter effecting the shape of the function Source: Stein, et al (1996)

42 Example - MK639 in HIV + Patients Data on n = 5 subjects in a Phase 1 trial: Model fit using SPSS (estimates slightly different from notes, which used SAS)

43 Example - MK639 in HIV + Patients

44 Data Sources Wagner, J.G., G.K. Aghajanian, and O.H. Bing (1968). “Correlation of Performance Test Scores with Tissue Concentration of Lysergic Acid Diethylamide in Human Subjects,” Clinical Pharmacology and Therapeutics, 9:635-638.


Download ppt "Linear Regression and Correlation Explanatory and Response Variables are Numeric Relationship between the mean of the response variable and the level of."

Similar presentations


Ads by Google