Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update R squared
authored
Sep 27, 2024
by
gillesc92
Hide whitespace changes
Inline
Side-by-side
2.-Statistics/R-squared.md
View page @
d5fc40ef
...
@@ -35,7 +35,7 @@ $$
...
@@ -35,7 +35,7 @@ $$
SS_{
\t
ext{total}} =
\s
um_{i=1}^{n} (y_i -
\b
ar{y})^2
SS_{
\t
ext{total}} =
\s
um_{i=1}^{n} (y_i -
\b
ar{y})^2
$$
$$
In short,
\(
R^2
\)
tells you how much of the variability in the response variable is captured by the model.
In short,
$
R^2
$
tells you how much of the variability in the response variable is captured by the model.
### Interpreting R²
### Interpreting R²
...
...