Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
clauswilke committed Jan 16, 2024
1 parent 26fdd58 commit fb48ca6
Show file tree
Hide file tree
Showing 38 changed files with 43 additions and 14,379 deletions.
10 changes: 4 additions & 6 deletions docs/assignments/HW1.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,14 @@ library(ggplot2)
opts_chunk$set(fig.align="center", fig.height=4, fig.width=5.5)
```

*Enter your name and EID here*
**This homework is due on Jan. 25, 2024 at 11:00pm. Please submit as a pdf file on Canvas.**

**This homework is due on Jan. 17, 2023 at 11:00pm. Please submit as a pdf file on Canvas.**


**Problem 1: (4 pts)** Demonstrate basic command of Markdown by creating a bulleted list with three items, a numbered list with three items, and a sentence that has one word in bold and one word in italics.
**Problem 1: (8 pts)** Demonstrate basic command of Markdown by creating a bulleted list with three items, a numbered list with three items, and a sentence that has one word in bold and one word in italics.

*Your text goes here.*

**Problem 2: (3 pts)** The `economics` dataset contains various time series data from the US economy:
**Problem 2: (6 pts)** The `economics` dataset contains various time series data from the US economy:

```{r}
economics
Expand All @@ -29,7 +27,7 @@ Use ggplot to make a line plot of the total population (`pop`, in thousands) ver
# your code goes here
```

**Problem 3: (3 pts)** Again using the `economics` dataset, now make a scatter plot (using `geom_point()`) of the number of unemployed versus the total population (`pop`), and color points by date.
**Problem 3: (6 pts)** Again using the `economics` dataset, now make a scatter plot (using `geom_point()`) of the number of unemployed versus the total population (`pop`), and color points by date.

```{r}
# your code goes here
Expand Down
11 changes: 5 additions & 6 deletions docs/assignments/HW1.html
Original file line number Diff line number Diff line change
Expand Up @@ -353,15 +353,14 @@ <h1 class="title toc-ignore">Homework 1</h1>
</div>


<p><em>Enter your name and EID here</em></p>
<p><strong>This homework is due on Jan. 17, 2023 at 11:00pm. Please
<p><strong>This homework is due on Jan. 25, 2024 at 11:00pm. Please
submit as a pdf file on Canvas.</strong></p>
<p><strong>Problem 1: (4 pts)</strong> Demonstrate basic command of
<p><strong>Problem 1: (8 pts)</strong> Demonstrate basic command of
Markdown by creating a bulleted list with three items, a numbered list
with three items, and a sentence that has one word in bold and one word
in italics.</p>
<p><em>Your text goes here.</em></p>
<p><strong>Problem 2: (3 pts)</strong> The <code>economics</code>
<p><strong>Problem 2: (6 pts)</strong> The <code>economics</code>
dataset contains various time series data from the US economy:</p>
<pre class="r"><code>economics</code></pre>
<pre><code>## # A tibble: 574 × 6
Expand All @@ -377,12 +376,12 @@ <h1 class="title toc-ignore">Homework 1</h1>
## 8 1968-02-01 534. 199920 12.3 4.5 3001
## 9 1968-03-01 544. 200056 11.7 4.1 2877
## 10 1968-04-01 544 200208 12.3 4.6 2709
## # … with 564 more rows</code></pre>
## # 564 more rows</code></pre>
<p>Use ggplot to make a line plot of the total population
(<code>pop</code>, in thousands) versus time (column
<code>date</code>).</p>
<pre class="r"><code># your code goes here</code></pre>
<p><strong>Problem 3: (3 pts)</strong> Again using the
<p><strong>Problem 3: (6 pts)</strong> Again using the
<code>economics</code> dataset, now make a scatter plot (using
<code>geom_point()</code>) of the number of unemployed versus the total
population (<code>pop</code>), and color points by date.</p>
Expand Down
51 changes: 0 additions & 51 deletions docs/assignments/HW2.Rmd

This file was deleted.

451 changes: 0 additions & 451 deletions docs/assignments/HW2.html

This file was deleted.

70 changes: 0 additions & 70 deletions docs/assignments/HW3.Rmd

This file was deleted.

472 changes: 0 additions & 472 deletions docs/assignments/HW3.html

This file was deleted.

51 changes: 0 additions & 51 deletions docs/assignments/HW4.Rmd

This file was deleted.

435 changes: 0 additions & 435 deletions docs/assignments/HW4.html

This file was deleted.

73 changes: 0 additions & 73 deletions docs/assignments/HW5.Rmd

This file was deleted.

1,707 changes: 0 additions & 1,707 deletions docs/assignments/HW5.html

This file was deleted.

70 changes: 0 additions & 70 deletions docs/assignments/HW6.Rmd

This file was deleted.

Loading

0 comments on commit fb48ca6

Please sign in to comment.