Adjusted Rsquared in GeneralizedLinearModel Class

조회 수: 3 (최근 30일)
Peter Hellyer
Peter Hellyer 2013년 2월 28일
Hi All,
I've been doing some work with the GeneralizedLinearModel Class in the R2012b Statistics toolbox.
Just wondering (because it's not documented) What is the difference between GeneralizedLinearModel.Rsquared.Adjusted and GeneralizedLinearModel.Rsquared.AdjGeneralized? or should I just steer well clear of the latter?
Best Wishes
Peter

채택된 답변

Shashank Prasanna
Shashank Prasanna 2013년 2월 28일
Hi Peter, It is the same as Generalized R^2:
You can find its implementation in the rsquared.m file:
edit([matlabroot '\toolbox\stats\classreg\+classreg\+regr\+modelutils\rsquared.m'])

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by