Plotting estimates (fixed effects) of a linear mixed-model
16 ビュー (過去 30 日間)
古いコメントを表示
I am familiar with standard linear regression (non-nested) where, after employing fitresult = fitlm(domain,range,'poly1'), you can use plot(fitresult) to plot the fitted linear line with also dotted lines for the confidence bounds of that fit over the domain specified within the fit.
I am now interested in fitting the data to a linear mixed-effects model, by using fitresult = fitlme(HLM_Table,'response ~ predictor + (1|cluster)'), but I cannot find any documentation about plotting the fitted linear regression (fixed coefficients). I have found equivalent documentaruon for plotting residuals and the like, but nothing at all about plotting the actual fitted model. I could do this manually by extracting the fitted fixed coefficients and plotting a line with these over the respective domain, but I am wondering if there is a built in function such as the plot(fitresult) that I used with standard linear regression?
2 件のコメント
Lea Kerciku
2022 年 6 月 19 日
Hi, could you share your solution on how you plotted the fitted model in the end? My statistics are not so strong and I am having the same issue. Thank you.
回答 (1 件)
the cyclist
2019 年 7 月 25 日
編集済み: the cyclist
2020 年 1 月 7 日
I could find no mention in the documentation of the LinearMixedModel class that there is an equivalent object function or method. I think you'll have to construct it.
参考
カテゴリ
Help Center および File Exchange で Get Started with Curve Fitting Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!