Question

Movies 10a and b - Kruskal Wallis Using either R and/or SPSS, calculate a Kruskal Wallis...

Movies 10a and b - Kruskal Wallis

  1. Using either R and/or SPSS, calculate a Kruskal Wallis H test report in the correct format AND a complete write up (in a paragraph) following the example in the movie. (1 point).Be sure to cut and paste your output into this document. When using R this should include your code. IF using SPSS screenshot the output dialogs after double clicking on the summary (I have not been able to cut and paste those dialogs). Because the AgeGroup is in strings, you will need to convert the strings to numbers to use the legacy dialogs in SPSS.

Continuing with the New York Times scenario, your bosses also want to know if age groups differ on their satisfaction level (Likert 1-5 – where 5 is very satisfied) with how often the online version updates their headlines .

Age_Group Satisfaction
Boomers 4
Boomers 3
Boomers 5
Boomers 4
Boomers 3
Boomers 3
Boomers 5
Boomers 3
Boomers 4
Boomers 5
Boomers 4
Boomers 4
GenX 4
GenX 3
GenX 5
GenX 4
GenX 3
GenX 2
GenX 5
GenX 3
GenX 4
GenX 5
GenX 4
GenX 4
Millennials 2
Millennials 3
Millennials 4
Millennials 3
Millennials 1
Millennials 3
Millennials 2
Millennials 2
Millennials 3
Millennials 3
Millennials 2
Millennials 1

Homework Answers

Answer #1

The SPSS output is:

The hypothesis being tested is:

H0: n1 = n2 = n3

Ha: Not all medians are equal

The p-value is 0.001.

Since the p-value (0.001) is less than the significance level (0.05), we can reject the null hypothesis.

Therefore, we can conclude that age groups differs on their satisfaction level.

Please give me a thumbs-up if this helps you out. Thank you!

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Using R and the data in the table below, perform the regression of D on C...
Using R and the data in the table below, perform the regression of D on C (i.e., report the regression equation). Hint: The code to enter the vectors C and D into R is: C <- c(3, 6, 8, 9, 1, 3) D <- c(2, 7, 5, 4, 0, 4) C D 3 2 6 7 8 5 9 4 1 0 3 4 You must figure out how to obtain the regression equation from R. Enter the code below...
CAN SOMEONE please use SPSS and do STEP by STEP??? An investigator predicts that individuals that...
CAN SOMEONE please use SPSS and do STEP by STEP??? An investigator predicts that individuals that fit the Type A Behavior Pattern (highly competitive and time conscious) will have higher scores on a questionnaire measure of need for achievement than individuals that fit the Type B Behavior pattern (absence of Type qualities). The investigator collects need for achievement scores from 10 Type A subjects and 10 Type B subjects. Higher scores reflect greater levels of need for achievement. 1.Write the...
You may either use SPSS for this problem or carry it out using hand calculations Below...
You may either use SPSS for this problem or carry it out using hand calculations Below are data for n = 20 individuals indicating the resting pulse rate of each person, and whether or not that person regularly exercises. Exercise and pulse rate data Person Resting pulse rate Regularly exercises 1 72 No 2 62 Yes 3 72 Yes 4 84 No 5 60 Yes 6 63 Yes 7 66 No 8 72 No 9 75 Yes 10 60 Yes...
Using SPSS but there are three options (scale, Ordinal, and nominal) Just need to figure ouut...
Using SPSS but there are three options (scale, Ordinal, and nominal) Just need to figure ouut if it's scale, nominal, or ordinal 1.In the last three months, how many times have you visited a grocery store? ??????????? 2. How far do you normally drive to a grocery store? ?????????? 3. How far are you willing to drive to a grocery store that has the lowest prices? ????????? On a scale from 1 to 5 (1 = Not at all important;...
1. Calculate the correlation coefficient r value using the Z scores for the two variables. (Round...
1. Calculate the correlation coefficient r value using the Z scores for the two variables. (Round the answer to 2 decimal places) 2. What is the proportion of variance shared by anxiety level and externalizing behavior? In other words, how much of the variance in externalizing behavior can be predicted by the variance in anxiety level, or vice versa? (Round the answer to 2 decimal places) 3. What is the effect size in this hypothesis test? (Round the answer to...
Problem Set 1: Linear Regression Research Scenario:A human resources specialist wanted to know if conscientiousness is...
Problem Set 1: Linear Regression Research Scenario:A human resources specialist wanted to know if conscientiousness is a good predictor of job performance. Conscientiousness was evaluated using likert based questions from the open access International Personality Item Pool (IPIP) based on Goldberg’s Big Five (1992). Questions were summed (range 0 – 20), with higher values indicating more conscientiousness. Job performance was an average of several factors, ranging from 0 – 20, with higher scores indicating better job performance. He compiles the...
B. Dr. Quisling, a child psychologist, investigates play behavior in 4-year-olds. She is particularly interested in...
B. Dr. Quisling, a child psychologist, investigates play behavior in 4-year-olds. She is particularly interested in how young girls develop ideas about the gender appropriateness of certain toys. She conducts an experiment in which participants (4-year old girls) first interact with an adult for 10 minutes in a lab playroom. The adult models play for the child by interacting with a female-stereotyped toy (a Barbie doll), a male-stereotyped toy (a dump truck) or a gender-neutral toy (Legos). The children are...
1) Two instruments Method A and Method B that used for screening bipolar disorder in adult...
1) Two instruments Method A and Method B that used for screening bipolar disorder in adult patients. The Pearson correlation between two methods at r=0.85. This correlation may be most appropriately interpreted to mean that: A) High score of method A tend to be high score of method B B) Both methods depend on severity of bipolar disorder C) Having a good method A increases the measurement of method B D) Method A is a good prerequisite to method B....
Problem Set 2: Pearson’s correlation (7 pts) Research Scenario: Is there a positive relationship between grit...
Problem Set 2: Pearson’s correlation (7 pts) Research Scenario: Is there a positive relationship between grit and GPA in high school seniors? A researcher examined this issue by having students beginning their senior year of high school complete a grit inventory using a Likert-based scale (range 1 – 7), where higher numbers indicate more “grit”. GPA was self-reported (scale 0 – 4.0). Enter the data shown here into SPSS to assess whether there is a positive relationship between grit and...
please can you make it simple. For example using scanner or hard coding when it is...
please can you make it simple. For example using scanner or hard coding when it is a good idea instead of arrays and that stuff.Please just make one program (or class) and explain step by step. Also it was given to me a txt.htm 1.- Write a client program and a server program to implement the following simplified HTTP protocol based on TCP service. Please make sure your program supports multiple clients. The webpage file CS3700.htm is provided. You may...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT