Question

How do I interpret the p-values in terms of rejecting or failing to reject H0 at a 95% confidence level? What does the intercept column mean in terms of p-value? How does the p-value of the F test compare and what does it mean? In the simple linear regression I'd conclude age isn't related to pulmonary disease (what does intercept p-value mean) but for the multiple regression I'd say age and height aren't related to pulmonary disease but smoking is related to pulmonary disease. My stats prof says I have it backwards but I don't know why.

summary(fit) Call: Im(formula = fev ~ age) Residuals: Min 1Q Median -1.57539 -0.34567 -0.04989 3Q 0.32124 Max 2.12786 Coeffic

fit-1m(fevrage+height+smoke) summary(fit) Call: Im(formula = fever ~ age + height + smoke) Residuals: Min 1Q Median -1.50182

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Defination: The p-value for each term tests the null hypothesis that the coefficient is equal to zero (no effect of the variable). A low p-value (< 0.05 in this case) indicates that you can reject the null hypothesis and by saying reject the null hypothesis, we mean that if we have enough evidence to reject the null hypothesis then we can say the variables are significant and can be considered in the model.

1. Now, if p-value is less than 0.05, we may reject our null hypothesis, and conclude that the variables are statistically significant.

2. The intercept (often labeled the constant) is the expected mean value of Y when all X=0. In regards to above equation:

i. For simple linear regression, the p-value is less than 0.05, which indicates that your intercept is statistically significant.

ii. For multiple linear regression, the p-value is less than 0.05, which says that your intercept is statistically significant.

3. Compare the p-value for the F-test to your significance level (0.05 in this case). If the p-value is less than the significance level, your sample data provide sufficient evidence to conclude that your regression model fits the data better than the model with no independent variables (age, height, smoke etc).

This finding is good news because it means that the independent variables in your model improve the fit!

4. In simple linear regression, we would conclude that the age variable is a significant variable as its p-value is less than the given level of significance i.e. 0.05.

5. In multiple linear regression, we would conclude that the age and height are the significant variables as its p-value is less than the given level of significance i.e. 0.05.

Note: You can also check the significance by seeing the asterisk mark. As 3 asterisk mark says the variable is significant.

