File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11name = " StatsAPI"
22uuid = " 82ae8749-77ed-4fe6-ae5f-f523153014b0"
33authors = [
" Milan Bouchet-Valat <[email protected] " ]
4- version = " 1.7.0 "
4+ version = " 1.7.1 "
55
66[deps ]
77LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ Pseudo-coefficient of determination (pseudo R-squared).
233233
234234For nonlinear models, one of several pseudo R² definitions must be chosen via `variant`.
235235Supported variants are:
236- - `:MacFadden ` (a.k.a. likelihood ratio index), defined as ``1 - \\ log (L)/\\ log (L_0)``;
236+ - `:McFadden ` (a.k.a. likelihood ratio index), defined as ``1 - \\ log (L)/\\ log (L_0)``;
237237- `:CoxSnell`, defined as ``1 - (L_0/L)^{2/n}``;
238238- `:Nagelkerke`, defined as ``(1 - (L_0/L)^{2/n})/(1 - L_0^{2/n})``.
239239- `:devianceratio`, defined as ``1 - D/D_0``.
@@ -290,7 +290,7 @@ adjr2(model::StatisticalModel)
290290
291291Adjusted pseudo-coefficient of determination (adjusted pseudo R-squared).
292292For nonlinear models, one of the several pseudo R² definitions must be chosen via `variant`.
293- The only currently supported variants are `:MacFadden `, defined as ``1 - (\\ log (L) - k)/\\ log (L0)`` and
293+ The only currently supported variants are `:McFadden `, defined as ``1 - (\\ log (L) - k)/\\ log (L0)`` and
294294`:devianceratio`, defined as ``1 - (D/(n-k))/(D_0/(n-1))``.
295295In these formulas, ``L`` is the likelihood of the model, ``L0`` that of the null model
296296(the model including only the intercept), ``D`` is the deviance of the model,
You can’t perform that action at this time.
0 commit comments