forvalues i = 1/139 {
reg fawtd fdistockgdp if seqnum != `i', robust
outreg2 using table, append excel
}
I'm running the above loop (to create a jackknife test) on 139 observations. I'm doing this because I have a list of 139 countries and want to know how my regression coefficient changes when each country is dropped individually.
There is data for all observations, no data is missing. I used seqnum to generate a numbered list of countries. I'm also using outreg2 to export the data.
My problem is that the results I get list 138 observations for some observations and 139 observations for others (seemingly randomly). It seems to me that it should be 138 for all, since I'm dropping one country each time. I've attached a screenshot that shows the first 22 results below. You can see how the number of observations varies.Array
I would really appreciate it if anyone has thoughts on what the problem might be. Thank you!
Related Posts with jackknife loop with wrong number of observations
Use of bma/wals on binary dependent variableHi there...I have a binary dependent variable (use foxtlogit analysis)...I am now at a point of cons…
Trouble printing value in a local in a loop using putexcelHi, The following code takes in information from a survey, disaggregates it by region, compares the …
inter-rater reliability and iccHi all, I am trying to calculate inter-rater reliability with a complicated study and data structur…
Cem for panelHi Statlist, I would like to perform CEM (coarsened exact matching) on the following panel: Code:…
How to create a string variable with the string value of the variable name?I am trying to use merge on two data sets, one which has a value for PID for approximately 1700 obse…
Subscribe to:
Post Comments (Atom)
0 Response to jackknife loop with wrong number of observations
Post a Comment