j_mfxunsuitse.hlp
来自「是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到」· HLP 代码 · 共 39 行
HLP
39 行
{smcl}
{* 03mar2005}{...}
{title:Predict expression unsuitable for standard error calculation warning message}
{pstd}
A marginal effect is a derivative of a function of the coefficients
and independent variables of a model.
The {cmd:mfx} option {cmd:predict()} can be used to specify
the function to be differentiated. If this function depends
on random quantities other than the coefficients of the model
or on the coefficients in a way other than through the coefficient matrix
{cmd:e(b)}, {cmd:mfx} will most likely not be able to evaluate the
standard error of the marginal effect accurately.
{pstd}
After computing the marginal effects, {cmd:mfx} checks this
by changing the values of particular stored results and recomputing
the marginal effects. If the marginal effects have changed, it determines
that the predict expression is unsuitable for calculating standard errors.
{pstd}
The {cmd:mfx} option {cmd:diagnostics(vce)} displays the results of
this check. The option {cmd:force} can be used to force calculation of the
standard errors, although this is usually inadvisable.
{title:Examples}
{phang}{cmd:. sysuse auto, clear}{p_end}
{phang}{cmd:. regress mpg weight}{p_end}
{phang}{cmd:. mfx, predict(stdp) diagnostics(vce)}{p_end}
{title:Also see}
Online: {helpb mfx}
Web: {browse "http://www.stata.com/support/faqs/stat/mfx_nose.html"}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?