Skip to content

Commit

Permalink
A2 pulled for now, and A2 and A3 date changes
Browse files Browse the repository at this point in the history
  • Loading branch information
robjhyndman committed Mar 21, 2024
1 parent 52f7f43 commit 1b356a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assignments.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Assignment, Due, Github, File, Marks
Assignment 1, 2024-03-22, P9FVVml_, "A1.qmd", 25
Assignment 2, 2024-04-12, ????, "A2.qmd", 25
Assignment 3, 2024-05-03, ????, "A3.qmd", 20
Assignment 2, 2024-04-19, ????, "A2.qmd", 25
Assignment 3, 2024-05-10, ????, "A3.qmd", 20
Assignment 4, 2024-05-31, ????, "A4.qmd", 30
2 changes: 1 addition & 1 deletion assignments/A2.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Assignment 2 (25%)
---

[This](regression.R) is a script that implements a linear regression model. However, it is poorly written, and gives errors. Your task is to fix the function (without using any functions from the stats package), write tests, and document how you have improved it.
To be completed.

```{r}
#| output: asis
Expand Down

0 comments on commit 1b356a1

Please sign in to comment.