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
MariettaO [177]
3 years ago
15

Consider the case0502 data from Sleuth3. <<< This is the data. Sleuth3 is preloaded into R studio.

Mathematics
1 answer:
Finger [1]3 years ago
6 0

Answer:

Consider the following calculations

Step-by-step explanation:

The complete R snippet is as follows

install.packages("Sleuth3")

library("Sleuth3")

attach(case0502)

data(case0502)

## plot

# plots

boxplot(Percent~ Judge, data=case0502,ylab="Values",

main="Boxplots of the Data",col=c(2:7,8),horizontal=TRUE)

# perform anova analysis

a<- aov(lm(Percent~ Judge,data=case0502))

#summarise the results

summary(a)

### we can use the independent sample t test here

sp<-case0502[which(case0502$Judge=="Spock's"),]

nsp<-case0502[which(case0502$Judge!="Spock's"),]

## perform the test    

t.test(sp$Percent,nsp$Percent)

The results are CHECK THE IMAGE ATTACHED

b)

> summary(a)

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

Judge 6 1927 321.2 6.718 6.1e-05 *** as the p value is less than 0.05 , hence there is a significant difference in the percent of women included in the 6 judges’ venires who aren’t Spock’s judge

Residuals 39 1864 47.8

---

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

c)

t.test(sp$Percent,nsp$Percent)

  Welch Two Sample t-test

data: sp$Percent and nsp$Percent

t = -7.1597, df = 17.608, p-value = 1.303e-06 ## as the p value is less than 0.05 , hence we reject the null hypothesis in favor of alternate hypothesis and conclude that there is a significant difference in the percent of women incuded in Spock’s venires versus the percent included in the other judges’ venires combined

alternative hypothesis: true difference in means is not equal to 0

95 percent confidence interval:

-19.23999 -10.49935

sample estimates:

mean of x mean of y

14.62222 29.49189

You might be interested in
The radii of two right circular cylinders are in the ratio 3 : 4 and their heights are in the ratio 1 : 2. Calculate the ratio o
bezimeni [28]

Answer:

18.852:50.272

Step-by-step explanation:

Step one:

given

The radii of two right circular cylinders are in the ratio 3 : 4

r1= 3

r2= 4

Their heights are in the ratio 1 : 2

h1= 1

h2= 2

Step two:

The expression for the curve surface area is

CSA= 2πrh

CAS1=  2πr1h1

CAS1=  2*3.142*3*1

CAS1=  18.852

CAS2=  2πr2h2

CAS2=  2*3.142*4*2

CAS1=  50.272

The ratio of their curved surface areas

=18.852:50.272

3 0
3 years ago
The answer they gave me is wrong and I got a terrible grade &gt;:( :,(
-BARSIC- [3]

Answer:

who?

Step-by-step explanation:

6 0
3 years ago
The pH scale measures how acidic or basic a substance is. Lemon juice is said to have a pH of less than 4 and greater than 1.5.
Vera_Pavlovna [14]

Answer:

1.5<x<4 i hope this is right sorry if its not

Step-by-step explanation:

8 0
3 years ago
What is the answer srry I need help and no one knows
Masja [62]
Maybe 16,000 or 6,000
6 0
3 years ago
9 mugs for $45<br><br> What is the rate?<br><br> And what is the unit rate?
andrew-mc [135]

Answer:  The unit rate is $5 per  mug.

Step-by-step explanation:

To find the the unit rate, you will find the amount  one mug will cost.

If there are 9 mugs  then to get it to one, you will have to divide 9 by 9, and the same way you will have to divide 45 by 9.

45 / 9 = 5  

6 0
3 years ago
Other questions:
  • Please help i need to get this done by tomorrow
    10·2 answers
  • What is the measure of the secant AB
    15·1 answer
  • Do you think a mix number is a rational number explain
    11·1 answer
  • × + 20 + 2× = 10 - 2× - 15
    7·1 answer
  • What is the answer to this please help
    13·1 answer
  • What is the volume of this prism?
    11·2 answers
  • Match the numbers on the left with their equivalent forms on the right.
    10·1 answer
  • Simplify the following expression by combining like terms. Select the most simplified expression
    11·1 answer
  • The Kirkland family is buying a new living room set that costs $1,495.
    12·1 answer
  • W/4 -7 = -5 <br><br> show your work
    9·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!