We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1cf98 commit b6ab1fbCopy full SHA for b6ab1fb
DSC 423 - Tutorial 0501.R renamed to Tutorial 0501.R
@@ -79,4 +79,4 @@ model_empty <- lm(price ~ 1, data = d)
79
summary(model_empty)
80
81
step <- stepAIC(model_empty, direction = "forward", scope = list(upper = model_full, lower = model_empty))
82
-summary(step)
+summary(step)
0 commit comments