Question

In: Statistics and Probability

To compare three brands of computer keyboards, four data entry specialists were randomly selected. Each specialist...

To compare three brands of computer keyboards, four data entry specialists were randomly selected. Each specialist used all three keyboards to enter the same kind of text material for 10 minutes, and the number of words entered per minute was recorded. The data obtained are given in the following table:

Keyboard Brand

Data Entry Specialist A B C

1 77 67 63

2 71 62 59

3 74 63 59

4 67 57 54

a. Test the null hypothesis H0 that no differences exist between the effects of the keyboard brands on the mean number of words entered per minute. Set α = 0.025

b. Test the null hypothesis H0 that no differences exist between the effects of the data entry specialists on the mean number of words entered per minute. Set α= 0.025. c. Use Tukey simultaneous 95 percent confidence intervals to make pairwise comparisons of the keyboard brand effects on the mean number of words entered per minute. Which keyboard brand maximizes the mean number of words entered per minute?

Solutions

Expert Solution

I HOPE ITS HELPFUL TO YOU IF YOU HAVE ANY DOUBTS PLS COMMENTS BELOW..I WILL BE THERE TO HELP YOU ...ALL THE BEST

ANSWER:

we can do this quickly in the open source statisitcal package R

The R snippet is as follows

A<- c(77,71,74,67)
B<- c(67,62,63,57)
C<- c(63,59,59,54)
  
df <- data.frame(A,B,C)

library(reshape2)

df <- melt(df)


library(ggpubr)

# Global test
compare_means(value ~ variable, data = df, method = "anova")

# Change method to anova
ggboxplot(df, x = "variable", y = "value",
color = "variable", palette = "dark2")+
stat_compare_means(method = "anova")

# perform anova analysis
a<- aov(lm(value~ variable,data=df))

TukeyHSD(a)
plot(TukeyHSD(a))

The result is

> compare_means(value ~ variable, data = df, method = "anova")
# A tibble: 1 x 6
.y. p p.adj p.format p.signif method
<chr> <dbl> <dbl> <chr> <chr> <chr>
1 value 0.002825428 0.002825428 0.0028 ** Anova

The p value of the anova is 0.0028 , which is less than 0.05 hence we can say that there is a difference between atleast 2 groups

The tukeyhsd is as follows

> TukeyHSD(a)
Tukey multiple comparisons of means
95% family-wise confidence level

Fit: aov(formula = lm(value ~ variable, data = df))

$variable
diff lwr upr p adj
B-A -10.0 -17.95844 -2.04156 0.0164748 ## not signficant
C-A -13.5 -21.45844 -5.54156 0.0027409 ## signficant difference
C-B -3.5 -11.45844 4.45844 0.4674238 ## not signficant

only p values that are less than 0.05 are considered signficant

also , as evident from the boxplot above , brand A of keyboard has the highest median for average typing speed , hence brand A maximises the mean number of words entered per minute

I HOPE YOU UNDERSTAND..PLS RATE THUMBS UP ITS HELPS ME ALOT..

THANK YOU...!!


Related Solutions

