In which package can I find the ranova function?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Alenka Schmid
el 24 de Abr. de 2020
Respondida: Samatha Aleti
el 27 de Abr. de 2020
Hi everyone!
I try to run a RANOVA, however my matlab keeps complaining it doesn't know the function and I cannot find in which package it would be? I Just dowloaded the latest Matlab Version (r2020a) and it still doesn't work.
Does anysone know where I can get the function?
Respuesta aceptada
Samatha Aleti
el 27 de Abr. de 2020
Hi,
The function “ranova” is a method of class “RepeatedMeasuresModel” which is in “Statistics and Machine Learning Toolbox”
If you have the licensed product “Statistics and Machine Learning Toolbox”, but have not installed yet, you can do as follows:
- Go to MATLAB - > HOME -> Add-Ons -> Get Add-ons -> search for “Statistics and Machine Learning Toolbox” -> click Install
If you do not have the product, then you can
- Download the trial version for “Statistics and Machine Learning Toolbox” using this link:https://www.mathworks.com/products/statistics.html
(or)
- Check the Pricing and Licensing details here to purchase
Also, If you have “Statistics and Machine Learning Toolbox” installed, you need to create an object of “RepeatedMeasuresModel” class to find and run the function “ranova”.
Refer the following documentation link on “ranova” for further details:
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Startup and Shutdown en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!