You are not logged in. You can browse but not post. Login or Register by clicking 'Login or Register' at the top-right of this page. For more information on Statalist, see the FAQ.
sem ...
estimates store m1
sem ...
estimates store m2
lrtest m1 m2, stats
You can use lrtest for all sorts of things like this, e.g. compare two logit models. The assumption is that the models are nested. Also, the model has to generate a LR chi-square. If, say, you were using the svy: prefix, you would get Wald chi-squares which cannot be compared in this way.
------------------------------------------- Richard Williams, Notre Dame Dept of Sociology
StataNow Version: 19.5 MP (2 processor) EMAIL: [email protected] WWW: https://www3.nd.edu/~rwilliam
Comment