1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
zvonat [6]
2 years ago
9

An article reports the following data on yield (y), mean temperature over the period between date of coming into hops and date o

f picking (x1), and mean percentage of sunshine during the same period (x2) for the Fuggle variety of hop:
x1 x2 y
16.7 30 206
17.4 42 108
18.4 47 101
16.8 47 104
18.9 43 96
17.1 41 76
17.3 48 71
18.2 44 65
21.3 43 70
21.2 50 54
20.7 56 40
18.5 60 31
Here is partial Minitab output from fitting the first-order model Y = ß0 + ß1x1 + ß2x2 + e used in the article:
Predictor Coef StDev t-ratio p
Constant 415.11 82.52 5.03 0
Temp -6.593 4.859 -1.36 0.208
Sunshine -4.504 1.071 -4.20 0.002
s = 24.45 R-sq = 76.8% R-sq(adj) = 71.6%
(a) What is Y · 17.3, 48, and what is the corresponding residual, e? (Round your answers to four decimal places.)
Y · 17.3, 48 = 84.8591
e = -11.8591
b) Test H0: ß1 = ß2 = 0 versus Ha: either ß1 or ß2 ? 0 at level 0.05.
State the rejection region and compute the test statistic value. Round your answers to two decimal places.
rejection region f = 4.26
test statistic f = 14.90
(c) The estimated standard deviation of 0 + 1x1 + 2x2 when x1 = 17.3 and x2 = 48 is 10.13. Use this to obtain a 95% CI for µY · 17.3, 48. (Round your answers to two decimal places.)
(d) Use the information in part (c) to obtain a 95% PI for yield in a future experiment when x1 = 17.3 and x2 = 48. (Round your answers to two decimal places.)
Mathematics
1 answer:
skelet666 [1.2K]2 years ago
4 0

Answer:

x1=c(16.7,17.4,18.4,16.8,18.9,17.1,17.3,18.2,21.3,21.2,20.7,18.5)

x2=c(30,42,47,47,43,41,48,44,43,50,56,60)

y=c(210,110,103,103,91,76,73,70,68,53,45,31)

mod=lm(y~x1+x2)

summary(mod)

R output: Call:

lm(formula = y ~ x1 + x2)

Residuals:  

   Min      1Q Median      3Q     Max

-41.730 -12.174   0.791 12.374 40.093

Coefficients:

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

(Intercept) 415.113     82.517   5.031 0.000709 ***  

x1            -6.593      4.859 -1.357 0.207913    

x2            -4.504      1.071 -4.204 0.002292 **  

---  

Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1  

Residual standard error: 24.45 on 9 degrees of freedom  

Multiple R-squared: 0.768,     Adjusted R-squared: 0.7164  

F-statistic: 14.9 on 2 and 9 DF, p-value: 0.001395

a).  y=415.113 +(-6.593)x1 +(-4.504)x2

b). s=24.45

c).  y =415.113 +(-6.593)*21.3 +(-4.504)*43 =81.0101

residual =68-81.0101 = -13.0101

d). F=14.9

P=0.0014

There is convincing evidence at least one of the explanatory variables is significant predictor of the response.

e).  newdata=data.frame(x1=21.3, x2=43)

# confidence interval

predict(mod, newdata, interval="confidence")

#prediction interval

predict(mod, newdata, interval="predict")

confidence interval

> predict(mod, newdata, interval="confidence",level=.95)

      fit      lwr      upr

1 81.03364 43.52379 118.5435

95% CI = (43.52, 118.54)

f).  #prediction interval

> predict(mod, newdata, interval="predict",level=.95)

      fit      lwr      upr

1 81.03364 14.19586 147.8714

95% PI=(14.20, 147.87)

g).  No, there is not evidence this factor is significant. It should be dropped from the model.

You might be interested in
What temperature is nine degrees higher than -3 degrees c
vesna_86 [32]
I think its 6 degrees c
5 0
3 years ago
Read 2 more answers
The action of coming to live permanently in a foreign country.
aliina [53]

Answer:

Emigrate means to leave one's country to live in another. Immigrate is to come into another country to live permanently. Migrate is to move, like birds in the winter. The choice between emigrate, immigrate, and migrate depends on the sentence's point of view.

8 0
2 years ago
Wich number is thirty-six thousand, two hundred fourteen and nine thousandths? A 36,214.009 B 36,214.09 C 36,214.900 D 36,241.00
vovikov84 [41]
A is the correct Answer
4 0
3 years ago
Read 2 more answers
How do I find the correct slope on a graph?
-BARSIC- [3]

Answer:

To find the slope of a line from a graph, first choose 2 points along the line and write down the X and Y coordinates for each. Next, find the rise by taking the difference between the 2 Y coordinates. If the line slopes up as it moves to the right, the rise will be positive. If it slopes down, the rise will be negative.

Step-by-step explanation:

6 0
3 years ago
Read 2 more answers
Points H and F lie on circle c What is the length of line segment GH?
Nina [5.8K]

Answer:

6 units

Step-by-step explanation:

Given: Points H and F lie on  circle with center C. EG = 12, EC = 9 and ∠GEC = 90°.

To find: Length of GH.

Sol: EC = CH = 9 (Radius of the same circle are equal)

Now, GC = GH + CH

GC = GH + 9

Now In ΔEGC, using pythagoras theorem,

(Hypotenuse)^{2} = (Base)^{2} +(Altitude)^{2} ......(ΔEGC is a right triangle)

(GC)^{2} = (GE)^{2} +(EC)^{2}

(GH + 9)^{2} = (9)^{2} +(12)^{2}

(GH )^{2} + (9)^{2} + 18GH = 81 + 144

(GH )^{2} + 81 + 18GH = 81 + 144

(GH )^{2} + 18GH = 144

Now, Let GH = <em>x</em>

x^{2} +18x = 144

On rearranging,

x^{2} +18 x - 144 = 0

x^{2} - 6x +24x + 144 = 0

x (x-6) + 24 (x - 6) =0

(x - 6) (x + 24) = 0

So x = 6  and x = - 24

∵ x cannot be - 24 as it will not satisfy the property of right triangle.

Therefore, the length of line segment GH = 6 units. so, Option (D) is the correct answer.

3 0
2 years ago
Read 2 more answers
Other questions:
  • See if you're a genius by answering this question!
    15·2 answers
  • Is it possible for a quadrilateral to have only 2 right angles
    14·2 answers
  • (2x² + 3x - 5)<br>(-x² + 7x + 2)​
    12·1 answer
  • A rectangle measures 18 cm x 3 cm what is its area
    6·1 answer
  • What is 2E + 40 - 16 ​
    14·1 answer
  • business rents in-line skates and bicycles to tourists on vacation. A pair of skates rents for $15 per day. A bicycle rents for
    11·1 answer
  • What is the circumference of a circle if the radius is 7 meters
    7·1 answer
  • Could someone help me
    11·1 answer
  • 2x + 3y proportion to x+ 5y or x &amp; y this means <br>​
    11·1 answer
  • Consider a student loan of $12, 500 at a fixed APR rate of 9% for 25 years.
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!