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
8090 [49]
3 years ago
5

Analysis of the oil data set. One project from Fall 1999 consisted of heating motor oil until it catches on fire. There were eig

ht runs in random order where "conv" stands for conventional oil, "syn" stands for synthetic oil, "5/30" and "20/50" are two viscosities, and "time" is the time until catching fire. The data are as follows
Obs type vis time 1 conv 5/30 345 2 syn 5/30 658 3 conv 20/50 360 4 syn 20/50 546 5 conv 5/30 360 6 syn 5/30 676 7 conv 20/50 342 8 syn 20/50 512
Run lm in Splus or M-Lab to get the ANOVA output for determining (use full model: model time=vis+type+vis*type, after class vis type)if there is mean difference in oil types (conv vs. syn): p value =
Mathematics
1 answer:
motikmotik3 years ago
7 0

Answer:

See the explanation for the answer

Step-by-step explanation:

We shall analyse this in the open source statisitcal packageR , the complete R snippet is as follows

# read the data into R dataframe

data.df<- read.csv("C:\\Users\\586645\\Downloads\\Chegg\\syn.csv",header=TRUE)

str(data.df)

# perform anova analysis

a<- aov(lm(time~type*vis,data=data.df))

#summarise the results

summary(a)

colr<-c("salmon3" , "plum2","coral1","palegreen1" ,"orangered" ,"magenta4" )

# plots

boxplot(time~type*vis, data=data.df,ylab="Values",

main="Boxplots of the Data",col=colr,horizontal=TRUE)

attach(data.df)

interaction.plot(type,vis,time, type="b", col=c(2:6),

leg.bty="o", leg.bg="beige", lwd=2, pch=c(18,24,22),  

xlab="Type",

ylab="Value",

main="Interaction Plot")

The results are

> summary(a)

Df Sum Sq Mean Sq F value Pr(>F)

type 1 121278 121278 478.18 2.59e-05 *** ### signficant as the p value is less than 0.05

vis 1 9730 9730 38.36 0.00345 ** ### signficant as the p value is less than 0.05

type:vis 1 9316 9316 36.73 0.00374 ** ### signficant as the p value is less than 0.05 , hence the interaction effect is significant . The p values are highlighted

Residuals 4 1015 254    

---

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

You might be interested in
A rectangle has a length four more than
torisob [31]
L ≥ 5w + 4
2(L+w) ≥ 32

L+w ≥ 16

6w + 4 ≥ 16
6w ≥ 12
w ≥ 2

L ≥ 5w + 4
L ≥ 14

If L = 14 and w = 2 then the perimeter is 32.
These are the smallest dimensions that fit the criteria.

Note: If we raise the width by 1 to w = 3
then the length is at least 19. At 19 by 3 we have P = 44
Like would be appreciated!!
8 0
1 year ago
Urgent!!!!
LekaFEV [45]

Answer:

One pair of socks is $370.

Step-by-step explanation:

Sean bought <em>three pairs</em> of the same socks and a shoe polish for $1450. If the

polish cost $340, how much is the cost of <em>one pair</em> of socks.

6x - 340 = 1450

6x = 1450 -340

6x = 1110

2x = 1110 / 3

2x = 370

8 0
3 years ago
Read 2 more answers
PLEASE HELP MEEEE!
slava [35]
The slope is 1/2. Every time the x increases by 2, the y increases by 1. Slope is the rise over the run, which would be 1/2
6 0
2 years ago
Read 2 more answers
What is the answer if I multipy 14x 14.50
strojnjashka [21]

Answer:

203

Step-by-step explanation:

14×14.50=203 I calculated it

5 0
3 years ago
Read 2 more answers
HELP!!<br> Full Question in picture
drek231 [11]

a. The value of x is 7

b. The measure of ∠1 is 99°

<h3>Calculating angles </h3>

From the question, we are to solve for x

From the given diagram, we can write that

m∠NMQ + m∠MQN + m∠QNM = 180° (<em>Sum of angles in a triangle</em>)

From the given information,

m∠NMQ = 5x +19

m∠MQN = 8x -11

m∠QNM = 11x + 4

Then,

5x + 19 + 8x -11 + 11x + 4 = 180

Collect like terms

5x + 8x + 11x = 180 - 19 + 11 - 4

24x = 168

∴ x = 168/24

x = 7

Hence, the value of x is 7

b.
Measure of ∠1 + m∠QNM = 180° (<em>Sum of angles on a straight line</em>)

∴ Measure of ∠1 = 180° - m∠QNM

But m∠QNM = 11x + 4

∴ m∠QNM = 11(7) + 4

m∠QNM = 77 + 4

m∠QNM = 81°

Then,

Measure of ∠1 = 180° - 81°

Measure of ∠1 = 99°

Hence, the measure of ∠1 is 99°

Learn more on Calculating angles here: brainly.com/question/25716982

#SPJ1

5 0
2 years ago
Other questions:
  • Solve the inequality -2(y + 5) + 20 &gt; 6.
    12·1 answer
  • A​ light-year is the distance that light travels in one year. Find the number of miles in a​ light-year if light travels 1.86 ti
    5·1 answer
  • What is the center and radius of the equation (x-8)^2 +(y+6)^2=13
    5·1 answer
  • If x = a + bi and y = c + di, x × y = y × x.
    7·1 answer
  • NEED HELP ASAP !!!!!!!!!!!!
    6·1 answer
  • PLEASE HELP!!!!!
    14·1 answer
  • Rewrite y=5(14)t/6 in the form y=a(1+r)t or y=a(1−r)t. Round the value of r to the nearest ten thousandth. Then tell whether the
    15·1 answer
  • LAST ONE !!! Ok here
    7·1 answer
  • What kind of triangle is 6, 8, and 9
    10·1 answer
  • Write the fraction as a decimal and a percent 42/100
    7·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!