brier.hlp

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

HLP
60
字号
{smcl}
{* 03dec2004}{...}
{cmd:help brier}{right:dialog:  {bf:{dialog brier}}}
{hline}

{title:Title}

{p2colset 5 18 20 2}{...}
{p2col :{hi:[R] brier} {hline 2}}Brier score decomposition{p_end}
{p2colreset}{...}


{title:Syntax}

{p 8 14 2}
{cmd:brier} {it:outcomevar} {it:forecastvar} {ifin} 
[{cmd:,} {opt g:roup(#)}]

{phang}
{cmd:by} may be used with {cmd:brier}; see {helpb by}.


{title:Description}

{pstd}
{cmd:brier} computes the Yates, Sanders, and Murphy decompositions of the
Brier Mean Probability Score.  {it:outcomevar} contains 0/1 values reflecting
the actual outcome of the experiment, and {it:forecastvar} contains the
corresponding probabilities as predicted by, say, logit, probit, or a human
forecaster.


{title:Option}

{dlgtab:Main}

{pstd}
{opt group(#)} specifies the number of groups that will be used to compute the
decomposition.  {cmd:group(10)} is the default.


{title:Examples}

{phang}
{cmd:. brier win for, group(5)}

{phang}
{cmd:. brier death myprdn, group(5)}


{title:Also see}

{psee}
Manual:  {bf:[R] brier}

{psee}
Online:  {helpb logistic}, {helpb logit}, {helpb predict}, 
{helpb probit}
{p_end}

⌨️ 快捷键说明

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