Question

Six different machines are being considered for use in manufacturing rubber seals. The machines are being compared with respe

please answer using R software and include the statement of the R command to do the test of hypothesis and the R output.

thank you!

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

Null and alternative hypotheses are

Ho : Mean tensile strength does not vary with machines

Ha : Mean tensile strength varies with machines

R-code

#Read Data

X<- structure(list(m1 = c(17.5,16.9,15.8,18.6,16.4,19.2,17.7,15.4,20.3,15.7,17.8,18.9,14.6,16.7,20.8,18.9,17.5,19.2,16.5,20.5,18.3,16.2,17.5,20.1), names = c("machine1","machine1","machine1","machine1", "machine2", "machine2", "machine2", "machine2", "machine3", "machine3", "machine3", "machine3","machine4","machine4","machine4","machine4","machine5","machine5","machine5","machine5","machine6","machine6","machine6","machine6"), names=1:24), .Names = c("strength","machine"), class = "data.frame", row.names = c(NA, -23L))

dat <- X

#head(dat)
res.aov <- aov(strength ~ machine, data = dat)


anova(lm(strength ~ machine, data =dat))

Output

Analysis of Variance Table

Response: strength
          Df Sum Sq Mean Sq F value Pr(>F)
machine    5  5.338  1.0677  0.3068 0.9024
Residuals 18 62.640  3.4800               

Given, level of significance = 0.05

Since, p-value = 0.9024

0.9024 > 0.05

that is p-value > level of significance

we do not reject Ho.

Conclusion :

Mean tensile strength does not differ for the six machines

Add a comment
Know the answer?
Add Answer to:
please answer using R software and include the statement of the R command to do the test of hypothesis and the R output. thank you! Six different machines are being considered for use in manufacturin...
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
  • PROBLEM-1) (100 Pts) At an aircraft manufacturing company six test systems are used in the final...

    PROBLEM-1) (100 Pts) At an aircraft manufacturing company six test systems are used in the final test of the XYZ part. The test systems are being compared concerning the sensitivity measure of the product. A random sample of four sensitivity measures from each test system is used to determine whether the mean sensitivity measurement varies among test systems. The followings are the measurements in gr per square millimeter x 10-1. 1 5 6 18.6 15.8 16.9 17.5 2 15.4 17.7...

  • can u clearly show me how to find a sample size (N) , A2, and can...

    can u clearly show me how to find a sample size (N) , A2, and can you also tell me why we are using an X Chart? Problem 1 A restaurant wants to control kitchen preparation time of dinner meals using an X chart. The process standard deviation is unknown. Each evening a manager takes a random sample of 14 dinner orders and measures and records their kitchen preparation time. Create an X Chart using data in the table below...

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