Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: How to compare RMSE of two models


From   "rasool.bux" <[email protected]>
To   "[email protected]" <[email protected]>
Subject   st: How to compare RMSE of two models
Date   Tue, 27 Nov 2012 09:32:06 +0000

Dear Statalist users,

How to statistical compare RMSE of two equations/models in Stata? Kindly let me know which test used for it and how to report it. Same for IQR (95%CIs) reporting as single value i.e. p75 - p25.

bootstrap "regress yvar xvar1" _b rmse1=e(rmse), reps(1000) saving(rmse1)
bootstrap "regress yvar xvar2" _b rmse2=e(rmse), reps(1000) saving(rmse2)

bootstrap iqr_v1=(r(p75)-r(p25)), rep(1000) seed(12345789) nodots saving(iqr_v1,replace): summarize v1, detail

Any reference please.

Thanks
Rasool Bux


________________________________

This e-mail may contain information that is privileged or confidential. If you are not the intended recipient, please delete the e-mail and any attachments and notify us immediately.


*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/faqs/resources/statalist-faq/
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index