From ea2196e448c2b484c87796614bd01dd6eded1799 Mon Sep 17 00:00:00 2001 From: George Date: Wed, 27 Mar 2024 13:13:56 -0400 Subject: [PATCH] edit homework 9 links --- Homeworks/Homework_09.Rmd | 2 +- Homeworks/Homework_09.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Homeworks/Homework_09.Rmd b/Homeworks/Homework_09.Rmd index 4ad54fe..5e6916d 100644 --- a/Homeworks/Homework_09.Rmd +++ b/Homeworks/Homework_09.Rmd @@ -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) diff --git a/Homeworks/Homework_09.html b/Homeworks/Homework_09.html index b8c1dd9..61e8c0c 100644 --- a/Homeworks/Homework_09.html +++ b/Homeworks/Homework_09.html @@ -366,7 +366,7 @@

Organizing Code With Structured Programming

traverse the loop).


-

Structured +

Structured Programming I Lecture Notes
Structured Programming II Lecture Notes