Skip to content

Commit

Permalink
edit homework 9 links
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeni2442 committed Mar 27, 2024
1 parent b8f0022 commit ea2196e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Homeworks/Homework_09.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ output:
3. Optional. If time permits and you have the skills, try putting your program inside of a for loop and repeat the analysis with a different stochastic data set (each time you call a function that invokes the random number generator, it will create a new set of data for you to process). Can you create a data structure to store the summary statistics created in each pass through the loop? If not, your program will work, but it will only show the results from the final replicate (the previous results will be written over each time you traverse the loop).

-----
[Structured Programming I Lecture Notes](https://gotellilab.github.io/Bio381/Lectures/Lecture14_S2021.html)
[Structured Programming I Lecture Notes](https://gotellilab.github.io/Bio381/Lectures/Functions.html)
[Structured Programming II Lecture Notes](https://gotellilab.github.io/Bio381/Lectures/Lecture15_S2021.html)

2 changes: 1 addition & 1 deletion Homeworks/Homework_09.html
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ <h3>Organizing Code With Structured Programming</h3>
traverse the loop).</p></li>
</ol>
<hr />
<p><a href="https://gotellilab.github.io/Bio381/Lectures/Lecture14_S2021.html">Structured
<p><a href="https://gotellilab.github.io/Bio381/Lectures/Functions.html">Structured
Programming I Lecture Notes</a><br />
<a href="https://gotellilab.github.io/Bio381/Lectures/Lecture15_S2021.html">Structured
Programming II Lecture Notes</a></p>
Expand Down

0 comments on commit ea2196e

Please sign in to comment.