Reps in Friedman test
Hi, I want to do Friedman test on a test data where data from an individual has been collected for 18 days. I have 4 groups with 5, 7, 8, and 6 individuals in each group. If I am understanding correctly, then the data should be in the following format:
[D11 D11
D21 D21
D31 D31
D12 D12];
So basically , each column would have 18*n group individuals and each column would represent different group. I want to make sure I am understanding the reqs correctly. Also, how would I represent the reps in this case? The code gives me bad rep number.
Thank you.Hi, I want to do Friedman test on a test data where data from an individual has been collected for 18 days. I have 4 groups with 5, 7, 8, and 6 individuals in each group. If I am understanding correctly, then the data should be in the following format:
[D11 D11
D21 D21
D31 D31
D12 D12];
So basically , each column would have 18*n group individuals and each column would represent different group. I want to make sure I am understanding the reqs correctly. Also, how would I represent the reps in this case? The code gives me bad rep number.
Thank you. Hi, I want to do Friedman test on a test data where data from an individual has been collected for 18 days. I have 4 groups with 5, 7, 8, and 6 individuals in each group. If I am understanding correctly, then the data should be in the following format:
[D11 D11
D21 D21
D31 D31
D12 D12];
So basically , each column would have 18*n group individuals and each column would represent different group. I want to make sure I am understanding the reqs correctly. Also, how would I represent the reps in this case? The code gives me bad rep number.
Thank you. friedman test, non-parametric, statistics MATLAB Answers — New Questions