You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
report_performance(lm(Sepal.Length ~ Petal.Length * Species, data = iris))
#> The model explains a statistically significant and substantial proportion of
#> variance (R2 = 0.84, F(5, 144) = 151.71, p < .001, adj. R2 = 0.83)
I think is not clear what statistically significant is referring to? significance does not have to do with the proportion of variance, so the pvalue is for comparing some models ( asume baseline). I think this statement is very confusing
The text was updated successfully, but these errors were encountered:
In the example provided:
I think is not clear what
statistically significant
is referring to? significance does not have to do with the proportion of variance, so the pvalue is for comparing some models ( asume baseline). I think this statement is very confusingThe text was updated successfully, but these errors were encountered: