From ca836901b17b4074fdaf13879425faa29a743122 Mon Sep 17 00:00:00 2001 From: Ted Date: Wed, 12 Apr 2017 16:56:39 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 14902da..b37f24a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # LinearRegressions -In PSTAT 126, we use R-Studio to analyze and interpret datasets. -Here, see my code and its output on some very interesting problems, plus my interpretations and some pure statistical maths. -I cannot upload the original questions, so I hope it is clear from the context what issues I am addressing in each problem. +In PSTAT 126, we use R-Studio to analyze and interpret datasets. Here are some of those projects. +For each question, I've included the R code I used, the output it produced, and my interpretation of graphs and equations. +Some problems require only a proof, without code. Thank you!