Rsquared output from fitglm (logistic regression) - What does it mean?

7 次查看(过去 30 天)
Hello,
I'm using fitglm to fit a logistic regression model to some data:
mdl = fitglm(data,modelspec,'Distribution','binomial','CategoricalVars',[1]) % one categorical predictor
My question concerns the output of such a model.
What do the different fields in the mdl.Rsquared field mean and how are they computed? Are they different pseudo-Rsquares?
  3 个评论
Kelly Hennigan
Kelly Hennigan 2021-7-22
I just found a nice description of how each of the Rsquared values (output from fitglm) are calculated here:
Looks like Rsquared.LLR is the McFadden pseudo R-squared for logistic regressions.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Nonlinear Regression 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by