Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: jknife with xtreg using jkrweight


From   "Leslie R Hinkson ([email protected])"<[email protected]>
To   [email protected]
Subject   st: jknife with xtreg using jkrweight
Date   Mon, 26 Feb 2007 20:29:37 -0500

I'm trying to run a two-level model (students nested within schools) using xtreg. The dataset comes with 62 jackknife weights and I was wondering whether I could somehow use those. So rather than having a command that looked like this:

jknife "xtreg depvar var1 var2 var3, re i(studentid)" _b _se, cluster(schoolid)

I might have something that looks like this:

jkrweight(srwt*, multiplier(1))] vce(jackknife) mse jknife "xtreg depvar var1 var2 var3, re i(studentid)" _b _se, cluster(schoolid)


Where srwt* indicates the jackknife weights 1-62 with multiplier(1) indicating a jknife 2 (as opposed to the default 1). 

I've tried it of course and I keep getting an error term about the use of "cluster" but nothing else. What am I doing wrong?
*
*   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/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index