Undefined function or variable 'ranova'

14 visualizaciones (últimos 30 días)
Orestis Stylianou
Orestis Stylianou el 17 de Sept. de 2019
Respondida: Orestis Stylianou el 18 de Sept. de 2019
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 comentario
Stephan
Stephan el 17 de Sept. de 2019
What is the name of your script-file?

Iniciar sesión para comentar.

Respuesta aceptada

Steven Lord
Steven Lord el 17 de Sept. de 2019
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?

Más respuestas (1)

Orestis Stylianou
Orestis Stylianou el 18 de Sept. de 2019
Yes, you are right I was confused.
Thanks!

Etiquetas

Productos


Versión

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by