where is fitglm function in statistic Toolbox of 2013a
Mostrar comentarios más antiguos
The Matlab doc online refers to 'fitglm'. However, I can't seem to find this function in the statistic Toolbox of 2013a. What am I missing?
I have the statistics toolbox installed. Other functions like lassoglm and glmfit work. but fitglm doesn't seem to exist when I type 'which fitglm'
1 comentario
Shi Shu
el 7 de En. de 2014
I have the same problem and I found a way around. In 2013a, there is no fitlm, nor fitglm. The function to use are: LinearModel.fit and GeneralizedLinearModel.fit. Good luck!
Respuesta aceptada
Más respuestas (2)
sixwwwwww
el 16 de Oct. de 2013
0 votos
Dear Bassam, Use "ver" at command window to check whether you have statistics Toolbox installed or not. If it is not installed then try to install it and then you can use "fitglm"
Shi Shu
el 7 de En. de 2014
0 votos
I have the same problem and I found a way around. In 2013a, there is no fitlm, nor fitglm. The function to use are: LinearModel.fit and GeneralizedLinearModel.fit. Good luck!
Categorías
Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!