Hello all! For a research investigation of mine, I wish to estimate two-stage DEA-bootstrap regression using simarwilson command in Stata. My dataset consists of three output variables (named Oup1, Oup2, Oup3) , three input variables (named Exp1, Exp2, Exp3), three exogenous (or environmental) variables (named Exo1, Exo2, Exo3); all variables pertain to a single year for twenty-nine (29) DMUs. I want to use Algorithm 2 proposed by Simar and Wilson. For this reason, I wish to instruct the simarwilson command to calculate the radial efficiency scores internally. Following the syntax of the simarwilson command for the purpose, when I run simarwilson command with all necessary specifications, I get the error message that the command teradial is not recognised. Please tell where I am going wrong! For your kind perusal, I am copying below the contents from the result window after running the command.
. use "C:\Users\Vikas Dixit\Downloads\Stata-Exercise.dta"
. . simarwilson (Oup1 Oup2 Oup3 = Exp1 Exp2 Exp3) Exo1 Exo2 Exo3, alg(2) rts(v) base(o) tename(DEArdo) tebc(DEAbc) biaste(DEAb) reps(2000) bcreps(100)
command teradial is unrecognized
r(199);
.
Related Posts with Problem in using simarwilson command
Country-pair specific id for gravity modelHello all, I'm trying to estimate a gravity model with trade data that is disaggregated at industry…
Describe variablesI have a dataset (example below) and I would like to know the frequency of males (sex==1) and female…
Calculating summary statistics for correlation coefficientsHello, I have calculated some pairwise correlation coefficients between observations in a panel data…
How to merge datasets using joinby?I have the following data. In Data set A, I have rows of children with "h13hhidc" indicating their h…
How to perform relative mortality in STATA?Hi Everyone. I have a dataset of cancer patients from 2004-2014 with survival status until 2015. Now…
Subscribe to:
Post Comments (Atom)
0 Response to Problem in using simarwilson command
Post a Comment