In order to compare the life expectancies of three different brands of printers, four printers (sample...
In order to compare the life expectancies of three different brands of printers, four printers (sample size) of each brand were randomly selected. Information regarding the three brands is shown below. (60 points) Brand A Brand B Brand C Sample mean: Average life (in months) 62 50 58 Sample variance 36 25 32 a) State the null and alternative hypotheses to be tested. (10 points) b) Complete ANOVA table below. The null hypothesis is to be tested at 95% confidence....
A computer company shipped two new computers to a customer. These two computers were randomly selected...
A computer company shipped two new computers to a customer. These two computers were randomly selected from the 15 computers in stock. Unfortunately, the inventory clerk by mistake mixed up new computers with refurbished computers. As a result, the 15 computers in stock consisted of 11 new computers and 4 refurbished computers. If the customer received one refurbished computer, the company will incur a shipping and handling expense of $100 to replace that computer with a new computer. However, if...
An evaluation was recently performed on brands and data were collected that classified each brand as...
An evaluation was recently performed on brands and data were collected that classified each brand as being in the technology or financial institutions sector and also reported the brand value. The results in terms of value​ (in millions of​ dollars) are shown in the accompanying data table. Complete parts​ (a) through​ (c). A) Assuming the population variances are​ equal, is there evidence that the mean brand value is different for the technology sector than for the financial institutions​ sector? (Use...
An evaluation was recently performed on brands and data were collected that classified each brand as...
An evaluation was recently performed on brands and data were collected that classified each brand as being in the technology or financial institutions sector and also reported the brand value. The results in terms of value​ (in millions of​ dollars) are shown in the accompanying data table. Complete parts​ (a) through​ (c). BRAND VALUES: Technology: 281, 377, 491, 429, 406, 584, 641, 624 Financial Institutions: 517, 832, 819, 804, 937, 995, 1035, 1094 a.) Assuming the population variances are​ equal,...
In a study of computer use, 1000 randomly selected Canadian Internet users were asked how much...
In a study of computer use, 1000 randomly selected Canadian Internet users were asked how much time they spend using the Internet in a typical week. The mean of the sample observations was 12.6 hours. (a) The sample standard deviation was not reported, but suppose that it was 4 hours. Carry out a hypothesis test with a significance level of 0.05 to decide if there is convincing evidence that the mean time spent using the Internet by Canadians is greater...
In a study of computer use, 1000 randomly selected Canadian Internet users were asked how much...
In a study of computer use, 1000 randomly selected Canadian Internet users were asked how much time they spend using the Internet in a typical week. The mean of the sample observations was 12.9 hours. (a) The sample standard deviation was not reported, but suppose that it was 6 hours. Carry out a hypothesis test with a significance level of 0.05 to decide if there is convincing evidence that the mean time spent using the Internet by Canadians is greater...
The weights of four randomly and independently selected bags of tomatoes labeled 5.0 pounds were found...
The weights of four randomly and independently selected bags of tomatoes labeled 5.0 pounds were found to be 5.3, 5.0, 5.6, and 5.4 pounds. Assume Normality. Answers part (a) and (b) below. (a). Find a 95% confidence interval for the mean weight of all bags of tomatoes. (__,__) (b). Does the interval capture 5.0 pounds? Is there enough evidence to reject a mean weight of 5.0 pounds? Explain.
The weights of four randomly and independently selected bags of tomatoes labeled 5.0 pounds were found...
The weights of four randomly and independently selected bags of tomatoes labeled 5.0 pounds were found to be 5.1 ,.5.0, 5.2, and 5.1 pounds. Assume Normality. Find a? 95% confidence interval for the mean weight of all bags of tomatoes.
The weights of four randomly and independently selected bags of potatoes labeled 20 pounds were found...
The weights of four randomly and independently selected bags of potatoes labeled 20 pounds were found to be 20.7​, 21.4​, 20.9​, and 21.2 pounds. Assume Normality. Answer parts​ (a) and​ (b) below. a. Find a​ 95% confidence interval for the mean weight of all bags of potatoes. b. Does the interval capture 20 ​pounds? Is there enough evidence to reject a mean weight of 20 ​pounds? A.The interval does not capture 20 pounds, so there is enough evidence to reject...
the weights of four randomly and independently selected bags of potatoes labeled 20 pounds were found...
the weights of four randomly and independently selected bags of potatoes labeled 20 pounds were found 21.7,22,20.5, and 21.9. Assume Normality. Using a two sided alternative hypothesis should you be able to reject a hypothesis that the population mean is 20 pounds using a significance level of 0.05 why or why not the confidence interval is reported here I am 95% confidence the population mean is between 20.4 and 22.6 pounds. B) test the hypothesis that the population mean is...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT