How to make a Generalized Linear Mixed Model (GLMM) in MATLAB?
9 views (last 30 days)
Show older comments
MATLAB can do various linear, non-linear and generalized linear models for fixed effects and linear and non-linear models for mixed effects. For example glmfit or fitglm or GenralizedLinearModel class can fit fixed effects only linear models very conveniently. However, I haven't found any MATLAB implementation of Generalized Linear Mixed Model or GLMM anywhere. I know R and SAS and perhaps someother softwares are used for such models but I am looking for Matlab implementation of GLMM. Thanks for your feedback.
Best
0 Comments
Answers (1)
See Also
Categories
Find more on Linear Programming and Mixed-Integer Linear Programming in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!