diff --git a/anotherfile.R b/anotherfile.R index cb88ba6bbddd5145424feda39189e52a7ee37eae..e01f025d4da7cbf9ac4d67400cf752e69cd0ebf3 100644 --- a/anotherfile.R +++ b/anotherfile.R @@ -1,7 +1,7 @@ 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))