Comparing two model fits
1 次查看(过去 30 天)
显示 更早的评论
I'm trying to compare two nested models to see if the model with more terms is a significantly better fit than the simpler model. In R, I was able to do this using the simple function anova(fit1,fit2), as documented here: http://rss.acs.unt.edu/Rdoc/library/drc/html/anova.drc.html
Is there a way to do this test in matlab for model fits generated using the fit() function? Is there a different way to generate my fit that will work if fit() isn't able to provide the necessary parameters to do the calculation? Thanks!
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Hypothesis Tests 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!