Add a comment
Know the answer?
Add Answer to:
How do I interpret the p-values in terms of rejecting or failing to reject H0 at...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • 2.-Interpret the following regression model Call: lm(formula = Sale.Price ~ Lot.Size + Square.Feet + Num.Baths + API.2011 + dis_coast + I(dis_fwy * dis_down * dis_coast) + Pool, data = Train...

    2.-Interpret the following regression model Call: lm(formula = Sale.Price ~ Lot.Size + Square.Feet + Num.Baths + API.2011 + dis_coast + I(dis_fwy * dis_down * dis_coast) + Pool, data = Training) Residuals: Min 1Q Median 3Q Max -920838 -84637 -19943 68311 745239 Coefficients: Estimate Std. Error t value Pr(>|t|) (Intercept) -7.375e+05 7.138e+04 -10.332 < 2e-16 *** Lot.Size -5.217e-01 1.139e-01 -4.581 5.34e-06 *** Square.Feet 1.124e+02 1.086e+01 10.349 < 2e-16 *** Num.Baths 3.063e+04 9.635e+03 3.179 0.00153 ** API.2011 1.246e+03 8.650e+01 14.405 < 2e-16...

  • Interpreting regression results 2. This is the result of a regression where goals is the dependent...

    Interpreting regression results 2. This is the result of a regression where goals is the dependent variable and minutes played is the explanatory variable. a. Write out the simple linear regression equation that predicts goals based on time played using the output displayed here. If the average soccer player played one additional game (90 minutes), how many additional goals would you predict them to have scored? b. Call: 1m(formula goalstimeplayed, data -data) Residuals: Min 1Q Median 3Q Max 5.0572-1.6294 -0.3651...

  • Using R output provided 1). Perform hypothesis testing for B(beta)1=2 using A(alpha)=0.05 > summary(ls) Call: Residuals:...

    Using R output provided 1). Perform hypothesis testing for B(beta)1=2 using A(alpha)=0.05 > summary(ls) Call: Residuals: Min 1Q Median 3Q Max 0.20283 -0.14691 -0.02255 0.06655 0.44541 Coefficients: (Intercept) 0.365100.099043.686 0.003586 ** Signif. codes: 0 '***' 0.001 '0.01 '*'0.05 '.' 0.1''1 Estimate Std. Error t value Pr>Itl) 0.96683 0.18292 5.286 0.000258** Residual standard error: 0.1932 on 11 degrees of freedom Multiple R-squared 0.7175, Adjusted R-squared: 0.6918 F-statistic: 27.94 on 1 and 11 DF, p-value: 0.0002581 anovaCLs) Analysis of Variance Table Response:...

  • It has been established for a long time that height has a positive correlation with weight....

    It has been established for a long time that height has a positive correlation with weight. As people gets taller their weight increases. In a research study, a linear regression model was proposed to predict weight based on height. R output below provides the analysis. Interpret it, list any strengths and limitations of the result. Call: lm(formula = Weight ~ Height) Residuals:     Min      1Q Median      3Q     Max -6.7104 -2.9217 0.4276 2.3973 7.8586 Coefficients:             Estimate Std. Error t value...

  • Call: lm(formula = launch_speed ~ launch_angle, data = muncy) Residuals:     Min      1Q Median      3Q     Max...

    Call: lm(formula = launch_speed ~ launch_angle, data = muncy) Residuals:     Min      1Q Median      3Q     Max -64.802 -9.009   2.401 10.821 20.709 Coefficients:              Estimate Std. Error t value Pr(>|t|)    (Intercept) 86.95164    0.78064 111.385 < 2e-16 *** launch_angle 0.20804    0.02865   7.261 1.77e-12 *** --- Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1 Residual standard error: 13.74 on 438 degrees of freedom Multiple R-squared: 0.1074, Adjusted R-squared: 0.1054 F-statistic: 52.72 on 1 and 438 DF, p-value:...

  • A statistician wishes to estimate the price of a used car of a certain brand using...

    A statistician wishes to estimate the price of a used car of a certain brand using linear regression based on the variables Age, Mileages, Crash history, and Owner’s plate number. To do so, she randomly selected a certain number of used cars of the brand and measures AGE, MILEAGE, CRASH HISTORY, and NUMBER OF DIGITS ON PLATE NUMBER. The following is the output from R. Based on the R output, answer the following questions. f) Which variable would you first...

  • 2. 2. After we fit the model, the R commander output is provided below. Coefficients: (Intercept)...

    2. 2. After we fit the model, the R commander output is provided below. Coefficients: (Intercept) -5.128e+03 1.103e+02 46.49 2e-16** Estimate std. Brror t value Pr(lt|) TEMP PERT TEM: FERT 1.45se-01 9.692e-03 -15.01 1.06e-12 3.110e+01 1.344e+00 23.13 2e-16* 1.397e+02 3.140e+00 44.51 < 2e-16** TEMPSQ FERTSO -1.334e-01 6.853e-03 19.46 6.46e-15 -1.144e+00 2.741e-02 41.74 <2e-16 signif. codes: 00.001 0.01 0.05 011 Residual standard error: 1.679 on 21 degrees of freedom Multiple R-squared: 0.993, F-statistic: 596.3 on 5 and 21 DF, p-value: 2.2e-16...

  • > summaryCls) Call: Lm(formula y X) Residuals: -0.20283 -0.146910.02255 0.06655 0.44541 Coefficients: (Intercept) 0.36510 0.09904 3.686...

    > summaryCls) Call: Lm(formula y X) Residuals: -0.20283 -0.146910.02255 0.06655 0.44541 Coefficients: (Intercept) 0.36510 0.09904 3.686 0.003586 ** Min 1Q Median 3Q Max Estimate Std. Error t value Pr(>ltl) 0.96683 0.18292 5.286 0.000258*** Signif. codes: 00.001*0.010.050.11 Residual standard error: 0.1932 on 11 degrees of freedom Multiple R-squared 0.7175, Adjusted R-squared: 0.6918 F-statistic: 27.94 on 1 and 11 DF, p-value: 0.0002581 > anovaCls) Analysis of Variance Table Response : y Df Sum Sq Mean Sq F value PrOF) 1 1.04275 1.04275...

  • Suppose a marketing researcher gathers data on a sample of 200 companies and obtains data on...

    Suppose a marketing researcher gathers data on a sample of 200 companies and obtains data on the number of products sold (y), as well as the amount of money spent advertising on Youtube, Facebook, and newspapers (in thousands of dollars). #t Call: #1m(formula youtube + facebook +newspaper, data sales marketing) #Residuals: Min 1Q Median 0.29 30 Max *# -10.59 -1.07 1.43 3.40 ## Coefficients: Estimate Std. Error t value Pr (>|tl) # (Intercept) 3.52667 0.37429 9.42 <2e-16 ** youtube facebook...

  • 1.-Interpret the following regression model Coefficients: Estimate Std. Error t value Pr(>|t|) (Intercept) -7.819e+05 7.468e+04 -10.470 < 2e-16 *** Lot.Si...

    1.-Interpret the following regression model Coefficients: Estimate Std. Error t value Pr(>|t|) (Intercept) -7.819e+05 7.468e+04 -10.470 < 2e-16 *** Lot.Size -5.359e-01 1.163e-01 -4.610 4.67e-06 *** Square.Feet 1.108e+02 1.109e+01 9.986 < 2e-16 *** Num.Baths 2.985e+04 9.650e+03 3.094 0.00204 ** API.2011 1.226e+03 9.034e+01 13.568 < 2e-16 *** dis_coast -7.706e+00 2.550e+00 -3.022 0.00259 ** dis_fwy 1.617e+01 1.232e+01 1.312 0.18995 dis_down 5.364e+00 3.299e+00 1.626 0.10429 I(dis_fwy * dis_down) -4.414e-04 5.143e-04 -0.858 0.39098 Pool 1.044e+05 2.010e+04 5.194 2.59e-07 *** --- Signif. codes: 0 ‘***’ 0.001...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT