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
What’s the answer and how solve
maks197457 [2]

Answer: it’s 2

Step-by-step explanation:

You see ya just Ehhe ha multigibd 8372 and 87:)&2 then you .,992

7 0
3 years ago
Read 2 more answers
What dose this = to? triangles = to 180 buts all i know
lara31 [8.8K]

7. Straight lines are also = to 180°


If you look at the diagram, when you add the two angles together, they form a straight line.

Since the angles add up to 180°, you can do:

(x + 25)° + (4x + 5)° = 180°

x + 25 + 4x + 5 = 180        Combine like terms

5x + 30 = 180         Subtract 30 on both sides

5x = 150       Divide 5 on both sides

x = 30

3 0
3 years ago
Paula rows 6 miles upstream in 3 hours she returns downstream in 2 hours. Which is the rate Paula rows in still water? What is t
KiRa [710]

Answer:

Upstream - 2 miles per hour

Downstream - 3 miles per hour

Step-by-step explanation:

For the speed upstream, the answer would be 2 miles per hour (mph), because 6÷3=2.

For the speed downstream, the answer would be 3 miles per hour (mph), because 6÷2=3.

Both answers come in similar methods. Hope this helps you!

If you don't mind, please mark my answer brainliest!

8 0
3 years ago
Read 2 more answers
HEEEEEEEELLLLPPPP PLLLLAZZZZZZZZZ
OverLord2011 [107]

Answer:

The first picture is B and the second one is (0,-3)

8 0
3 years ago
Read 2 more answers
Evaluate C=2 pi r for r=8 <br> A. C=10 pi <br> B. C=16 pi<br> C. C=28 pi<br> D. C=16
Brrunno [24]

Answer:

If `r` and `R` and the respective radii of the smaller and the bigger semi-circles then the area of the shaded portion in the given figure is: (FIGURE) `pir^2\ s qdotu n i t s` (b) `piR^2-pir^2\ s qdotu n i t s` (c) `piR^2+pir^2\ s qdotu n i t s` (d) `piR^2\ s qdotu n i t s`

Step-by-step explanation:

4 0
3 years ago
Read 2 more answers
Other questions:
  • The answer to this question
    13·1 answer
  • K and M are supplementary angles. If m K = 3x + 8 and m M = x + 12, find the m K.
    10·1 answer
  • Admission to an amusement park is $10 for children and $15 for adults. On Saturday 1,300 people enter the park and $17,250 is co
    9·1 answer
  • Callie loves flowers. She picks 4 tulips for every Daisy she picks. Callie's mom also gave her 6 tulips this week from her garde
    14·1 answer
  • How far did Jerry walk ?​
    11·2 answers
  • A shipment of 288 reams of paper was delivered. Each of the 30 classrooms recieved an equal share of the paper. Any extra reams
    12·2 answers
  • A local salesman receives a base salary of $975 monthly. He also receives a commission of 7% on all sales over $1250. How much w
    12·1 answer
  • It will cost $2 per square foot to plant grass in the park. What will be the total cost, in dollars, of planting the grass?​
    10·1 answer
  • Ava and her children went into a restaurant and will buy hotdogs and tacos. She must buy no less than 8 hotdogs and tacos altoge
    11·1 answer
  • What is the slope of the line through (-3 3( and (-1 -1)
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!