MANOVAL multivariate statistical analyis ANOVA

조회 수: 6 (최근 30일)
steve
steve 2012년 7월 31일
I am trying to use the MANOVAL function and am getting this error:
Undefined function 'manoval' for input arguments of type 'double'.
I am calling the function like this:
manoval(glyphDiscriminantData,class)
glyphDiscriminantData is a 20x15 matrix with 15 median variable points (columns) per the 20 trials (rows). The class vector is the output from a linear discriminant and classifies the glyphDiscriminantData into four groups... i.e. [1 3 2 2 3 4 1 ...], length 20, the number of rows in glyphDiscriminantData.
What seems to be the issue here?

답변 (1개)

Ilya
Ilya 2012년 7월 31일
The name of the function is manova1, with "one" at the end, not "L".

카테고리

Help CenterFile Exchange에서 Repeated Measures and MANOVA에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by