Hi all,
I'm using DEA in Stata to compute public expenditure efficiency frontiers across a sample of 34 countries. The command's syntax is the following:
dea env tot_hexpav = le, rts(vrs)
where left-hand variables env & tot_hexpav [an environment composite indicator and total health expenditure] are input and le [life expectancy] is output.
The command is for the input-orientation and assumes variable returns to scale (vrs). The dea command just returns a matrix where all results are saved: r(dearslt).
Now, I would like to bootstrap the efficiency scores obtained from dea, which are the second column of the r(dearslt) matrix by - in simple terms - the following Stata command:
bootstrap **XXXX**, rep(200) : dea env tot_hexpav = le, rts(vrs)
My question is...how should I shape the "exp_list" XXXX to tell Stata to bootstrap the second column of the matrix of results from dea after :? I have tried various combinations, but without success. Has someone else faced the same problem or have an idea as to how to circumvent it? The DEA command can be found in Stata Journal Volume 10, Number 2 (st0193). I also attach a txt file with input data.
Your help would be much appreciated.
Patrizio
I'm using DEA in Stata to compute public expenditure efficiency frontiers across a sample of 34 countries. The command's syntax is the following:
dea env tot_hexpav = le, rts(vrs)
where left-hand variables env & tot_hexpav [an environment composite indicator and total health expenditure] are input and le [life expectancy] is output.
The command is for the input-orientation and assumes variable returns to scale (vrs). The dea command just returns a matrix where all results are saved: r(dearslt).
Now, I would like to bootstrap the efficiency scores obtained from dea, which are the second column of the r(dearslt) matrix by - in simple terms - the following Stata command:
bootstrap **XXXX**, rep(200) : dea env tot_hexpav = le, rts(vrs)
My question is...how should I shape the "exp_list" XXXX to tell Stata to bootstrap the second column of the matrix of results from dea after :? I have tried various combinations, but without success. Has someone else faced the same problem or have an idea as to how to circumvent it? The DEA command can be found in Stata Journal Volume 10, Number 2 (st0193). I also attach a txt file with input data.
Your help would be much appreciated.
Patrizio
Comment