1 Star 0 Fork 4

kerrydu / ddfeff

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ddfeff.sthlp 4.15 KB
一键复制 编辑 原始数据 按行查看 历史
kerrydu 提交于 2019-11-03 23:19 . hlp
{smcl}
{* *! version 0.3 29 Oct 2019}{...}
{cmd:help ddfeff}
{hline}
{title:Title}
{phang}
{bf:ddfeff} {hline 2} Directional Distance Function for Efficiency/Productivity Analysis in Stata
{title:Syntax}
{p 8 21 2}
{cmd:ddfeff} {it:{help varlist:inputvars}} {cmd:=} {it:{help varlist:desirable_outputvars}} {cmd::} {it:{help varlist:undesirable_outputvars}} {ifin}
{cmd:,} {cmdab:d:mu(}{varname}{cmd:)} [{it:options}]
{synoptset 28 tabbed}{...}
{synopthdr}
{synoptline}
{syntab:Main}
{synopt:{cmdab:d:mu:(varname)}}specifies names of DMUs. It is required.
{synopt:{cmdab:t:ime:(varname)}}specifies time period for contemporaneous production technology. If {opt time:(varname)} is not specified, global production technology is assumed.
{p_end}
{synopt:{opt gx(varlist)}}specifies direction components for input adjustment. The default is gx=0.
{p_end}
{synopt:{opt gy(varlist)}}specifies direction components for desirable output adjustment. The default is gy=Y.
{p_end}
{synopt:{opt gb(varlist)}}specifies direction components for undesirable output adjustment. The default is gb=-B.
{p_end}
{synopt:{cmdab:seq:uential}}specifies sequential production technology.
{p_end}
{synopt:{opt glob}}specifies global production technology.
{p_end}
{synopt:{cmdab:prod:uctivity}}specifies computing Malmquist–Luenberger productivity index.
{p_end}
{synopt:{opt vrs}}specifies production technology with variable returns to scale. By default, production technology with constant returns to scale is assumed.
{p_end}
{synopt:{opt sav:ing(filename[,replace])}}specifies that the results be saved in {it:filename}.dta.
{p_end}
{synopt:{opt maxiter(#)}}specifies the maximum number of iterations, which must be an integer greater than 0. The default value of maxiter is 16000.
{p_end}
{synopt:{opt tol(real)}}specifies the convergence-criterion tolerance, which must be greater than 0. The default value of tol is 1e-8.
{p_end}
{synoptline}
{p2colreset}{...}
{title:Description}
{pstd}
{cmd:ddfeff} selects the input and output variables from the user designated data file or in the opened data set and solves directional distance function models by options specified.
{phang}
The ddfeff program requires initial data set that contains the input and output variables for observed units.
{phang}
Variable names must be identified by inputvars for input variable, by desirable_outputvars for desirable output variable,
and by undesirable_outputvars for undesirable output variable
to allow that {cmd:ddfeff} program can identify and handle the multiple input-output data set. The direction vector
g=(gx,gy,gb) should be specfied by options. The default is g=(0,Y,-B).
{phang}
Stata 16 or later is required.
{title:Examples}
{phang}{"use ...\example_ddf.dta"}
{phang}{cmd:. ddfeff labor capital energy= gdp: co2, dmu(id)}
{phang}{cmd:. ddfeff labor capital energy= gdp: co2, dmu(id) time(t) sav(ddf_result)}
{phang}{cmd:. ddfeff labor capital energy= gdp: co2, dmu(id) time(t) prod sav(ddf_result,replace)}
{phang}{cmd:. ddfeff labor capital energy= gdp: co2, dmu(id) time(t) seq prod sav(ddf_result,replace)}
{phang}{cmd:. ddfeff labor capital energy= gdp: co2, dmu(id) time(t) glob prod sav(ddf_result,replace)}
{title:Saved Results}
{psee}
Macro:
{psee}
{cmd: r(file)} the stored results of {cmd:ddfeff} that have observation rows of DMUs and variable columns with input data, output data, values of DDF, and MLPI.
{p_end}
{marker references}{...}
{title:References}
{phang}
Chung, Y.H., Färe, R., Grosskopf, S. Productivity and Undesirable Outputs: A Directional Distance Function Approach.
Journal of Environmental Management, 1997, 51:229-240.
{phang}
Oh, D.-h. A global Malmquist-Luenberger productivity index. Journal of Productivity Analysis, 2010, 34:183-197.
{phang}
Oh, D.-h., Heshmati A. A sequential Malmquist–Luenberger productivity index: Environmentally sensitive productivity growth
considering the progressive nature of technology. Energy Economics, 2010,3 2:1345-1355.
{title:Author}
{psee}
Kerry Du
{psee}
Xiamen University
{psee}
Xiamen, China
1
https://gitee.com/kerrydu/ddfeff.git
git@gitee.com:kerrydu/ddfeff.git
kerrydu
ddfeff
ddfeff
master

搜索帮助