Skip to content

Commit 1534260

Browse files
committed
add teams
1 parent 4191210 commit 1534260

File tree

5 files changed

+37
-29
lines changed

5 files changed

+37
-29
lines changed

Labs/Week 5/Lab4_hmm.Rmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ title: "Hidden Markov Models"
33
author: "Eric Ward"
44
date: "Due Tues May 27 11:59 PM PDT"
55
output:
6-
pdf_document:
7-
toc: yes
8-
toc_depth: '3'
96
html_document:
107
theme: cosmo
118
highlight: textmate
129
toc: yes
1310
toc_float: yes
1411
toc_depth: 3
12+
pdf_document:
13+
toc: yes
14+
toc_depth: '3'
1515
editor_options:
1616
markdown:
1717
wrap: 72
@@ -27,7 +27,7 @@ knitr::opts_knit$set(unnamed.chunk.label = "hw6-",
2727

2828
```{r, results = "asis", echo=FALSE}
2929
# Set up names and shuffle
30-
set.seed(123)
30+
set.seed(1235)
3131
names_str <- "Anna, Brian, Nicole, Matheus, Lilac, Mary, Ben, Emma, Tina"
3232
names <- strsplit(names_str, ",\\s*")[[1]]
3333
shuffled <- sample(names)

Labs/Week 5/Lab4_hmm.html

Lines changed: 14 additions & 10 deletions
Large diffs are not rendered by default.

docs/Labs/Week 5/Lab4_hmm.Rmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ title: "Hidden Markov Models"
33
author: "Eric Ward"
44
date: "Due Tues May 27 11:59 PM PDT"
55
output:
6-
pdf_document:
7-
toc: yes
8-
toc_depth: '3'
96
html_document:
107
theme: cosmo
118
highlight: textmate
129
toc: yes
1310
toc_float: yes
1411
toc_depth: 3
12+
pdf_document:
13+
toc: yes
14+
toc_depth: '3'
1515
editor_options:
1616
markdown:
1717
wrap: 72
@@ -27,7 +27,7 @@ knitr::opts_knit$set(unnamed.chunk.label = "hw6-",
2727

2828
```{r, results = "asis", echo=FALSE}
2929
# Set up names and shuffle
30-
set.seed(123)
30+
set.seed(1235)
3131
names_str <- "Anna, Brian, Nicole, Matheus, Lilac, Mary, Ben, Emma, Tina"
3232
names <- strsplit(names_str, ",\\s*")[[1]]
3333
shuffled <- sample(names)

docs/Labs/Week 5/Lab4_hmm.html

Lines changed: 14 additions & 10 deletions
Large diffs are not rendered by default.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ <h2>
349349
</center>
350350
<p><br></p>
351351
<center>
352-
<em>This site was last updated at 14:54 on 08 May 2025</em>
352+
<em>This site was last updated at 14:58 on 08 May 2025</em>
353353
</center>
354354

355355

0 commit comments

Comments
 (0)