Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
katieburak committed Oct 20, 2024
1 parent aa0fe7c commit e68d196
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions content/assignments/assignment-b4.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Modify this somehow. Maybe you move letters from the end to the beginning, or yo

The default Pig Latin addition rule is to add "ay" to the end of the word, after rearranging the letters of the word. You should choose some other addition rule.

### Exercise 3 (25 points)
### Exercise 3 (37.5 points)

For this exercise, you'll be evaluating a model that's fit separately for each group in some dataset. You should fit these models with some question in mind.

Expand All @@ -83,9 +83,9 @@ Your tasks are as follows.

Grading is as follows:

- 5 points: the "story" behind your data analysis.
- 5 points: the plot.
- 15 points: the calculations.
- 7.5 points: the "story" behind your data analysis.
- 7.5 points: the plot.
- 22.5 points: the calculations.

# Option B -- R package

Expand Down
10 changes: 5 additions & 5 deletions content/assignments/assignment-b4.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ <h3>Exercise 2 (37.5 points)</h3>
<p><strong>Addition component</strong></p>
<p>The default Pig Latin addition rule is to add “ay” to the end of the word, after rearranging the letters of the word. You should choose some other addition rule.</p>
</div>
<div id="exercise-3-25-points" class="section level3">
<h3>Exercise 3 (25 points)</h3>
<div id="exercise-3-37.5-points" class="section level3">
<h3>Exercise 3 (37.5 points)</h3>
<p>For this exercise, you’ll be evaluating a model that’s fit separately for each group in some dataset. You should fit these models with some question in mind.</p>
<p>Examples (do not use these examples):</p>
<ul>
Expand All @@ -77,9 +77,9 @@ <h3>Exercise 3 (25 points)</h3>
</ol>
<p>Grading is as follows:</p>
<ul>
<li>5 points: the “story” behind your data analysis.</li>
<li>5 points: the plot.</li>
<li>15 points: the calculations.</li>
<li>7.5 points: the “story” behind your data analysis.</li>
<li>7.5 points: the plot.</li>
<li>22.5 points: the calculations.</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit e68d196

Please sign in to comment.