Rather than using -_cons- you could create your own constant:
sysuse auto,clear
replace rep = 0 if rep ==.
gen mycon =1
zip rep mpg gear ,inf(mycon, nocons) nolog
countfit rep gear mpg, inflate(mycon) noprtable ///
nodash noestimates zip prm
Scott
On 8/28/07, Garry Alan Anderson <[email protected]> wrote:
>
> Dear Statalisters,
>
> The inflate(_cons) option does not seem to be working with countfit.
> Countfit is a user-written command and can be found via -findit countfit-
> and spost9_ado
>
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/