Df2 of MANOVA
Show older comments
Hi everyone, I am new to MANOVA, I have a set of 3 different type of data which was measured from 7 days and 16 subjects as the attached file shows. It was supposed to use ranova(), but it did not pass the mauchly test and have low sphericity. So, I used manova() to perform statistical analysis, but I don't know how manova() function calculate the df2 (in my case the result of df2 is 12)? In internet, it said use sample size minus the number of repeated-measures variables, but the result is different from what the manova() funtion got.
8 Comments
Scott MacKenzie
on 4 May 2021
Edited: Scott MacKenzie
on 4 May 2021
I just looked at your data. It seems you have a 3 x 7 mixed design with 16 participants. There is one between-subjects factor (motion with 3 levels) and one within-subjects factor (day with 7 levels). This is a straight-forward analysis. There are a few issues to clarify, first.
(1) What is "motion"? What are the three levels? Please clarify.
(2) I assume "day" is day of the week, or something like that. Is that correct? Please clarify.
(3) What is the dependent variable (i.e., what do the data represent)?
Adam Danz
on 4 May 2021
In additon to Scott's excelent advice, be sure to test all of the assumptions that MANOVA must adhere by in order to use that test.
Otherwise you'll need to transform your data so that the transformed data adhere to the assumption or use a non-parametric test.
bingbin wang
on 4 May 2021
Scott MacKenzie
on 4 May 2021
OK, thanks. Just another clarification or two, if I may.
I'm assuming then, that the subjects were required to do one of 3 different motions while the measurement was taken. Is that correct? What kind of motion?
Does the signal measurement have units (e.g., volts)?
Some of the data values are negative. Is that correct?
bingbin wang
on 4 May 2021
Scott MacKenzie
on 4 May 2021
OK, thanks for the clarification. Sounds like interesting research.
I'm just looking at the data and am a bit puzzled. Here's a screen snip from your spreadsheet. It shows the data for subjects 1-3, motions 1-3, days 1-4:

The data don't look like measurements. They look like increments of a count, or something like that. Is this perhaps the wrong data?
bingbin wang
on 4 May 2021
Scott MacKenzie
on 4 May 2021
Well that takes a lot of the fun out of it, from my perspecitve, anyway I was looking forward to also providing an interpretation of the results, but that won't be possible, obviously. I just posted a solution script and some comments.
Accepted Answer
More Answers (0)
Categories
Find more on Repeated Measures and MANOVA in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
