Undefined function or variable 'ranova'

조회 수: 16 (최근 30일)
Orestis Stylianou
Orestis Stylianou 2019년 9월 17일
답변: Orestis Stylianou 2019년 9월 18일
Hello, I am running Matlab R2018a. I have the statistics and machine learning toolbox but when I try to run ranova (repeated measures anova) I get "Undefined function or variable 'ranova' ". anova1 and friedman work perfectly. Any ideas what the problem might be?
Thanks
  댓글 수: 1
Stephan
Stephan 2019년 9월 17일
What is the name of your script-file?

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

채택된 답변

Steven Lord
Steven Lord 2019년 9월 17일
The only ranova function I see in the documentation is this one. In order to call this function, the first input must be a RepeatedMeasureModel object usually created by calling the fitrm function. Are you trying to call ranova on the output of fitrm or are you trying to call it on an array of data?

추가 답변 (1개)

Orestis Stylianou
Orestis Stylianou 2019년 9월 18일
Yes, you are right I was confused.
Thanks!

카테고리

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

태그

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by