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: Predicting fitted values from xtivreg2 with fixed effects (xtivreg2 [...], fe)
From 
 
Richard Herron <[email protected]> 
To 
 
[email protected] 
Subject 
 
Re: st: Predicting fitted values from xtivreg2 with fixed effects (xtivreg2 [...], fe) 
Date 
 
Fri, 17 Feb 2012 12:45:16 -0500 
It looks like -predict- with -xtivreg2- only provides the residual,
but you could find the predicted values by removing the residual from
the dependent variable.
Also, -xtivreg2- is a user written function available from SSC that
depends on -ivreg2-, also user written and available from SSC.