Stata Blogger?

Are you a Stata blogger? Join the aggregator!

model selection tests

do file* It is typically simple to test for superiority of one model over another model when using nested models.* This can be accomplished in linear regression through use of a Wald test.* For example:* Let’s say you have one hypothesis that H0: y = x…

Continue reading model selection tests

t-tests and F-tests and rejection rates

Original Code* When I was first learning about t-tests and f-tests I was told that a t-test estimated the probability of falsely rejecting the null for a single estimator.* While the f-test estimated the probability of rejecting the null that the model…

Continue reading t-tests and F-tests and rejection rates