xtfrontier_postestimation.hlp

来自「是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到」· HLP 代码 · 共 104 行

HLP
104
字号
{smcl}
{* 07apr2005}{...}
{cmd:help xtfrontier postestimation}{right:dialog:  {bf:{dialog xtfront_p:predict}}{space 3}}
{right:also see:  {helpb xtfrontier}}
{hline}

{title:Title}

{p2colset 5 41 43 2}{...}
{p2col :{hi:[XT] xtfrontier postestimation} {hline 2}}Postestimation tools for xtfrontier{p_end}
{p2colreset}{...}


{title:Description}

{pstd}
The following postestimation commands are available for {cmd:xtfrontier}.

{synoptset 13 tabbed}{...}
{p2coldent :command}description{p_end}
{synoptline}
{p2coldent :* {helpb adjust}}adjusted predictions of xb{p_end}
INCLUDE help post_estat
INCLUDE help post_estimates
INCLUDE help post_lincom
INCLUDE help post_lrtest
INCLUDE help post_mfx
INCLUDE help post_nlcom
{synopt :{helpb xtfrontier postestimation##predict:predict}}predictions, residuals, influence statistics, and other diagnostic measures{p_end}
INCLUDE help post_predictnl
INCLUDE help post_test
INCLUDE help post_testnl
{synoptline}
{p2colreset}{...}
{phang}
* {cmd:adjust} will not work with time-series operators


{marker predict}{...}
{title:Syntax for predict}

{p 8 16 2}{cmd:predict} {dtype} {newvar} {ifin} [{cmd:,} {it:statistic}]

{synoptset 11 tabbed}{...}
{synopthdr :statistic}
{synoptline}
{syntab:Main}
{synopt :{opt xb}}linear prediction assuming u_i=0, the default{p_end}
{synopt :{opt stdp}}standard error of the linear prediction{p_end}
{synopt :{opt u}}estimates of minus the natural log of the technical efficiency via E(u_it | e_it){p_end}
{synopt :{opt m}}estimates of minus the natural log of the technical efficiency via M(u_it | e_it){p_end}
{synopt :{opt te}}estimates of the technical efficiency via E{exp(-su_it | e_it}{p_end}
{synoptline}
{p2colreset}{...}

    where
           s =    1,  for production functions
                 -1,  for cost functions


{title:Options for predict}

{dlgtab:Main}

{phang}
{opt xb}, the default, calculates the linear prediction.

{phang}
{opt stdp} requests prediction of the standard error of linear prediction.

{phang}
{opt u} produces estimates of the technical inefficiency via E(u[i,t]|e[i,t]).

{phang}
{opt m} produces estimates of the technical inefficiency via the mode,
M(u[i,t]|e[i,t]).

{phang}
{opt te} produces estimates of the technical efficiency, or the cost
efficiency when the {opt cost} option is specified.


{title:Examples}

{phang}{cmd:. xtfrontier lnv lnk lnl, i(id) t(t) tvd}{p_end}
{phang}{cmd:. test [eta]_b[_cons] = 0.02}{p_end}

{phang}{cmd:. predict efficiency, te}{p_end}
{phang}{cmd:. predict mlogeffmean, u}{p_end}
{phang}{cmd:. predict mlogeffmode, m}{p_end}


{title:Also see}

{psee}
Manual:  {bf:[XT] xtfrontier postestimation}

{psee}
Online:  {helpb xtfrontier};{break}
{helpb adjust}, {helpb estimates}, {helpb lincom},
{helpb lrtest}, {helpb mfx}, {helpb nlcom}, {helpb predict},
{helpb predictnl}, {helpb test}, {helpb testnl}
{p_end}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?