Confidence levels for glmfit - glmval or fitglm using the Likelihood Ratio method
5 次查看(过去 30 天)
显示 更早的评论
After several days and many hours of researching and googling, I am unable to determine how I could find confidence levels using the Likelihood Ratio for either glmfit - glmval or fitglm. I know it can be done in R, but I don’t see that capability in Matlab. Does it exist? Neither glmval nor coefCI appear to use or have options for using the Likelihood Ratio method. And paramci does not appear to work with a GeneralizedLinearModel object.
Thanks for any help you can provide.
0 个评论
回答(1 个)
Akshat
2024-5-3
Hi Craig,
Upon looking up the documentation for the relevant functions which can be used to serve your functionality, I unfortunately couldn't find anything that finds the confidence levels using the Likelihood ratio.
On the other hand, I did see that "coefCI" uses the Wald Method to determine the confidence intervals, which as far as I could find, is an approximation of the Likelihood Ratio test.
Now as a workaround as you said, there is a functionality in R for the same, I can suggest you the following:
This is a filexchange developed to create a link between MATLAB and R, using which you can get the variables from R, and also run scripts there. This can help you keep the entire pipeline in MATLAB, with just the confidence intervals being calculated in R.
Hope this helps!
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Analysis of Variance and Covariance 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!