How to find r square in linear mixed model (fitlme)?
12 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
PRB
am 21 Jul. 2020
Kommentiert: Star Strider
am 19 Sep. 2023
I fit a model with fitlme function.
In my model I have both fixed and random effect. I need to find R square or similar on my model.
Please help to find rsquare. Thanks in advance
0 Kommentare
Akzeptierte Antwort
Star Strider
am 21 Jul. 2020
According to the documentation for LinearMixedModelClass, specifically Rsquared, it appears to be available.
See if:
Rsq = mdl.Rsquared;
reveals it. There should be two results, so you need to choose the one that is most appropriate for your application.
4 Kommentare
Star Strider
am 19 Sep. 2023
The fixedEffects and randomEffects objects have the relevant statistics on each. (This is the R2023b documentation, and there could be version differencces. I haven’t explored fitlme recently.)
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!