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]
st: Last estimates not found after bs4rw
From
Saidé Salazar <[email protected]>
To
"[email protected]" <[email protected]>
Subject
st: Last estimates not found after bs4rw
Date
Fri, 20 Sep 2013 13:17:30 -0500
Dear Stata listers,
I am running a logistic regression after svy. I am having problems
using bs4rw. I wrote a very simple program to check the syntax of
bs4rw and I obtained "last estimates not found". Here is my do-file:
program define forecast, properties(svyb)
logit y x1 x2 x3 [pw=wt]
end
bs4rw, rw(wt*): forecast
On the other hand, I do not have problems using:
bs4rw, rw(wt*): logit y x1 x2 x3 [pw=wt]
Thank you for your help!
Aranzazu
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/faqs/resources/statalist-faq/
* http://www.ats.ucla.edu/stat/stata/