Skip to content
Snippets Groups Projects
Commit 2bee0e34 authored by Sylvia Haider's avatar Sylvia Haider
Browse files

disp corrected

parent a66fef92
Branches master
No related tags found
No related merge requests found
str(mtcars)
with(mtcars, plot(x=cyl, y=displ))
with(mtcars, plot(x=cyl, y=disp))
summary(lm(displ ~ cyl, mtcars))
summary(lm(disp ~ cyl, 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