From c11b83155eec709d468f9db0218cca18563ab398 Mon Sep 17 00:00:00 2001 From: Jose Storopoli Date: Wed, 10 Aug 2022 19:48:43 -0300 Subject: [PATCH] fix ordinal regression variable name --- _literate/08_ordinal_reg.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_literate/08_ordinal_reg.jl b/_literate/08_ordinal_reg.jl index d8d9fc05..dd00b11f 100644 --- a/_literate/08_ordinal_reg.jl +++ b/_literate/08_ordinal_reg.jl @@ -64,7 +64,7 @@ # **We need the log-cumulative-odds because it allows us to construct different intercepts for the possible values our ordinal dependent variable**. # We create an unique intercept for each possible outcome $k \in K$. -# Notice that the highest probable value of $X$ will always have a log-cumulative-odds of $\infty$, since for $p=1$: +# Notice that the highest probable value of $Y$ will always have a log-cumulative-odds of $\infty$, since for $p=1$: # $$\ln \frac{p}{1-p} = \ln \frac{1}{1-1} = \ln 0 = \infty$$