From 84bf8f5dde220e2a90461791df5e71de0fc45c66 Mon Sep 17 00:00:00 2001
From: Dirk Sarpe <dsarpe@posteo.de>
Date: Tue, 18 Oct 2016 11:05:44 +0200
Subject: [PATCH] add linear model

---
 anotherfile.R | 3 +++
 1 file changed, 3 insertions(+)

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