Skip to content

Commit

Permalink
Format updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbryer committed Jan 25, 2020
1 parent 193bf5f commit 334d23c
Show file tree
Hide file tree
Showing 11 changed files with 120 additions and 85 deletions.
4 changes: 2 additions & 2 deletions content/assignments/_index.md
@@ -1,10 +1,10 @@
+++
title = "Assignments"
description = ""
weight = 2
weight = 3
alwaysopen = false
+++

{{%children style="h2" description="true"%}}
{{%children style="h2" description="false"%}}


4 changes: 2 additions & 2 deletions content/chapters/_index.md
@@ -1,9 +1,9 @@
+++
title = "Chapters"
description = ""
weight = 20
weight = 5
+++

{{%children style="h2" description="true"%}}
{{%children style="h2" description="false"%}}


4 changes: 2 additions & 2 deletions content/course-overview/_index.md
@@ -1,9 +1,9 @@
+++
title = "Course Overview"
description = ""
weight = 1
weight = 2
alwaysopen = true
+++

{{%children style="h2" description="true"%}}
{{%children style="h2" description="false"%}}

4 changes: 2 additions & 2 deletions content/post/2020-01-29-random_numbers_and_seeds.html
Expand Up @@ -11,9 +11,9 @@

<p>To explore how R generates randome numbers, we will use the <code>rnorm</code> function. This function draws a random number from a normal distribution with a mean = 0 and standard deviation = 1 (though these can be changed with the <code>mean</code> and <code>sd</code> parameters). With <code>n = 1</code> we will get two random numbers.</p>
<pre class="r"><code>rnorm(n = 1)</code></pre>
<pre><code>## [1] 1.152973</code></pre>
<pre><code>## [1] -0.3792726</code></pre>
<pre class="r"><code>rnorm(n = 1)</code></pre>
<pre><code>## [1] -0.6358116</code></pre>
<pre><code>## [1] -1.147968</code></pre>
<p>Each time you run the command you will get a different number. The <code>set.seed</code> function will sets a seed to the random number generator so that each subsequent run will produce the same number.</p>
<pre class="r"><code>set.seed(2112); rnorm(n = 1)</code></pre>
<pre><code>## [1] 0.9243372</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion content/post/_index.md
Expand Up @@ -5,6 +5,6 @@ weight = 1
alwaysopen = true
+++

{{%children style="h2" description="true"%}}
{{%children style="h2" description="false"%}}


