Skip to content

Commit af80935

Browse files
committed
updated due dates for HW
1 parent 0ca21c3 commit af80935

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

_list_of_labs.Rmd

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ hmmlab <- fill.list(
119119
key = "",
120120
instructor = "Eric",
121121
hw_topics = c(""),
122-
hw_duedate = "13 May"
122+
hw_duedate = "27 May"
123123
)
124124
```
125125

@@ -134,11 +134,11 @@ dlmlab <- fill.list(
134134
youtube = "",
135135
data = "",
136136
repo = "https://github.com/atsa-es/fish550-2025/tree/main/Lab-5",
137-
homework = "",
137+
homework = "Lab write-up #4",
138138
key = "",
139139
instructor = "Mark",
140140
hw_topics = c("Dynamic Linear Models"),
141-
hw_duedate = "27 May"
141+
hw_duedate = "20 May"
142142
)
143143
```
144144

@@ -155,7 +155,7 @@ bayeslab <- fill.list(
155155
video = "",
156156
youtube = "",
157157
data = "",
158-
homework = "Lab write-up # 5. Project Methods",
158+
homework = "Lab write-up #5. Project Methods",
159159
key = "",
160160
instructor = "Eric",
161161
hw_topics = c(""),
@@ -174,7 +174,7 @@ freqdomainlab <- fill.list(
174174
video = "",
175175
youtube = "",
176176
data = "",
177-
homework = "Lab write-up #6",
177+
homework = "",
178178
key = "",
179179
instructor = "Mark",
180180
hw_topics = c(""),
@@ -318,7 +318,7 @@ sslab1 <- fill.list(
318318
youtube = "",
319319
video = "",
320320
data = "",
321-
homework = "HW #2",
321+
homework = "",
322322
key = "",
323323
instructor = "Eli",
324324
hw_topics = c("Univariate state-space models"),

comp_labs.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ week_labs <- list(d1 = matrixlab,
4343
# d7 = "",
4444
d8 = dfalab,
4545
# d9 = "",
46-
d10 = hmmlab,
46+
d10 = bayeslab,
4747
# d11 = "",
48-
d12 = bayeslab,
48+
d12 = dlmlab,
4949
# d13 = "",
50-
d14 = dlmlab,
50+
d14 = hmmlab,
5151
# d15 = "",
5252
d16 = spatiallab,
5353
# d17 = "",

homework.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ hw_txt <- data.frame(
2121
"Multivariate state-space models",
2222
"Dynamic Factor Analysis",
2323
"Turn in a draft of your [Project Methods](final_proj.html#Project_Methods)",
24-
"Hidden Markov Models",
25-
"Dynamic Linear Models"),
24+
"Dynamic Linear Models",
25+
"Hidden Markov Models"),
2626
due_dates = c("April 22",
2727
"April 29",
2828
"May 6",
2929
"May 9",
30-
"May 13",
30+
"May 20",
3131
"May 27")
3232
)
3333
colnames(hw_txt) <- c("Lab", "Topic", "Due date")

0 commit comments

Comments
 (0)