Skip to content
Snippets Groups Projects
Commit 89f6265a authored by Winter's avatar Winter
Browse files

added the only meaningful command in this file!

parent 84bf8f5d
No related branches found
No related tags found
No related merge requests found
...@@ -2,5 +2,5 @@ with(mtcars, plot(x=cyl, y=displ)) ...@@ -2,5 +2,5 @@ with(mtcars, plot(x=cyl, y=displ))
summary(lm(displ ~ cyl, mtcars)) summary(lm(displ ~ cyl, mtcars))
dim(mtcars)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment