From 40b80b0ba09993992c966047b0adfef121f4ae2b Mon Sep 17 00:00:00 2001 From: leosoccio Date: Sun, 29 Jan 2023 01:33:12 -0500 Subject: [PATCH] finished version of the assignment --- .gitignore | 4 + hw-1-soccio.Rproj | 13 ++ index.html | 362 ++++++++++++++++++++++++++++++++++------------ index.pdf | Bin 175623 -> 184392 bytes index.qmd | 269 ++++++++++++++++++++-------------- 5 files changed, 452 insertions(+), 196 deletions(-) create mode 100644 .gitignore create mode 100644 hw-1-soccio.Rproj diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5b6a065 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.Rproj.user +.Rhistory +.RData +.Ruserdata diff --git a/hw-1-soccio.Rproj b/hw-1-soccio.Rproj new file mode 100644 index 0000000..8e3c2eb --- /dev/null +++ b/hw-1-soccio.Rproj @@ -0,0 +1,13 @@ +Version: 1.0 + +RestoreWorkspace: Default +SaveWorkspace: Default +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: pdfLaTeX diff --git a/index.html b/index.html index 3a108ac..e8899ee 100644 --- a/index.html +++ b/index.html @@ -2,11 +2,11 @@ - + - + Homework 1