Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

14.20 a,b. Answer the questions using the following R output. 14.

14.44 Solve this problem using the following R output.

Call:

lm(formula = Score ~ Price, data = plasma)

Residuals:

Min 1Q Median 3Q Max

-11.108 -5.417 0.836 4.468 14.431

Coefficients:

Estimate Std. Error t value Pr(>|t|)

(Intercept) 12.01749 14.90958 0.806 0.4435

Price 0.01270 0.00496 2.560 0.0337 *

---
Signif. codes: 0 *** 0.001 ** 0.01 * 0.05 .
0.1 1

Residual standard error: 8.216 on 8 degrees of freedom

Multiple R-squared: 0.4503, Adjusted R-squared:


0.3816

F-statistic: 6.553 on 1 and 8 DF, p-value: 0.03365


Call:

lm(formula = Price ~ Weight, data = helmet)

Residuals:
Min 1Q Median 3Q Max

-101.09 -76.33 -10.14 40.56 244.76

Coefficients:

Estimate Std. Error t value Pr(>|t|)

(Intercept) 2044.381 226.354 9.032 1.11e-07 ***

Weight -28.350 3.826 -7.410 1.48e-06 ***

---

Signif. codes: 0 *** 0.001 ** 0.01 * 0.05 .


0.1 1

Residual standard error: 91.81 on 16 degrees of freedom


Multiple R-squared: 0.7743, Adjusted R-squared:
0.7602

F-statistic: 54.9 on 1 and 16 DF, p-value: 1.478e-06

You might also like