where is fitglm function in statistic Toolbox of 2013a

2 Ansichten (letzte 30 Tage)
Bassam
Bassam am 16 Okt. 2013
Beantwortet: Shi Shu am 7 Jan. 2014
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 Kommentar
Shi Shu
Shi Shu am 7 Jan. 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!

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Shashank Prasanna
Shashank Prasanna am 16 Okt. 2013
fitglm was introduced in R2013b release. Here is the release notes:
fitglm is a convenience function that enables you to fit generalized linear models. Alternatively you can call: GeneralizedLinearModel.fit

Weitere Antworten (2)

sixwwwwww
sixwwwwww am 16 Okt. 2013
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"
  2 Kommentare
Bassam
Bassam am 16 Okt. 2013
I have the statistics toolbox installed, sorry if that wasn't clear. other functions like lassoglm and glmfit work. but fitglm doesn't seem to exist when I type 'which fitglm'
sixwwwwww
sixwwwwww am 16 Okt. 2013
Dear Bassam, it's ok. I am not sure what could be the issue. Maybe there was some install time problem. I checked and I have fitglm.m. Maybe you can try to uninstall and install stats toolbox again can solve the issue

Melden Sie sich an, um zu kommentieren.


Shi Shu
Shi Shu am 7 Jan. 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!

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by