Skip to content

Commit b6ab1fb

Browse files
authored
first commit
1 parent 8a1cf98 commit b6ab1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DSC 423 - Tutorial 0501.R renamed to Tutorial 0501.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ model_empty <- lm(price ~ 1, data = d)
7979
summary(model_empty)
8080

8181
step <- stepAIC(model_empty, direction = "forward", scope = list(upper = model_full, lower = model_empty))
82-
summary(step)
82+
summary(step)

0 commit comments

Comments
 (0)