Skip to content

Commit 7608a12

Browse files
authored
first commit
1 parent b6ab1fb commit 7608a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ str(admit)
5555
dim(admit)
5656

5757
model <- glm(admit ~ gre + gpa + rank, data = admit, family = "binomial")
58-
summary(model)
58+
summary(model)

0 commit comments

Comments
 (0)