From effc930a7d4282197733a0763db2ee8a0251f410 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Thu, 25 Dec 2025 08:55:07 -0400 Subject: [PATCH] Add hw2 skeleton --- HW2.Rmd | 16 ++++++++++++++++ STAT6473.Rproj | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 HW2.Rmd diff --git a/HW2.Rmd b/HW2.Rmd new file mode 100644 index 0000000..14cf613 --- /dev/null +++ b/HW2.Rmd @@ -0,0 +1,16 @@ +--- +title: "Assignment 2" +subtitle: "STAT3373" +author: "Isaac Shoebottom" +date: "Sept 25th, 2025" +output: + pdf_document: default + html_document: + df_print: paged +--- + +# Question 1 + + +# Question 2 + diff --git a/STAT6473.Rproj b/STAT6473.Rproj index 8e3c2eb..938a06c 100644 --- a/STAT6473.Rproj +++ b/STAT6473.Rproj @@ -5,7 +5,7 @@ SaveWorkspace: Default AlwaysSaveHistory: Default EnableCodeIndexing: Yes -UseSpacesForTab: Yes +UseSpacesForTab: No NumSpacesForTab: 2 Encoding: UTF-8