필터 지우기
필터 지우기

Arranging data for test of statistical significance from multiple subjects

조회 수: 1 (최근 30일)
LRBLFAST
LRBLFAST 2013년 4월 21일
Hi,
I have 20 different feature matrix as (NxM) from 20 different subjects. Where N (e.g. 1... 10 different features) is fixed but M varies (i.e. 1...., observations) for each subject.
How should I arrange my data such that I will know the statistical significance of each feature by including all the subject's data?
Which kind of tests are suitable when M is varying for each subject? Should I use ANOVA, MANOVA, multicompare etc. or any other?
Any help in this regard will be highly appreciated.
Thanks!

답변 (1개)

Tom Lane
Tom Lane 2013년 4월 23일
It sounds like you have a univariate rather than multivariate problem. So anova1 rather than manova1.
You have two choices. First, put your data in the N-by-M matrix and pad with NaNs so make up the M total for each subject. Or put your data in a vector V and create a separate vector S giving the subject number for each corresponding element of V. The anova1 function will accept either form.
  댓글 수: 5
Tom Lane
Tom Lane 2013년 4월 25일
Sorry, I'm not familiar with that File Exchange program. Based on a quick look it seems to require balanced data. You might try writing to the author on the File Exchange page. He seems to respond to questions.
LRBLFAST
LRBLFAST 2013년 4월 26일
Thanks very much for your time Mr. Tom Lane.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 ANOVA에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by