28 changes: 14 additions & 14 deletions docs/DATA606.ics
Expand Up @@ -14,7 +14,7 @@ METHOD:PUBLISH
BEGIN:VEVENT
DTSTART:20200129T203000
DTEND:20200129T213000
DTSTAMP:20200125T113319
DTSTAMP:20200125T113703
UID:2020-01-29 20:30:002020-01-29 21:30:00
LOCATION:GoToMeeting
SUMMARY:Intro to Data
Expand All @@ -23,7 +23,7 @@ END:VEVENT
BEGIN:VEVENT
DTSTART:20200205T203000
DTEND:20200205T213000
DTSTAMP:20200125T113319
DTSTAMP:20200125T113703
UID:2020-02-05 20:30:002020-02-05 21:30:00
LOCATION:GoToMeeting
SUMMARY:Summarizing Data
Expand All @@ -32,7 +32,7 @@ END:VEVENT
BEGIN:VEVENT
DTSTART:20200212T203000
DTEND:20200212T213000
DTSTAMP:20200125T113319
DTSTAMP:20200125T113703
UID:2020-02-12 20:30:002020-02-12 21:30:00
LOCATION:GoToMeeting
SUMMARY:Probability
Expand All @@ -41,7 +41,7 @@ END:VEVENT
BEGIN:VEVENT
DTSTART:20200219T203000
DTEND:20200219T213000
DTSTAMP:20200125T113319
DTSTAMP:20200125T113703
UID:2020-02-19 20:30:002020-02-19 21:30:00
LOCATION:GoToMeeting
SUMMARY:Distributions Part I
Expand All @@ -50,7 +50,7 @@ END:VEVENT
BEGIN:VEVENT
DTSTART:20200226T203000
DTEND:20200226T213000
DTSTAMP:20200125T113319
DTSTAMP:20200125T113703
UID:2020-02-26 20:30:002020-02-26 21:30:00
LOCATION:GoToMeeting
SUMMARY:Distributions Part II
Expand All @@ -59,7 +59,7 @@ END:VEVENT
BEGIN:VEVENT
DTSTART:20200304T203000
DTEND:20200304T213000
DTSTAMP:20200125T113319
DTSTAMP:20200125T113703
UID:2020-03-04 20:30:002020-03-04 21:30:00
LOCATION:GoToMeeting
SUMMARY:Foundation for Inference
Expand All @@ -68,7 +68,7 @@ END:VEVENT
BEGIN:VEVENT
DTSTART:20200311T203000
DTEND:20200311T213000
DTSTAMP:20200125T113319
DTSTAMP:20200125T113703
UID:2020-03-11 20:30:002020-03-11 21:30:00
LOCATION:GoToMeeting
SUMMARY:Inference for Categorical Data
Expand All @@ -77,7 +77,7 @@ END:VEVENT
BEGIN:VEVENT
DTSTART:20200318T203000
DTEND:20200318T213000
DTSTAMP:20200125T113319
DTSTAMP:20200125T113703
UID:2020-03-18 20:30:002020-03-18 21:30:00
LOCATION:GoToMeeting
SUMMARY:Inference for Numerical Data
Expand All @@ -86,7 +86,7 @@ END:VEVENT
BEGIN:VEVENT
DTSTART:20200325T203000
DTEND:20200325T213000
DTSTAMP:20200125T113319
DTSTAMP:20200125T113703
UID:2020-03-25 20:30:002020-03-25 21:30:00
LOCATION:GoToMeeting
SUMMARY:Linear Regression
Expand All @@ -95,7 +95,7 @@ END:VEVENT
BEGIN:VEVENT
DTSTART:20200401T203000
DTEND:20200401T213000
DTSTAMP:20200125T113319
DTSTAMP:20200125T113703
UID:2020-04-01 20:30:002020-04-01 21:30:00
LOCATION:GoToMeeting
SUMMARY:Linear Regression
Expand All @@ -104,7 +104,7 @@ END:VEVENT
BEGIN:VEVENT
DTSTART:20200422T203000
DTEND:20200422T213000
DTSTAMP:20200125T113319
DTSTAMP:20200125T113703
UID:2020-04-22 20:30:002020-04-22 21:30:00
LOCATION:GoToMeeting
SUMMARY:Multiple Regression
Expand All @@ -113,7 +113,7 @@ END:VEVENT
BEGIN:VEVENT
DTSTART:20200429T203000
DTEND:20200429T213000
DTSTAMP:20200125T113319
DTSTAMP:20200125T113703
UID:2020-04-29 20:30:002020-04-29 21:30:00
LOCATION:GoToMeeting
SUMMARY:Logistic Regression
Expand All @@ -122,7 +122,7 @@ END:VEVENT
BEGIN:VEVENT
DTSTART:20200506T203000
DTEND:20200506T213000
DTSTAMP:20200125T113319
DTSTAMP:20200125T113703
UID:2020-05-06 20:30:002020-05-06 21:30:00
LOCATION:GoToMeeting
SUMMARY:Intro to Bayesian Analysis
Expand All @@ -131,7 +131,7 @@ END:VEVENT
BEGIN:VEVENT
DTSTART:20200513T203000
DTEND:20200513T213000
DTSTAMP:20200125T113319
DTSTAMP:20200125T113703
UID:2020-05-13 20:30:002020-05-13 21:30:00
LOCATION:GoToMeeting
SUMMARY:Wrap-Up
Expand Down
35 changes: 0 additions & 35 deletions docs/assignments/homework/index.html
Expand Up @@ -158,41 +158,6 @@
<i class="fa fa-angle-down fa-lg category-icon"></i><i class="fa fa-circle-thin read-icon"></i>
</div>
<ul>
<li data-nav-id="/assignments/presentation/" class="dd-item">
<div>
<a href="/assignments/presentation/">
Presentation
</a><i class="fa fa-circle-thin read-icon"></i>
</div>
</li>
<li data-nav-id="/assignments/homework/" class="dd-item active">
<div>
<a href="/assignments/homework/">
Homework
</a><i class="fa fa-circle-thin read-icon"></i>
</div>
</li>
<li data-nav-id="/assignments/labs/" class="dd-item">
<div>
<a href="/assignments/labs/">
Labs
</a><i class="fa fa-circle-thin read-icon"></i>
</div>
</li>
<li data-nav-id="/assignments/project/" class="dd-item">
<div>
<a href="/assignments/project/">
Project
</a><i class="fa fa-circle-thin read-icon"></i>
</div>
</li>
<li data-nav-id="/assignments/final/" class="dd-item">
<div>
<a href="/assignments/final/">
Final Exam
</a><i class="fa fa-circle-thin read-icon"></i>
</div>
</li>
</ul>
</li>
<li data-nav-id="/chapters/" class="dd-item haschildren
Expand Down

0 comments on commit 334d23c

Please sign in to comment.