diff --git a/anotherfile.R b/anotherfile.R index c20a25482f9ddaec6bd77f448790c7b893001964..eac38f33e57aada7aaf9d8bcd7b241895b9ec37f 100644 --- a/anotherfile.R +++ b/anotherfile.R @@ -1,3 +1,6 @@ with(mtcars, plot(x=cyl, y=displ)) +summary(lm(displ ~ cyl, mtcars)) + +