Question

In: Math

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 variable. In this case the dependent variable could be "pilot" of which 66 were surveyed for the study that I am taking the data from. Trying accurately to show whether or not the likelihood of falling asleep in the cockpit is related to whether or not the pilot naps on duty outside of the cockpit.

Thanks!

Solutions

Expert Solution

To find the whether or not the likelihood of falling asleep in the cockpit is related to whether or not the pilot naps on duty outside of the cockpit. we use Chi-Square test for association using contingency table.

Column and Row Totals
Likelihood of Falling Asleep Use of napping during duty: Row Totals
Never 17 27 44
Seldom 22 19 41
Moderate 15 16 31
High 12 4 16
Column Totals 66 66 132  (Grand Total

Hypothesis:

H0 : likelihood of falling asleep in the cockpit is not related tothe pilot naps on duty outside of the cockpit.

H1 : likelihood of falling asleep in the cockpit is related to the pilot naps on duty outside of the cockpit.

Level of significance = 0.05

Eij = Expected value of two nominal variables

Oij = Observed value of two nominal variables
Degree of freedom is calculated by using the following formula:
DF = (r-1)(c-1) = 1*3 = 3
Where
DF = Degree of freedom
r = number of rows
c = number of columns

Results
Likelihood of Falling Asleep Use of napping during duty: Row Totals
Never 17  (22.00) 27  (22.00) 44
Seldom 22  (20.50) 19  (20.50) 41
Moderate 15  (15.50) 16  (15.50) 31
High 12  (8.00) 4  (8.00) 16
Column Totals 66 66 132  (Grand Total)

values in the () represents Expected counts

The chi-square statistic is 6.5245. The p-value is .088701. The result is not significant at p < .05.


Related Solutions

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 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
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...
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...
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?
Hey I am trying to find a way to find the position of a Red Dwarf...
Hey I am trying to find a way to find the position of a Red Dwarf star that is in an elliptical orbit at a certain time during it's orbit. I know the Red Dwarf's semi major axis which is 3 AU (astronomical unit) and it's period is 1896 days. I've tried to do a simple using its orbit velocity and doing distance=velocity x time, but I wasn't getting answers that made sense. If anyone could set me on the...
I am trying to find HPD credible set using R -- Sample values for X: 1,...
I am trying to find HPD credible set using R -- Sample values for X: 1, 2, 0, 1 Poisson Distribution, posterior is a gamma distribution with alpha = 0.5 and beta = 0.4 What is 95% HPD credible set using R?
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...
This is Using MATLAB: I am trying to store the solution of this matrix because I...
This is Using MATLAB: I am trying to store the solution of this matrix because I want to do something with the result like find the norm of that answer however I am stuck and cannot seem to be able to. Help would be appreciated! --------------------------------------------- MATLAB CODE: close all clear clc A = [1 -1 2 -1; 2 -2 2 -3; 1 1 1 0; 1 -1 4 5]; b = [-8 -20 -2 4]'; x = gauss_elim(A,b) function...
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 {...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT