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]

Re: st: model comparison in a complex survey data analysis setting


From   Steve Samuels <[email protected]>
To   [email protected]
Subject   Re: st: model comparison in a complex survey data analysis setting
Date   Mon, 25 Oct 2010 13:14:29 -0400

To compare nested models,  use the -test-- statement after the full
model that the appropriate coefficients are zero.  This is a Wald
test.
*****
sysuse auto,clear
svyset _n [pweight=rep78]
svy: logit foreign weight   //reduced model
svy: logit foreign  weight length trunk   //full model
test length trunk
******

Steve


On Mon, Oct 25, 2010 at 10:42 AM, Fred Dzanku <[email protected]> wrote:
> Dear All,
> I need some help please. I would be glad if someone can help me with
> this: how can I compare two or more models in a complex survey data
> analysis setting when these models have no true likelihoods (i.e since
> a likelihood ratio test is said to be inappropriate) and BIC and AIC
> is therefore not reported?
>
> Fred
> *
> *   For searches and help try:
> *   http://www.stata.com/help.cgi?search
> *   http://www.stata.com/support/statalist/faq
> *   http://www.ats.ucla.edu/stat/stata/
>

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


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