bootstrap_mse.hlp
来自「是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到」· HLP 代码 · 共 39 行
HLP
39 行
{smcl}
{* 30mar2005}{...}
{* this file gotten to from clickable output produced by _coef_table.ado}{...}
{title:What does "Bstrap *" mean?}
{pstd}
Your estimation results have "{bf:Bstrap *}" in the table header above the
column of standard errors.
{pstd}
The {bf:Bstrap} in "{bf:Bstrap *}" indicates that the standard errors were
computed using the bootstrap resampling method. This means that you specified
the {help vce_option:vce(bootstrap)} option of an estimation command or
computed the estimation results using {helpb bootstrap}. By default,
{cmd:vce(bootstrap)} and {cmd:bootstrap} compute the variance using deviations
of the bootstrap replicates from their mean.
{pstd}
The {bf:*} in "{bf:Bstrap *}" indicates that the standard errors were
calculated using the mean squared error formula (MSE) of the bootstrap
variance estimator. This means that you specified {cmd:vce(bootstrap, mse)}
or the {cmd:mse} option of {cmd:bootstrap}.
{pstd}
See {bf:[R] bootstrap} for a detailed discussion of the bootstrap resampling
method for variance (and standard error) estimation.
{title:Also see}
{psee}
Manual: {bf:[R] bootstrap},
{bf:[R]} {it:vce_option}
{psee}
Online: {helpb bootstrap},
{it:{help vce_option}}
{p_end}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?