How to make a matrix for mixed anova
조회 수: 4 (최근 30일)
이전 댓글 표시
I am performing a mixed anova with 700 subjects, 9 tasks, and 2 between subject variables. The variables are 4 age groups and 2 gender groups. So, I have to make a 700 x 9 x 8 matrix. I have a data matrix of 700*9 with data for each subject in each task. How would I make the matrix that I need?
댓글 수: 0
답변 (1개)
Sara Boznik
2023년 6월 29일
Hi,
I dont understand, do you want to create 3D matrix? That is not possible. You already have data in matrix so you can just use: https://www.mathworks.com/help/stats/anova.html
Hope it helps.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 ANOVA에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!