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: Re: Bootstrapping with unbalanced panel


From   Nick Cox <[email protected]>
To   "[email protected]" <[email protected]>
Subject   Re: st: Re: Bootstrapping with unbalanced panel
Date   Mon, 5 Aug 2013 17:13:42 +0100

Your -bsample- command did not constrain sampling of -year- so
duplicates on -newid year- don't seem surprising to me.

Nick
[email protected]


On 5 August 2013 14:54, Heath Henderson <[email protected]> wrote:

> In a previous exchange "bootstrapping with unbalanced panel" a method for
> preserving the structure of unbalanced panel data while bootstrapping was
> discussed. The idea is to cluster by the firm/household/individual
> identifier variable and stratify by a variable that counts the number of
> times a given entity is observed. Here is an example of that approach:
>
> webuse union.dta
> bysort idcode (year): gen byte panelsize = _N
> bsample, cluster(idcode) idcluster(newid) strata(panelsize)
>
> The approach is conceptually straightforward and after drawing the sample
> we would expect newid and the time variable to uniquely identify
> observations. This, however, doesn't seem to be the case as xtset yields
> the following error:
>
> . xtset newid year
> repeated time values within panel
> r(451);
>
> What might be going on here? Why wouldn't newid and year uniquely identify
> observations? If it matters, I am using Stata 12 SE for Mac. Any help would
> be much appreciated.
*
*   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/


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