Question

In: Statistics and Probability

In order to compare two computer software packages, a manager has 15 individuals use each software...

In order to compare two computer software packages, a manager has 15 individuals use each software package to perform a standard set of tasks typical of those encountered in the office. Of course, in carrying out the comparison the manager was careful to use individuals who did not have an established preference of skill with either type of software, and 15 individuals were randomly selected to use software A first while the other 15 used software B first. The time required to perform the standard set of tasks, to the nearest minute, is reported in Table 1. Test the null hypothesis that there is no difference between the mean time required to perform the standard tasks by the two software packages, using the 5% level of significance.

Table:1

Individual

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

Software A

12

16

15

13

16

10

15

17

14

12

13

14

10

11

15

Software B

10

17

18

16

19

12

17

15

17

14

17

11

18

15

13

(a) Do you reject the null hypothesis?

(b) What is the p-value of the test?

Solutions

Expert Solution

[Used R-Software]

Two sample t-test is appropriate in this case.

Following calculation of the test statistic can be verified using software:

R-commands and outputs:

A=c(12,16,15,13,16,10,15,17,14,12,13,14,10,11,15)
B=c(10,17,18,16,19,12,17,15,17,14,17,11,18,15,13)
# t-test using direct command in R-Software:

Null hypothesis-H0: (muA-muB)=0 [mean time difference is zero]
Alternative hypothesis-H1: (muA-muB) not-equal-to 0 [mean time difference is not equal to zero]

Since, we have to check in both directions i.e. difference either greater than zero or less than zero, it is two-sided test.

t.test(A,B,conf.level=0.95,var.equal=TRUE)
Two Sample t-test
data: A and B
t = -1.9116, df = 28, p-value = 0.06622
alternative hypothesis: true difference in means is not equal to 0
95 percent confidence interval:
-3.590757 0.124090
sample estimates:
mean of x mean of y
13.53333 15.26667

# t-test
n1=length(A)
n2=length(B)
Abar=mean(A)
Abar

[1] 13.53333
Bbar=mean(B)
Bbar

[1] 15.26667
s1=sd(A)
s1

[1] 2.199567
s2=sd(B)
s2

[1] 2.737743
t=(Abar-Bbar)/sqrt(s1^2/n1+s2^2/n2)
t

[1] -1.911558

###
2*pt(t,df=n1+n2-2) # p-value of the test [multiplied by '2' as it is t-distribution and two-sided test]
[1] 0.06621746

# p-value(0.0662) is greater than alpha(0.05), we fail to Reject the null hypothesis that mean time difference is zero.

(a) No, we do not reject the null hypothesis.
(b) p-value=0.0662

Assumptions of the test can be verified as:

shapiro.test(A)
Shapiro-Wilk normality test
data: A
W = 0.9508, p-value = 0.5372

shapiro.test(B)
Shapiro-Wilk normality test
data: B
W = 0.92765, p-value = 0.2516

# Both are normally distributed.
# Normality assumption for t-test is satisfied.
# t-statistic is appropriate for testing the hypothesis.

var.test(A,B)
F test to compare two variances
data: A and B
F = 0.64549, num df = 14, denom df = 14, p-value = 0.4229
alternative hypothesis: true ratio of variances is not equal to 1
95 percent confidence interval:
0.2167098 1.9226461
sample estimates:
ratio of variances
0.6454892
# Since p-value is greater than alpha, we fail to Reject the null hypothesis (variances of two populations [A and B] are equal).
# Hence, equal variance assumption holds true.


Related Solutions

In order to compare two computer software packages, a manager has 15 individuals use each software...
In order to compare two computer software packages, a manager has 15 individuals use each software package to perform a standard set of tasks typical of those encountered in the office. Of course, in carrying out the comparison the manager was careful to use individuals who did not have an established preference of skill with either type of software, and 15 individuals were randomly selected to use software A first while the other 15 used software B first. The time...
Use computer software packages, such as Minitab or Excel, to solve this problem. The owner of...
Use computer software packages, such as Minitab or Excel, to solve this problem. The owner of Showtime Movie Theaters, Inc., would like to predict weekly gross revenue as a function of advertising expenditures. Historical data for a sample of eight weeks follow. Weekly Television Newspaper Gross Revenue Advertising Advertising ($1,000s) ($1,000s) ($1,000s) 101 5.0 1.5 90 2.0 2.0 95 4.0 1.5 92 2.5 2.5 96 3.0 3.3 94 3.5 2.3 94 2.5 4.2 101 3.0 2.5 a. Develop an estimated...
Use computer software packages, such as Minitab or Excel, to solve this problem. The owner of...
Use computer software packages, such as Minitab or Excel, to solve this problem. The owner of Showtime Movie Theaters, Inc., used multiple regression analysis to predict gross revenue (y) as a function of television advertising (x1) and newspaper advertising (x2). Values of y, x1, and x2 are expressed in thousands of dollars. Weekly Gross Revenue ($1000s) Televison Advertising ($1000s) Newspaper Advertising ($1000s) 96 5 1.5 90 2 2    95 4 1.5 92    2.5 2.5 95 3 3.3 94    3.5 2.3...
Use computer software packages, such as Minitab or Excel, to solve this problem. The owner of...
Use computer software packages, such as Minitab or Excel, to solve this problem. The owner of Showtime Movie Theaters, Inc., would like to predict weekly gross revenue as a function of advertising expenditures. Historical data for a sample of eight weeks follow. Use computer software packages, such as Minitab or Excel, to solve this problem. The owner of Showtime Movie Theaters, Inc., would like to predict weekly gross revenue as a function of advertising expenditures. Historical data for a sample...
#1) Use computer software packages, such as Excel, to solve this problem. The owner of Showtime...
#1) Use computer software packages, such as Excel, to solve this problem. The owner of Showtime Movie Theaters, Inc., would like to predict weekly gross revenue as a function of advertising expenditures. Weekly Gross Revenue ($1,000s) Television Advertising ($1,000s) Newspaper Advertising ($1,000s) 105 5.0 1.5 90 2.0 2.0 95 4.0 1.5 92 2.5 2.5 93 3.0 3.3 94 3.5 2.3 94 2.5 4.2 a) Develop an estimated regression equation with the amount of television advertising as the independent variable (to...
#2) Use computer software packages, such as Excel, to solve this problem. Consider the following data...
#2) Use computer software packages, such as Excel, to solve this problem. Consider the following data for a dependent variable y and two independent variables, x1 and x2. x1 x2 y 30 12 95 46 11 108 24 18 113 51 16 178 40 6 94 52 19 175 74 8 170 36 12 117 60 14 142 77 17 211 a) If you ran a multiple regression model using both independent variable what would the p-value of the overall...
Use computer software packages, such as Excel, to solve this problem. The Jacobs Chemical Company wants...
Use computer software packages, such as Excel, to solve this problem. The Jacobs Chemical Company wants to estimate the mean time (minutes) required to mix a batch of material on machines produced by three different manufacturers. To limit the cost of testing, four batches of material were mixed on machines produced by each of the three manufacturers. The times needed to mix the material follow. Manufacturer 1 Manufacturer 2 Manufacturer 3 17 29 17 23 27 16 21 32 20...
An airline wants to select a computer software package for its reservation system. Four software packages...
An airline wants to select a computer software package for its reservation system. Four software packages (1, 2, 3, and 4) are commercially available. The airline will choose the package that bumps as few passengers, on the average, as possible during a month. An experiment is set up in which each package is used to make reservations for 5 randomly selected weeks. (A total of 20 weeks was included in the experiment.) The number of passengers bumped each week is...
A manager trained his employees to use the new software which was introduced in order to...
A manager trained his employees to use the new software which was introduced in order to improve the efficiency in communication within the organization. But the efficiency has gone from bad to worse. Discuss how will the manager solve this situation? 150 word
The following data pertains to On-Target Investment Accounting software packages in the inventory of Computer Program...
The following data pertains to On-Target Investment Accounting software packages in the inventory of Computer Program On-Target Outlets:       Inventory, January 1 190 units at $111   Purchases:      May 10 130 units at $109      August 18 200 units at $108      October 1 190 units at $109   Inventory, December 31 199 units     1(a) Determine the cost of the inventory on December 31 and the cost of goods sold for the year ending on that date under the FIFO method.    1(b)...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT