Question

In: Statistics and Probability

Is it possible to run Levene's test with multiple comparisons in minitab? I am trying to...

Is it possible to run Levene's test with multiple comparisons in minitab? I am trying to run equal variances, the levene's test, and minitab somehow doesn't like the data. I already made 3 columns in minitab sheet

prompt:

A Datamore Company designs applications software for a number of large firms. A study is conducted to assess the satisfaction of these firms with the supplied software. Datamore decides to determine if the type of industry [Human Resources, Information Technology, Financial, and Insurance] is relevant to satisfaction. Additionally, the company would like to assess the abilities of its sales force [Britknee Phanshear, Megan Hearts, & Jessika Wahlstrom]. They send questionnaires out a number of companies in each of the industries in they do business and ask them to evaluate the company and their contact. The satisfaction scores are found below

hr hr it it fn fn is is

bp

74 72 73 71 81 84 84 81
mh 73 71 75 70 83 82 85 83
jw 75 69 71 72 85 82 82 85

So I input the table above in minitab in 3 columns. but when I runt the equal variances test, it comes out an error. Could anyone tell me step by step on how to get the levene's test working?  

Solutions

Expert Solution

A Datamore Company designs applications software for a number of large firms. A study is conducted to assess the satisfaction of these firms with the supplied software. Datamore decides to determine if the type of industry [Human Resources, Information Technology, Financial, and Insurance] is relevant to satisfaction. Additionally, the company would like to assess the abilities of its sales force [Britknee Phanshear, Megan Hearts, & Jessika Wahlstrom]. They send questionnaires out a number of companies in each of the industries in they do business and ask them to evaluate the company and their contact. The satisfaction scores are found below

hr

hr

it

it

fn

fn

is

is

bp

74

72

73

71

81

84

84

81

mh

73

71

75

70

83

82

85

83

jw

75

69

71

72

85

82

82

85

So I input the table above in minitab in 3 columns. but when I runt the equal variances test, it comes out an error. Could anyone tell me step by step on how to get the levene's test working?  

Enter data in 3 columns.

Stat---ANOVA---Test for equal variances,

Select tha option,

Response data are in a separate column for each factor level

Select the three columns in the Responses,

Ok

You will get

Test for Equal Variances: bp, mh, jw

Method

Null hypothesis

All variances are equal

Alternative hypothesis

At least one variance is different

Significance level

α = 0.05

95% Bonferroni Confidence Intervals for Standard Deviations

Sample

N

StDev

CI

bp

8

5.52914

(3.93251, 11.0938)

mh

8

6.11205

(4.21015, 12.6623)

jw

8

6.58868

(4.59015, 13.4960)

Individual confidence level = 98.3333%

Tests

Method

Test
Statistic

P-Value

Multiple comparisons

0.719

Levene

0.45

0.643

Calculated levene test value 0.45, P=0.643 which is > 0.05 level.

Ho is not rejected.

Homogeneity of variance assumption is not violated.


Related Solutions

I need to set up and run a goodness of fit test. I am trying to...
I need to set up and run a goodness of fit test. I am trying to learn more about the type of novels that people prefer to read. Please include null and alternative hypotheses. Show all work and please explain if you use any excel tests. Total number of responses is 30. Romance: 18 Sci - Fi: 7 Fiction: 5
I am trying to find an appropriate statistical test to run for a research study using...
I am trying to find an appropriate statistical test to run for a research study using someone else's gathered data (so that no IRB process is needed). In their data they present: Likelihood of Falling Asleep: Never 17 Seldom 22 Moderate 15 High 12 Use of napping during duty: Never 27 Rarely 19 Sometimes 16 Often 4 Both of these seem to be independent variables, but is there a way to show a relationship (or lack thereof) without a dependent...
I am trying to find an appropriate statistical test to run for a research study using...
I am trying to find an appropriate statistical test to run for a research study using someone else's gathered data (so that no IRB process is needed). In their data they present: Likelihood of Falling Asleep: Never 17 Seldom 22 Moderate 15 High 12 Use of napping during duty: Never 27 Rarely 19 Sometimes 16 Often 4 To simplify I think that it would probably be beneficial to group these as: Likelihood of Falling Asleep Never: 17 Yes: 49 Use...
I am trying to run a regression in R with a continuous dependent variable and a...
I am trying to run a regression in R with a continuous dependent variable and a binary independent variable? The binary one refers to whether a person received treatment or not. how do I interpret the regression outputs since I dont get results based 0 or 1 buf the whole variable?
I am trying to solve this problem, but I don't know which test to use: For...
I am trying to solve this problem, but I don't know which test to use: For average risk funds only, test the proportion of funds with Sales Charges is not 50% use α = 0.10. Explain your conclusion. Here is the contingency table with the data: Sales charge Yes No total Risk Low 6 8 14 Avg 42 34 76 High 24 23 47 Total 72 65 137 Context of the problem: Mutual funds are the most common way people...
I am trying to implement a search function for a binary search tree. I am trying...
I am trying to implement a search function for a binary search tree. I am trying to get the output to print each element preceding the the target of the search. For example, in the code when I search for 19, the output should be "5-8-9-18-20-19" Please only modify the search function and also please walk me through what I did wrong. I am trying to figure this out. Here is my code: #include<iostream> using namespace std; class node {...
I am supposed to study this question and answer because it is a possible test question,...
I am supposed to study this question and answer because it is a possible test question, and this is the only one I am unable to answer when it comes to the disadvantages and advantages of a builder. Disadvantages and advantages to a skilled worker - Describe in as much detail, the key components of the Davis-Bacon Act. What are its advantages and disadvantages to a builder? To a skilled worker?
I am trying to figure out which test analysis to use for my research questions. I...
I am trying to figure out which test analysis to use for my research questions. I was thinking about think about multivariate because of the number of variable being addressed in the study but there is also the possibility to use univariate to address each question. What are the current levels of police satisfaction in CMPD jurisdictions? What is the public’s perception of crime in CMPD jurisdictions? Does “hot spot” policing reduce crime in CMPD jurisdictions? How does broken windows...
Hello Everyone, Can anyone tell me why my program will not run? I am trying to...
Hello Everyone, Can anyone tell me why my program will not run? I am trying to work on abstract base classes... not sure what is going on. import math from abc import ABC from abc import abstractmethod #TODO: convert this to an ABC class Shape(ABC): def __init__(self): self.name = "" def display(self): print("{} - {:.2f}".format(self.name, self.get_area())) #TODO: Add an abstractmethod here called get_area @abstractmethod def get_area(self): if self.name == "Circle": get_area()= 3.14 * radius * radius else: get_area() = self.length...
Hi I am having the following problem. At the moment I am trying to create a...
Hi I am having the following problem. At the moment I am trying to create a bode plot for the following function. G(s)=(Ks+3)/((s+2)(s+3)) Note: Not K(s+2)! I then want to plot multiple bode plots for various values of K. Eg. 1,2,3, etc. I am having two separate issues. 1. How do I define the TF with a constant K in the location required (a multiple of s in the numerator) 2. How do I create multiple bode plots for values...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT