HarveyH123

New Member
Joined
Feb 18, 2017
Messages
8
[FONT=&quot]Hello, [/FONT]
[FONT=&quot]I need help!![/FONT]
[FONT=&quot]Im totally new to any time of statistics. This will probably be easier on SPSS or Minitab - I have access to both but would also be open to using excel if i can.[/FONT]
[FONT=&quot]
I have some data.[/FONT]

[FONT=&quot]Its 1500 rows like the following. - The data is from a OEE system. It is the occurrences that an operator clicked adjustment to the machine within 10 minutes of the shift[/FONT]

Catagory Within 10 mins
Type 1Yes
Type 2No
Type 1No
Type2Yes

<colgroup><col><col></colgroup><tbody>
</tbody>

[FONT=&quot]I want to do a statistical test that tells me much more likely (or some statistical measure) Type 1 is to cause the operator to click the measurement within 10 mins.[/FONT]

[FONT=&quot]Type 1 occurred 215 times and type 2 occurred 987.

[/FONT]

[FONT=&quot]Is this what a Chi 2 test is for?[/FONT]

[FONT=&quot]Ive watched some videos are struggling to understand the results.[/FONT]

In short i want to prove that;

Type 1 is more likely to make the operator click the button (a yes in the second column)

[FONT=&quot]Thank you [/FONT]
icon_smile.gif
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
We both need to dumb this one down a bit. I see no reason for a Chi 2 test and I think that is why you are confused.

Also I would like some clarification: Type 1 and Yes is far more likely than...? Than Type 1 and No? Than Type 2 and Yes? Both? Than any other combination?
You say that there are 1500 total rows but say Type 1 occurred 215 times and type 2 occurred 987 times. That totals 1202. Using the data provided, I am uncertain as to whether 1500 was an estimation/hyperbole or if the 1202 are if they showed up as "Yes" (or as "No").

As it stands however, if 1500 is a precise total, you have your answer right now.
1500-1202=298.
If we assume the 1202 is the total number of yeses, there are 298 nos. No matter whether those Nos are Type 1 or type 2:
Type 1 occured less than type 2. If against the total, hypothesis fails.
Type 1 yeses are already smaller than type 2 yeses(assumedly), again failure.

What I started making before I realized I did not have all the information necessary for your final hypothesis were these:
all countTotal number of entriesType 1 CountType 1 TotalType 2 CountType Two TotalYes CountYes TotalNo CountNo TotalT1Y CountT1Y total

<tbody>
</tbody>

Each "Total" referenced the prior column. For example total number of entries was the D column, so D2's formula was: =SUM(C:C)

Count columns looked at the first two columns (the ones you provided) and made their equation from there: =IF(A2="Type 1",1,0)
A2/B2 was the cell I was looking at, "Type 1" was what I was looking for (as supposed to "Yes"). The 1s and 0s were for the sums/totals, since I assumed at the end of it all you would want a percentage (number of Type 1 yeses over ... that which you wish to use for comparison).
For the all count my equation was slightly diffferent: =IF(A2="",0,1)
This was in case you wanted to use the absolute total in your final equation.
 
Upvote 0

Forum statistics

Threads
1,214,940
Messages
6,122,356
Members
449,080
Latest member
Armadillos

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top