Cross Validated Asked by kapetantuka on August 28, 2020
I have a small sample of 11 people and their results on 5 intelligence test subscales. My hypotheses are that subscale’s 1 mean will be significantly different than subscales’ 3, 4 and 5 means and that subscale’s 2 mean will be different than subscales’ 3, 4 and 5 means. Levene’s test says variances of subscales are equal (p>0.05).
What is the best way to test these hypotheses, which test and how to do it in SPSS? Is there a need for a e.g. Bonferroni correction?
You could use ANOVA, which will tell whether there is a difference between any of the means. If there isn't then you are done. If there is, then you proceed to figure out which means are different. Read up an ANOVA, and post ANOVA.
Answered by user293102 on August 28, 2020
The easiest option will be a linear mixed model, if you are willing to use it.
Put all of your 5 independent variables in one column, create two new categorical variables, one for test id and one for individual id.
Here is how you would do it in R (don't know SPSS):
> dat=data.frame(
> "score"=unlist(mtcars[,c("disp","hp","drat","wt","qsec")]),
> "test"=factor(rep(c("disp","hp","drat","wt","qsec"),each=nrow(mtcars))),
> "individual"=factor(rep(1:nrow(mtcars),5))
> )
>
> library(nlme)
> summary(lme(score~test,random=~1|individual,data=dat))
Fixed effects: score ~ test
Value Std.Error DF t-value p-value
(Intercept) 230.72188 11.19880 124 20.602372 0
testdrat -227.12531 14.47111 124 -15.695083 0
testhp -84.03437 14.47111 124 -5.807043 0
testqsec -212.87313 14.47111 124 -14.710212 0
testwt -227.50462 14.47111 124 -15.721295 0
Answered by user2974951 on August 28, 2020
1 Asked on January 14, 2021 by doxav
multiarmed bandit optimization queueing real time time series
1 Asked on January 14, 2021
1 Asked on January 14, 2021 by user261225
1 Asked on January 13, 2021 by katy
0 Asked on January 13, 2021
2 Asked on January 13, 2021 by crazydriver
1 Asked on January 13, 2021 by vin
bayesian bayesian network conditional probability inference posterior
0 Asked on January 12, 2021 by g-s-luimstra
convolution filter gradient descent neural networks optimization
1 Asked on January 12, 2021 by somethingsomething
1 Asked on January 12, 2021 by user3136
1 Asked on January 11, 2021 by ad-van-der-ven
bernoulli distribution distributions exponential distribution probability
0 Asked on January 11, 2021 by jonas-palaionis
0 Asked on January 11, 2021 by sventon
2 Asked on January 11, 2021 by benjamin-phua
1 Asked on January 10, 2021 by confusedmathstudent
conditional expectation conditional probability expected value frequency severity
0 Asked on January 10, 2021
2 Asked on January 10, 2021 by stats_nerd
feature engineering feature selection machine learning regression
0 Asked on January 10, 2021 by anto_zoolander
2 Asked on January 10, 2021 by snoopy
Get help from others!
Recent Answers
© 2022 AnswerBun.com. All rights reserved. Sites we Love: PCI Database, MenuIva, UKBizDB, Menu Kuliner, Sharing RPP