<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>CDS-101: Introduction to Computational and Data Sciences</title><link href="http://fall18.cds101.com/" rel="alternate"></link><link href="http://fall18.cds101.com/feeds/all.atom.xml" rel="self"></link><id>http://fall18.cds101.com/</id><updated>2018-12-14T23:59:00-05:00</updated><entry><title>Final Project</title><link href="http://fall18.cds101.com/assignments/final-project/" rel="alternate"></link><published>2018-12-14T23:59:00-05:00</published><updated>2018-12-14T23:59:00-05:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-12-14:/assignments/final-project/</id><summary type="html">For the final project, you will be assigned into groups and conduct an exploratory data analysis of the &lt;span class="caps"&gt;U.S.&lt;/span&gt; Department of Education&amp;#8217;s &lt;emph&gt;College Scorecard&lt;/emph&gt;&amp;nbsp;dataset.</summary><content type="html">&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://classroom.github.com/g/TaUGm09u"&gt;&lt;i class="fab fa-github-alt" data-fa-transform="grow-8"&gt;&lt;/i&gt;  Github Classroom repo for &lt;strong&gt;Final&amp;nbsp;Project&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;&lt;strong&gt;Due&amp;nbsp;Dates&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;List of project questions: December 7, 2018 @&amp;nbsp;11:59pm&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Final Project Report: December 14, 2018 @&amp;nbsp;11:59pm&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="instructions"&gt;Instructions&lt;/h2&gt;
&lt;p&gt;For the final project, you will be assigned into groups that will conduct an exploratory data analysis using the skills you’ve developed over the semester and write a report. Each group will motivate their exploration by formulating interesting questions that can be answered with the dataset, which are then answered by computing summary statistics as well as wrangling the data into a form that allows you to visualize it. The key words are &lt;strong&gt;summary statistics&lt;/strong&gt; and &lt;strong&gt;visualize&lt;/strong&gt;; the answer to each question must involve the presentation and discussion of visual and quantitative information. If desired, groups may also bring in additional data to strengthen the analysis, but please note that any additional data must be documented, which includes describing how you obtained it and how you’ve integrated it with the main dataset to further your&amp;nbsp;analysis.&lt;/p&gt;
&lt;h2 id="the-dataset"&gt;The&amp;nbsp;Dataset&lt;/h2&gt;
&lt;p&gt;All groups will be working with the &lt;a href="https://collegescorecard.ed.gov"&gt;College Scorecard&lt;/a&gt; dataset started by The Obama Administration in September 2015. The dataset is included in the starter repository for your group and it is loaded by default (the variable name is &lt;span class="monospace"&gt;college&lt;/span&gt;) in the setup block of the R Markdown file where you write your group report. The source link for the dataset is found here: &lt;a href="https://collegescorecard.ed.gov/data/" class="uri"&gt;https://collegescorecard.ed.gov/data/&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The data code-book, &lt;strong&gt;which tells you what the columns mean&lt;/strong&gt;, is available at &lt;a href="https://collegescorecard.ed.gov/assets/CollegeScorecardDataDictionary.xlsx" class="uri"&gt;https://collegescorecard.ed.gov/assets/CollegeScorecardDataDictionary.xlsx&lt;/a&gt;. You will have to look through the code-book to understand the meaning of the variables, and this should be your starting point before you start running an analysis on the&amp;nbsp;dataset.&lt;/p&gt;
&lt;p&gt;For further information about the dataset, consult the documentation pages at &lt;a href="https://collegescorecard.ed.gov/data/documentation/" class="uri"&gt;https://collegescorecard.ed.gov/data/documentation/&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;This is a large dataset that that contains millions of individual cells.&lt;/strong&gt; &lt;strong&gt;As such, there is no one right way to approach this project.&lt;/strong&gt; &lt;strong&gt;There are many different avenues that you can take, so have fun with&amp;nbsp;it!&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="grade"&gt;Grade&lt;/h2&gt;
&lt;p&gt;Grades for the final project will be based on the correctness and readability of your R code, how well your report is written (the report should be structured, coherent, and follow the standard rules of spelling and grammar), and how well the exploratory questions are answered. You will be graded as an individual even though this is a group project, meaning that any group members that are judged to have not sufficiently contributed to the final product will have their grade&amp;nbsp;penalized.&lt;/p&gt;
&lt;p&gt;As stated in the &lt;a href="/syllabus.html#breakdown"&gt;class syllabus&lt;/a&gt;, this project is worth 25% of your class&amp;nbsp;grade.&lt;/p&gt;
&lt;h2 id="the-report"&gt;The&amp;nbsp;report&lt;/h2&gt;
&lt;p&gt;The group report is built around interesting questions you can ask of the dataset. &lt;strong&gt;Each group member will construct and answer 1 question about the dataset&lt;/strong&gt;. So, for example, a group of four members will have 4 questions in total. These questions must be decided upon first before you begin putting your report&amp;nbsp;together.&lt;/p&gt;
&lt;p&gt;The report is to have two sections, &lt;strong&gt;Preprocessing the dataset&lt;/strong&gt; and &lt;strong&gt;Exploratory data analysis&lt;/strong&gt;. &lt;strong&gt;Preprocessing the dataset&lt;/strong&gt; is where you the group will work together to organize and prepare into a common format that everyone will start from when answering his or her question. &lt;strong&gt;Exploratory data analysis&lt;/strong&gt; is where you specify and then answer each&amp;nbsp;question.&lt;/p&gt;
&lt;p&gt;The subsections below give more detail about what is expected from your questions and what to put in the&amp;nbsp;report.&lt;/p&gt;
&lt;h3 id="choosing-your-questions"&gt;Choosing your&amp;nbsp;questions&lt;/h3&gt;
&lt;p&gt;There are some restrictions on what I will consider a valid question for this final project. Here is a short list of criteria that your question must&amp;nbsp;meet:&lt;/p&gt;
&lt;ol type="1"&gt;
&lt;li&gt;&lt;p&gt;Your question cannot be a simple lookup query, like “how many students go to this&amp;nbsp;school?”&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The question must be about comparing relationships and trends between two or more variables in the dataset, either by comparing two or more columns or by comparing well-defined groups of values within a single&amp;nbsp;column.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Answering the question must involve creating one or more visualizations and the calculation of one or more summary&amp;nbsp;statistics.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Answering the question must require data aggregation (&lt;span class="monospace"&gt;group_by&lt;/span&gt;/&lt;span class="monospace"&gt;summarize&lt;/span&gt;) or identifying a trend between 2 or more&amp;nbsp;variables.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Your group will submit a preliminary list of questions by the end of the day on December 7 on Blackboard for my review and comment.&lt;/strong&gt; For each question, you should provide the&amp;nbsp;following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;The question itself written as a complete&amp;nbsp;sentence.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;A list of the columns you plan to use to answer the&amp;nbsp;question.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;A one or two sentence explanation for why you think it’s a worthwhile question to&amp;nbsp;ask.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I reserve the right to adjust or veto any questions that do not meet the outlined criteria or that cannot be appropriately justified. &lt;strong&gt;Submitting these on time to Blackboard will be counted as part of your final project&amp;nbsp;grade.&lt;/strong&gt;&lt;/p&gt;
&lt;h3 id="preprocessing-the-dataset-section"&gt;Preprocessing the dataset&amp;nbsp;section&lt;/h3&gt;
&lt;p&gt;This dataset is structured and mostly clean, but there is still some &lt;em&gt;data preprocessing&lt;/em&gt; that needs to be done before you can begin analysis. At a minimum, there are three clear tasks to complete and document in this first section of the R Markdown file before you continue on to the &lt;strong&gt;Exploratory data analysis&lt;/strong&gt;&amp;nbsp;section:&lt;/p&gt;
&lt;ol type="1"&gt;
&lt;li&gt;&lt;p&gt;After your group has decided on the questions you will answer, figure out which columns in the dataset your group needs to answer the questions. Then, extract those columns using &lt;code&gt;select&lt;/code&gt; and save the reduced dataset to another variable, for example &lt;span class="monospace"&gt;college_reduced&lt;/span&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The column names are shortened abbreviations, and should be made more human-readable using the &lt;code&gt;rename&lt;/code&gt; function. Use the data code-book, &lt;a href="https://collegescorecard.ed.gov/assets/CollegeScorecardDataDictionary.xlsx" class="uri"&gt;https://collegescorecard.ed.gov/assets/CollegeScorecardDataDictionary.xlsx&lt;/a&gt;, to help you figure out what the abbreviations&amp;nbsp;mean.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Categorical variables that are not easy to understand, for example the integer categories under the &lt;span class="monospace"&gt;&lt;span class="caps"&gt;REGION&lt;/span&gt;&lt;/span&gt; column, should be relabeled using the &lt;code&gt;recode&lt;/code&gt; function.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Additional preprocessing steps may be necessary, depending on the questions your group is trying to answer. Regardless of what you do, these steps should be documented in the usual way, where code blocks are accompanied with written&amp;nbsp;explanations.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Each question in the Exploratory data analysis section must be answered starting from the preprocessed dataset you end up with at the end of this&amp;nbsp;section!&lt;/strong&gt;&lt;/p&gt;
&lt;h3 id="exploratory-data-analysis-section"&gt;Exploratory data analysis&amp;nbsp;section&lt;/h3&gt;
&lt;p&gt;This section is where each group member is responsible for answering his or her respective question about the dataset. Each question should be clearly stated and each answer should &lt;strong&gt;start from the preprocessed dataset obtained in the previous section&lt;/strong&gt;. The procedure for obtaining the answer needs to be documented in the form of both code blocks and plain text. Calculated summary statistics and visualizations &lt;strong&gt;need to be discussed and interpreted for the reader&lt;/strong&gt;. For example, if you present a distribution, discuss it’s shape, center, and spread, which you should relate to the computed summary statistics. If you present a scatter plot, what is the trend of the points? After analyzing the various outputs, synthesize it and provide a formal answer to your stated&amp;nbsp;question.&lt;/p&gt;
&lt;p&gt;Here is a quick checklist to apply to each question and&amp;nbsp;answer:&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;i class="far fa-square" data=fa=transform="grow-8"&gt;&lt;/i&gt;  Is the question clearly&amp;nbsp;stated?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;i class="far fa-square" data=fa=transform="grow-8"&gt;&lt;/i&gt;  Does the code used to find the answer contain at least one &lt;span class="monospace"&gt;dplyr&lt;/span&gt;-based data transformation, one calculation of a summary statistic, and one &lt;span class="monospace"&gt;ggplot2&lt;/span&gt; data&amp;nbsp;visualization?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;i class="far fa-square" data=fa=transform="grow-8"&gt;&lt;/i&gt;  Are the results obtained from the code properly explained and interpreted for the&amp;nbsp;reader?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;i class="far fa-square" data=fa=transform="grow-8"&gt;&lt;/i&gt;  Is a final answer clearly given for the&amp;nbsp;question?&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h3 id="how-to-edit-and-merge-each-group-members-content-into-the-final-report"&gt;How to edit and merge each group member’s content into the final&amp;nbsp;report&lt;/h3&gt;
&lt;p&gt;Like in the group submissions for the homework assignments, collaboration on the GitHub repository will work best if you create your own versions of the &lt;span class="monospace"&gt;final_project.Rmd&lt;/span&gt; file where you make a copy and rename it to include your last name. For example, if your last name is Smith, then you should make a file copy and rename it to &lt;span class="monospace"&gt;final_project_smith.Rmd&lt;/span&gt;. Eventually, the group will need to merge in everyone’s answers into the &lt;span class="monospace"&gt;final_project.Rmd&lt;/span&gt; document. The following checklist may help with&amp;nbsp;this:&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;i class="far fa-square" data=fa=transform="grow-8"&gt;&lt;/i&gt;  Select an editor to be in charge of merging everyone’s answers into the final document &lt;span class="monospace"&gt;final_project.Rmd&lt;/span&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;i class="far fa-square" data=fa=transform="grow-8"&gt;&lt;/i&gt;  The editor should ensure that everyone has committed and pushed their answers to GitHub so they can copy and paste in each&amp;nbsp;contribution.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;i class="far fa-square" data=fa=transform="grow-8"&gt;&lt;/i&gt;  The editor needs to make sure that the final submission reads like a coherent document and that the writing style and code style are uniform across all the answers. In other words, it should read like a single person answered all the questions, not a group of four&amp;nbsp;people.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;i class="far fa-square" data=fa=transform="grow-8"&gt;&lt;/i&gt;  The editor will be in charge of of committing and pushing the final R Markdown file to GitHub, knitting to &lt;span class="caps"&gt;PDF&lt;/span&gt;, and uploading the &lt;span class="caps"&gt;PDF&lt;/span&gt; file on&amp;nbsp;Blackboard.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h2 id="additional-guidelines"&gt;Additional&amp;nbsp;guidelines&lt;/h2&gt;
&lt;p&gt;The following are additional guidelines for your Final Project&amp;nbsp;submission:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Your group’s final project will only be graded if a &lt;span class="caps"&gt;PDF&lt;/span&gt; of your final report is submitted on Blackboard and the final versions of the group’s R Markdown files are pushed to&amp;nbsp;GitHub.&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The final R Markdown report file in the group’s GitHub repository must knit to the &lt;span class="caps"&gt;PDF&lt;/span&gt; format without&amp;nbsp;error.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You must use the &lt;span class="monospace"&gt;tidyverse&lt;/span&gt; functions in your work, I should not see any “base R” functions used (&lt;code&gt;subset&lt;/code&gt;, for example) that were not shown in the lecture slides or the&amp;nbsp;textbook.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Each group member must contribute substantive commits to the group repository on Github that reflect his/her own&amp;nbsp;work.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The report represents your group’s final results and should only contain the methods used to obtain them. &lt;strong&gt;Do not include questions in the report that you cannot&amp;nbsp;answer.&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Your R code should be clean and readable, which includes what it looks like after knitting. &lt;strong&gt;Code blocks should not run off the side of the page when knitted to &lt;span class="caps"&gt;PDF&lt;/span&gt;!&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;The report’s tone should be professional and should not read like a social media feed or personal blog&lt;/strong&gt;. Refrain from editorializing about the project as a whole or about a specific question, as this is not an opinion paper. Do not speculate, instead support your claims and explanations using data and analysis. Avoid self-narration or writing about how you felt or what you were thinking as you complete each question, instead write as if you are constructing a step-by-step tutorial for others to&amp;nbsp;use.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Late submissions for the final project will not be accepted, no&amp;nbsp;exceptions.&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="how-to-submit"&gt;How to&amp;nbsp;submit&lt;/h2&gt;
&lt;p&gt;When you are ready to submit, be sure that everyone in your group has committed and pushed their R Markdown files to Github. The editor should do the following in RStudio&amp;nbsp;Server:&lt;/p&gt;
&lt;ol type="1"&gt;
&lt;li&gt;&lt;p&gt;If it is not loaded already, open the RStudio project for the group homework&amp;nbsp;assignment.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click on the &lt;strong&gt;Git&lt;/strong&gt; tab in the upper-right window, then click &lt;em&gt;“Pull”&lt;/em&gt; to make sure you have the latest version of all the&amp;nbsp;files.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Press &lt;kbd&gt;Ctrl&lt;/kbd&gt;+&lt;kbd&gt;Shift&lt;/kbd&gt;+&lt;kbd&gt;B&lt;/kbd&gt; to knit the final submission to the &lt;span class="caps"&gt;PDF&lt;/span&gt;&amp;nbsp;format.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Download the &lt;span class="caps"&gt;PDF&lt;/span&gt; file to your&amp;nbsp;computer.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;On Blackboard, find the &lt;strong&gt;Final Project&lt;/strong&gt; submission link for your group. Submit the &lt;span class="caps"&gt;PDF&lt;/span&gt; for your group to lock in your submission&amp;nbsp;time.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The editor should confirm that the files for their group’s repository webpage on GitHub are fully up-to-date, and that if I were to knit the &lt;span class="caps"&gt;PDF&lt;/span&gt; file myself, it should be identical to what is uploaded to&amp;nbsp;Blackboard.&lt;/p&gt;
</content><category term="final"></category></entry><entry><title>Week 16</title><link href="http://fall18.cds101.com/materials/week-16-materials/" rel="alternate"></link><published>2018-12-10T08:00:00-05:00</published><updated>2018-12-10T08:00:00-05:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-12-10:/materials/week-16-materials/</id><summary type="html">&lt;p&gt;&lt;span class="h3"&gt;Final&amp;nbsp;Project&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/final-project/"&gt;&lt;i class="fas fa-pencil-alt" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Final Project Report&lt;/span&gt;&lt;/a&gt; (Due:&amp;nbsp;Dec-14)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</summary><content type="html">&lt;p&gt;&lt;span class="h3"&gt;Final&amp;nbsp;Project&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/final-project/"&gt;&lt;i class="fas fa-pencil-alt" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Final Project Report&lt;/span&gt;&lt;/a&gt; (Due:&amp;nbsp;Dec-14)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</content><category term="class notes"></category></entry><entry><title>Week 15</title><link href="http://fall18.cds101.com/assignments/week-15-readings/" rel="alternate"></link><published>2018-12-09T23:59:00-05:00</published><updated>2018-12-09T23:59:00-05:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-12-09:/assignments/week-15-readings/</id><summary type="html">&lt;p&gt;&lt;span class="h3"&gt;&lt;a href="http://r4ds.had.co.nz"&gt;R for Data&amp;nbsp;Science&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Chapter 23: Model&amp;nbsp;basics&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Section 23.4 – Formulas and model families: &lt;a href="http://r4ds.had.co.nz/model-basics.html#formulas-and-model-families" class="uri"&gt;http://r4ds.had.co.nz/model-basics.html#formulas-and-model-families&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Section 23.5 – Missing values: &lt;a href="https://r4ds.had.co.nz/model-basics.html#missing-values-5" class="uri"&gt;https://r4ds.had.co.nz/model-basics.html#missing-values-5&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Section 23.6 – Other model families: &lt;a href="https://r4ds.had.co.nz/model-basics.html#other-model-families" class="uri"&gt;https://r4ds.had.co.nz/model-basics.html#other-model-families …&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;</summary><content type="html">&lt;p&gt;&lt;span class="h3"&gt;&lt;a href="http://r4ds.had.co.nz"&gt;R for Data&amp;nbsp;Science&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Chapter 23: Model&amp;nbsp;basics&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Section 23.4 – Formulas and model families: &lt;a href="http://r4ds.had.co.nz/model-basics.html#formulas-and-model-families" class="uri"&gt;http://r4ds.had.co.nz/model-basics.html#formulas-and-model-families&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Section 23.5 – Missing values: &lt;a href="https://r4ds.had.co.nz/model-basics.html#missing-values-5" class="uri"&gt;https://r4ds.had.co.nz/model-basics.html#missing-values-5&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Section 23.6 – Other model families: &lt;a href="https://r4ds.had.co.nz/model-basics.html#other-model-families" class="uri"&gt;https://r4ds.had.co.nz/model-basics.html#other-model-families&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
</content><category term="reading"></category></entry><entry><title>Week 15</title><link href="http://fall18.cds101.com/materials/week-15-materials/" rel="alternate"></link><published>2018-12-03T08:00:00-05:00</published><updated>2018-12-03T08:00:00-05:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-12-03:/materials/week-15-materials/</id><summary type="html">&lt;p&gt;&lt;span class="h3"&gt;Final&amp;nbsp;Project&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/final-project/"&gt;&lt;i class="fas fa-pencil-alt" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Final Project Report&lt;/span&gt;&lt;/a&gt; (Due:&amp;nbsp;Dec-14)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</summary><content type="html">&lt;p&gt;&lt;span class="h3"&gt;Final&amp;nbsp;Project&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/final-project/"&gt;&lt;i class="fas fa-pencil-alt" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Final Project Report&lt;/span&gt;&lt;/a&gt; (Due:&amp;nbsp;Dec-14)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</content><category term="class notes"></category></entry><entry><title>Week 14</title><link href="http://fall18.cds101.com/assignments/week-14-readings/" rel="alternate"></link><published>2018-12-02T23:59:00-05:00</published><updated>2018-12-02T23:59:00-05:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-12-02:/assignments/week-14-readings/</id><summary type="html">&lt;p&gt;&lt;span class="h3"&gt;&lt;a href="/doc/Diez_Barr_%C3%87etinkaya-Rundel_IntroductoryStatisticsWithRandomizationAndSimulation.pdf"&gt;Introductory Statistics with Randomization and&amp;nbsp;Simulation&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="/doc/Diez_Barr_%C3%87etinkaya-Rundel_IntroductoryStatisticsWithRandomizationAndSimulation.pdf"&gt;Click here&lt;/a&gt; to download the&amp;nbsp;textbook.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Chapter 5: Introduction to linear&amp;nbsp;regression&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;From the beginning through to the end of section&amp;nbsp;5.1.4&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Section&amp;nbsp;5.4.1&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span class="h3"&gt;&lt;a href="http://r4ds.had.co.nz"&gt;R for Data&amp;nbsp;Science&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Chapter 22: Introduction to Model&amp;nbsp;section&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Full chapter (short): &lt;a href="http://r4ds.had.co.nz/model-intro.html" class="uri"&gt;http://r4ds.had …&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;</summary><content type="html">&lt;p&gt;&lt;span class="h3"&gt;&lt;a href="/doc/Diez_Barr_%C3%87etinkaya-Rundel_IntroductoryStatisticsWithRandomizationAndSimulation.pdf"&gt;Introductory Statistics with Randomization and&amp;nbsp;Simulation&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="/doc/Diez_Barr_%C3%87etinkaya-Rundel_IntroductoryStatisticsWithRandomizationAndSimulation.pdf"&gt;Click here&lt;/a&gt; to download the&amp;nbsp;textbook.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Chapter 5: Introduction to linear&amp;nbsp;regression&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;From the beginning through to the end of section&amp;nbsp;5.1.4&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Section&amp;nbsp;5.4.1&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span class="h3"&gt;&lt;a href="http://r4ds.had.co.nz"&gt;R for Data&amp;nbsp;Science&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Chapter 22: Introduction to Model&amp;nbsp;section&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Full chapter (short): &lt;a href="http://r4ds.had.co.nz/model-intro.html" class="uri"&gt;http://r4ds.had.co.nz/model-intro.html&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Chapter 23: Model&amp;nbsp;basics&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Section 23.1 – Introduction: &lt;a href="https://r4ds.had.co.nz/model-basics.html" class="uri"&gt;https://r4ds.had.co.nz/model-basics.html&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Section 23.2 – A simple model: &lt;a href="https://r4ds.had.co.nz/model-basics.html#a-simple-model" class="uri"&gt;https://r4ds.had.co.nz/model-basics.html#a-simple-model&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Section 23.3 – Visualizing models: &lt;a href="https://r4ds.had.co.nz/model-basics.html#visualising-models" class="uri"&gt;https://r4ds.had.co.nz/model-basics.html#visualising-models&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
</content><category term="reading"></category></entry><entry><title>Homework 3</title><link href="http://fall18.cds101.com/assignments/homework-3/" rel="alternate"></link><published>2018-11-27T23:59:00-05:00</published><updated>2018-11-27T23:59:00-05:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-11-27:/assignments/homework-3/</id><summary type="html">For your third homework assignment, you will use statistical inference to answer a question about the National Survey of Family Growth, Cycle 6 dataset published by the National Center for Health&amp;nbsp;Statistics.</summary><content type="html">&lt;p&gt;&lt;span class="h3"&gt;&lt;strong&gt;Submissions due:&lt;/strong&gt; November 27, 2018 @&amp;nbsp;11:59pm&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://classroom.github.com/a/QMRyOIeV"&gt;&lt;i class="fab fa-github-alt" data-fa-transform="grow-8"&gt;&lt;/i&gt;  Github Classroom repo for &lt;strong&gt;Homework&amp;nbsp;3&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h2 id="instructions"&gt;Instructions&lt;/h2&gt;
&lt;div class="callout secondary"&gt;
&lt;p&gt;&lt;span class="h4"&gt;&lt;span class="caps"&gt;IMPORTANT&lt;/span&gt;! &lt;span class="caps"&gt;DO&lt;/span&gt; &lt;span class="caps"&gt;THIS&lt;/span&gt; &lt;span class="caps"&gt;FIRST&lt;/span&gt;!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;You &lt;strong&gt;must&lt;/strong&gt; have the most up-to-date version of &lt;span class="monospace"&gt;infer&lt;/span&gt; installed on RStudio Server, otherwise the functions &lt;code&gt;shade_p_value()&lt;/code&gt; and &lt;code&gt;shade_confidence_interval()&lt;/code&gt; &lt;strong&gt;will not work.&lt;/strong&gt; To get the most up-to-date version of &lt;span class="monospace"&gt;infer&lt;/span&gt;, run the following code in the &lt;em&gt;Console&lt;/em&gt; window of RStudio&amp;nbsp;Server:&lt;/p&gt;
&lt;pre class="r"&gt;&lt;code&gt;remotes::install_github(&amp;quot;tidymodels/infer&amp;quot;, ref = &amp;quot;develop&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href="https://classroom.github.com/a/QMRyOIeV"&gt;Obtain the Github repository you will use to complete homework 3&lt;/a&gt;, which contains a starter RMarkdown file named &lt;span class="monospace"&gt;homework_3.Rmd&lt;/span&gt;, which you will use to do your work and write-up when completing the questions below. Be sure to save, commit, and push (upload) frequently to Github so that you have incremental snapshots of your work. When you’re done, follow the &lt;a href="#how-to-submit"&gt;&lt;strong&gt;How to submit&lt;/strong&gt; section&lt;/a&gt; below to setup a Pull Request, which will be used for&amp;nbsp;feedback.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Remember that the point of us using RMarkdown documents is to combine code and writeups! Each block of R code should have some sort of explanation or justification using full&amp;nbsp;sentences.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Your grade will take into account your code, your explanations, and whether your document looks nice when “knitted” to &lt;span class="caps"&gt;PDF&lt;/span&gt;&lt;/strong&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="about-the-dataset"&gt;About the&amp;nbsp;dataset&lt;/h2&gt;
&lt;p&gt;This homework uses the &lt;em&gt;National Survey of Family Growth, Cycle 6&lt;/em&gt; dataset in the file &lt;span class="monospace"&gt;2002FemPreg.rds&lt;/span&gt;, published by the National Center for Health Statistics. Complete descriptions of all the variables can be found in the &lt;a href="http://www.icpsr.umich.edu/nsfg6/Controller?displayPage=codeBook&amp;amp;fileCode=PREG&amp;amp;section=&amp;amp;subSec="&gt;&lt;span class="caps"&gt;NSFG&lt;/span&gt; Cycle 6: Female Pregnancy File Codebook&lt;/a&gt;. Below are selected descriptions of variables that will be used for this homework&amp;nbsp;assignment:&lt;/p&gt;
&lt;table&gt;
&lt;colgroup&gt;
&lt;col style="width: 21%" /&gt;
&lt;col style="width: 78%" /&gt;
&lt;/colgroup&gt;
&lt;thead&gt;
&lt;tr class="header"&gt;
&lt;th style="text-align: left;"&gt;Variable&lt;/th&gt;
&lt;th style="text-align: left;"&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: left;"&gt;&lt;span class="monospace"&gt;caseid&lt;/span&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;integer &lt;span class="caps"&gt;ID&lt;/span&gt; of the respondent&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="even"&gt;
&lt;td style="text-align: left;"&gt;&lt;span class="monospace"&gt;prglngth&lt;/span&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;integer duration of the pregnancy in weeks&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: left;"&gt;&lt;span class="monospace"&gt;outcome&lt;/span&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;integer code for the outcome of the pregnancy, with a 1 indicating a live birth&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="even"&gt;
&lt;td style="text-align: left;"&gt;&lt;span class="monospace"&gt;birthord&lt;/span&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;serial number for live births; the code for a respondent’s first child is 1, and so on. For outcomes other than live birth, this field is blank&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="questions"&gt;Questions&lt;/h2&gt;
&lt;p&gt;This homework assignment revolves around answering the following question using this&amp;nbsp;dataset:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Do first born children either arrive early or late when compared with&amp;nbsp;non-first-borns?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The questions in this assignment will guide you through the process of answering this question using statistical&amp;nbsp;inference.&lt;/p&gt;
&lt;ol class="example" type="1"&gt;
&lt;li&gt;&lt;p&gt;Addressing the question &lt;em&gt;“do first born children either arrive early or late when compared with non-first-borns?”&lt;/em&gt; means that we should only consider live births in the dataset. Filter the dataset so that it only contains outcomes with live births and assign this result to the variable &lt;code&gt;live_births&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Next, we need to label all births in &lt;code&gt;live_births&lt;/code&gt; as either “first” or “other” so that we can easily find the children that are first borns and the ones that are not. There are a couple of different ways that you can label the&amp;nbsp;births:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Split the dataset into two parts, a &lt;code&gt;first_births&lt;/code&gt; dataset and an &lt;code&gt;other_births&lt;/code&gt; dataset. Do this by applying a filter to extract the first births, then use &lt;code&gt;mutate()&lt;/code&gt; to create a new column called &lt;code&gt;birth_order&lt;/code&gt; that labels these rows as “first”. Then repeat this process, except apply a filter to extract all other births and label those as “other” in &lt;code&gt;birth_order&lt;/code&gt;. To recombine the datasets into one, use &lt;code&gt;bind_rows()&lt;/code&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Use &lt;code&gt;if_else()&lt;/code&gt; with &lt;code&gt;mutate()&lt;/code&gt; to create the &lt;code&gt;birth_order&lt;/code&gt; column and the “first” and “other” labels. You can also try using &lt;code&gt;case_when()&lt;/code&gt; instead of &lt;code&gt;if_else()&lt;/code&gt; to accomplish this. If you do it this way, you won’t need to use &lt;code&gt;bind_rows()&lt;/code&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;After labeling the births, remove the extraneous variables from the data frame leaving just the &lt;code&gt;prglngth&lt;/code&gt; and &lt;code&gt;birth_order&lt;/code&gt; columns. Assign the resulting data frame to a variable named &lt;code&gt;pregnancy_length&lt;/code&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Take the &lt;code&gt;pregnancy_length&lt;/code&gt; dataset and plot a probability mass function (&lt;span class="caps"&gt;PMF&lt;/span&gt;) histogram of the pregnancy length in weeks that shows “first” births and “other” births on the same plot. Choose a reasonable binwidth for the histogram and add &lt;code&gt;coord_cartesian(xlim = combine(27, 46))&lt;/code&gt; to your plot so that the window focuses where most of the data is. &lt;strong&gt;After creating the plot, describe the shape, center, and spread of the two distributions&lt;/strong&gt;. Based on the visualization, do you think the data looks like it supports the statement that “first born children either arrive early or arrive late when compared with&amp;nbsp;non-first-borns”?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Group the variable &lt;code&gt;prglngth&lt;/code&gt; into “first” and “other” births and compute the summary statistics (mean, median, standard deviation, inter-quartile range, minimum, maximum) for each group. How do the different summary statistics compare between the two distributions? Does it look like there may be a notable difference between the two distributions?&amp;nbsp;Explain.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Plot the cumulative distribution functions (CDFs) of the pregnancy lengths for “first” and “other” births. The &lt;span class="caps"&gt;CDF&lt;/span&gt; for both distributions should be on the same figure so that we can directly compare them (&lt;strong&gt;hint:&lt;/strong&gt; they should be two different colors and partially transparent). How do the distributions compare? Does it look like there is there a meaningful difference between the two&amp;nbsp;distributions?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;If we want to determine whether or not the difference between two distributions is statistically significant, we need to run a hypothesis test. Formalize your analysis by writing down the null hypothesis for the question of whether first babies arrive early or arrive late when compared with non-first-borns. It should be clear from how you write your null hypothesis whether you’re conducting a &lt;strong&gt;one-sided&lt;/strong&gt; or &lt;strong&gt;two-sided&lt;/strong&gt; hypothesis test. You should also restate what the &lt;strong&gt;observed value&lt;/strong&gt; is (this will be a number you compute using the data in &lt;code&gt;prglngth&lt;/code&gt;) that you will be comparing against the null&amp;nbsp;distribution.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Use a simulation to generate the null distribution so that you can perform the hypothesis test. Do this using the functions provided in the &lt;code&gt;infer&lt;/code&gt; package, &lt;code&gt;specify()&lt;/code&gt;, &lt;code&gt;hypothesize()&lt;/code&gt;, &lt;code&gt;generate()&lt;/code&gt;, and &lt;code&gt;calculate()&lt;/code&gt;. To collect enough statistics, you should set the simulation to repeat 10,000&amp;nbsp;times.&lt;/p&gt;
&lt;p&gt;Once you’ve obtained the null distribution, get the &lt;em&gt;p&lt;/em&gt;-value for your hypothesis test using &lt;code&gt;get_pvalue()&lt;/code&gt;. Assuming a significance level of &lt;span class="math inline"&gt;\(\alpha = 0.05\)&lt;/span&gt;, state whether we can we reject the null&amp;nbsp;hypothesis.&lt;/p&gt;
&lt;p&gt;Finally, visualize the simulated null distribution using &lt;code&gt;visualize()&lt;/code&gt; and the meaning of the &lt;em&gt;p&lt;/em&gt;-value using &lt;code&gt;shade_p_value()&lt;/code&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Use a bootstrap simulation to calculate the 95% confidence interval for your &lt;strong&gt;observed value&lt;/strong&gt;. Do this using the following functions from the &lt;code&gt;infer&lt;/code&gt; package, &lt;code&gt;specify()&lt;/code&gt;, `&lt;code&gt;generate()&lt;/code&gt;, and &lt;code&gt;calculate()&lt;/code&gt;. To collect enough statistics, you should set the bootstrap simulation to repeat 10,000&amp;nbsp;times.&lt;/p&gt;
&lt;p&gt;Once you’ve obtained the bootstrap distribution, use &lt;code&gt;get_confidence_interval()&lt;/code&gt; to find the upper and lower bounds of the 95% confidence interval. Does the value corresponding to the null result fall within the range of the 95% confidence&amp;nbsp;interval?&lt;/p&gt;
&lt;p&gt;Finally, visualize the bootstrap distribution using &lt;code&gt;visualize()&lt;/code&gt; and show the 95% confidence interval using &lt;code&gt;shade_confidence_interval()&lt;/code&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;In addition to hypothesis tests and confidence intervals, we should also consider the &lt;strong&gt;effect size&lt;/strong&gt;, which measures the relative difference between two distributions. The effect size helps us better know how important a given result actually is, not just whether or not we can reject the null hypothesis. One measure of the effect size is called &lt;a href="https://en.wikipedia.org/wiki/Effect_size#Cohen.27s_d"&gt;Cohen’s &lt;em&gt;d&lt;/em&gt;&lt;/a&gt; (&lt;a href="https://en.wikipedia.org/wiki/Effect_size#Cohen.27s_d" class="uri"&gt;https://en.wikipedia.org/wiki/Effect_size#Cohen.27s_d&lt;/a&gt;), which we will use to compute the effect size between the pregnancy lengths for “first” and “other” births. The different ranges of &lt;em&gt;d&lt;/em&gt; can be interpreted using the following&amp;nbsp;table:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr class="header"&gt;
&lt;th style="text-align: left;"&gt;Effect size&lt;/th&gt;
&lt;th style="text-align: left;"&gt;d&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: left;"&gt;Very small&lt;/td&gt;
&lt;td style="text-align: left;"&gt;0.01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="even"&gt;
&lt;td style="text-align: left;"&gt;Small&lt;/td&gt;
&lt;td style="text-align: left;"&gt;0.20&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: left;"&gt;Medium&lt;/td&gt;
&lt;td style="text-align: left;"&gt;0.50&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="even"&gt;
&lt;td style="text-align: left;"&gt;Large&lt;/td&gt;
&lt;td style="text-align: left;"&gt;0.80&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: left;"&gt;Very large&lt;/td&gt;
&lt;td style="text-align: left;"&gt;1.20&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="even"&gt;
&lt;td style="text-align: left;"&gt;Huge&lt;/td&gt;
&lt;td style="text-align: left;"&gt;2.00&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;The following set of functions should also be preloaded for you: &lt;code&gt;cohens_d_bootstrap()&lt;/code&gt;, &lt;code&gt;bootstrap_report()&lt;/code&gt;, and &lt;code&gt;plot_ci()&lt;/code&gt;. These functions will use bootstrap simulations to compute the confidence interval for the Cohen’s &lt;em&gt;d&lt;/em&gt; parameter. Run the bootstrap simulation as follows (you can just copy and paste this&amp;nbsp;code):&lt;/p&gt;
&lt;pre class="r"&gt;&lt;code&gt;cohens_d_bootstrap(data = pregnancy_length, model = prglngth ~ birth_order)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Be sure to assign the results to a variable&lt;/strong&gt;, for example &lt;code&gt;bootstrap_results&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;To print a report for the bootstrap simulation,&amp;nbsp;run:&lt;/p&gt;
&lt;pre class="r"&gt;&lt;code&gt;bootstrap_report(bootstrap_results)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;To visualize the bootstrap distribution and confidence interval,&amp;nbsp;run:&lt;/p&gt;
&lt;pre class="r"&gt;&lt;code&gt;plot_ci(bootstrap_results)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Using the provided table, report how large the effect size is for the difference in pregnancy lengths for “first” and “other”&amp;nbsp;births.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="how-to-submit"&gt;How to&amp;nbsp;submit&lt;/h2&gt;
&lt;p&gt;When you are ready to submit, be sure to save, commit, and push your final result so that everything is synchronized to GitHub. Then, knit your R Markdown document to &lt;span class="caps"&gt;PDF&lt;/span&gt;, export (download) the file from RStudio Server, and upload it to the Homework 3 posting on&amp;nbsp;Blackboard.&lt;/p&gt;
&lt;p&gt;You are to also open a Pull Request on GitHub so that comments can be directly left on your R Markdown source files. After uploading to Blackboard, navigate to &lt;strong&gt;your copy&lt;/strong&gt; of the [GitHub repository][github-classroom] you used for this assignment. You should see your repository, along with the updated files that you synchronized to GitHub. Do the&amp;nbsp;following:&lt;/p&gt;
&lt;ol type="1"&gt;
&lt;li&gt;&lt;p&gt;Click the &lt;em&gt;Pull Requests&lt;/em&gt; tab near the top of the&amp;nbsp;page.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click the green button that says “New pull&amp;nbsp;request”.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click the dropdown menu button labeled “base:”, and select the option &lt;code&gt;grading&lt;/code&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Confirm that the dropdown menu button labeled “compare:” is set to &lt;code&gt;master&lt;/code&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click the green button that says “Create pull&amp;nbsp;request”.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Give the &lt;em&gt;pull request&lt;/em&gt; the following title: &lt;span class="monospace"&gt;Submission: Homework 3, FirstName LastName&lt;/span&gt;, replacing &lt;span class="monospace"&gt;FirstName&lt;/span&gt; and &lt;span class="monospace"&gt;LastName&lt;/span&gt; with your actual first and last&amp;nbsp;name.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;In the messagebox, write: &lt;span class="monospace"&gt;My homework submission is ready for grading @jkglasbrenner&lt;/span&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click “Create pull request” to lock in your&amp;nbsp;submission.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="cheatsheets"&gt;Cheatsheets&lt;/h2&gt;
&lt;p&gt;You are encouraged to review and keep the following cheatsheets handy while working on this&amp;nbsp;assignment:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/rstudio-IDE-cheatsheet.pdf"&gt;RStudio&amp;nbsp;cheatsheet&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/rmarkdown-cheatsheet.pdf"&gt;RMarkdown&amp;nbsp;cheatsheet&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/rmarkdown-reference.pdf"&gt;RMarkdown&amp;nbsp;reference&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/ggplot2-cheatsheet.pdf"&gt;&lt;span class="monospace"&gt;ggplot2&lt;/span&gt;&amp;nbsp;cheatsheet&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/data-transformation-cheatsheet.pdf"&gt;Data transformation&amp;nbsp;cheatsheet&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/data-import-cheatsheet.pdf"&gt;Data import&amp;nbsp;cheatsheet&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
</content><category term="homework"></category></entry><entry><title>Week 14</title><link href="http://fall18.cds101.com/materials/week-14-materials/" rel="alternate"></link><published>2018-11-26T08:00:00-05:00</published><updated>2018-11-26T08:00:00-05:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-11-26:/materials/week-14-materials/</id><summary type="html">&lt;p&gt;&lt;span class="h2"&gt;Inference and&amp;nbsp;simulation&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="h3"&gt;Homework&amp;nbsp;assignment&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/homework-3/"&gt;&lt;i class="fas fa-pencil-alt" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Homework 3&lt;/span&gt;&lt;/a&gt; (Due:&amp;nbsp;Nov-30)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Readings&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/week-14-readings/"&gt;&lt;i class="fa fa-book" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Week 14 readings&lt;/span&gt;&lt;/a&gt; (Due:&amp;nbsp;Dec-02)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</summary><content type="html">&lt;p&gt;&lt;span class="h2"&gt;Inference and&amp;nbsp;simulation&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="h3"&gt;Homework&amp;nbsp;assignment&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/homework-3/"&gt;&lt;i class="fas fa-pencil-alt" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Homework 3&lt;/span&gt;&lt;/a&gt; (Due:&amp;nbsp;Nov-30)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Readings&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/week-14-readings/"&gt;&lt;i class="fa fa-book" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Week 14 readings&lt;/span&gt;&lt;/a&gt; (Due:&amp;nbsp;Dec-02)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</content><category term="class notes"></category></entry><entry><title>Week 13</title><link href="http://fall18.cds101.com/assignments/week-13-readings/" rel="alternate"></link><published>2018-11-25T23:59:00-05:00</published><updated>2018-11-25T23:59:00-05:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-11-25:/assignments/week-13-readings/</id><summary type="html">&lt;p&gt;&lt;span class="h3"&gt;&lt;a href="/doc/Diez_Barr_%C3%87etinkaya-Rundel_IntroductoryStatisticsWithRandomizationAndSimulation.pdf"&gt;Introductory Statistics with Randomization and&amp;nbsp;Simulation&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="/doc/Diez_Barr_%C3%87etinkaya-Rundel_IntroductoryStatisticsWithRandomizationAndSimulation.pdf"&gt;Click here&lt;/a&gt; to download the&amp;nbsp;textbook.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Chapter 2: Foundation for&amp;nbsp;inference&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;From section 2.4 through to the end of section&amp;nbsp;2.5&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Chapter 4: Inference for numerical&amp;nbsp;data&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Section 4.5, skipping subsection&amp;nbsp;4.5.3&lt;/li&gt;
&lt;/ul&gt;
</summary><content type="html">&lt;p&gt;&lt;span class="h3"&gt;&lt;a href="/doc/Diez_Barr_%C3%87etinkaya-Rundel_IntroductoryStatisticsWithRandomizationAndSimulation.pdf"&gt;Introductory Statistics with Randomization and&amp;nbsp;Simulation&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="/doc/Diez_Barr_%C3%87etinkaya-Rundel_IntroductoryStatisticsWithRandomizationAndSimulation.pdf"&gt;Click here&lt;/a&gt; to download the&amp;nbsp;textbook.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Chapter 2: Foundation for&amp;nbsp;inference&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;From section 2.4 through to the end of section&amp;nbsp;2.5&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Chapter 4: Inference for numerical&amp;nbsp;data&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Section 4.5, skipping subsection&amp;nbsp;4.5.3&lt;/li&gt;
&lt;/ul&gt;
</content><category term="reading"></category></entry><entry><title>Week 13</title><link href="http://fall18.cds101.com/materials/week-13-materials/" rel="alternate"></link><published>2018-11-19T08:00:00-05:00</published><updated>2018-11-19T08:00:00-05:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-11-19:/materials/week-13-materials/</id><summary type="html">&lt;p&gt;&lt;span class="h2"&gt;Inference and&amp;nbsp;simulation&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="h3"&gt;Homework&amp;nbsp;assignment&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/homework-3/"&gt;&lt;i class="fas fa-pencil-alt" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Homework 3&lt;/span&gt;&lt;/a&gt; (Due:&amp;nbsp;Nov-30)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Readings&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/week-13-readings/"&gt;&lt;i class="fa fa-book" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Week 13 readings&lt;/span&gt;&lt;/a&gt; (Due:&amp;nbsp;Nov-25)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</summary><content type="html">&lt;p&gt;&lt;span class="h2"&gt;Inference and&amp;nbsp;simulation&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="h3"&gt;Homework&amp;nbsp;assignment&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/homework-3/"&gt;&lt;i class="fas fa-pencil-alt" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Homework 3&lt;/span&gt;&lt;/a&gt; (Due:&amp;nbsp;Nov-30)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Readings&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/week-13-readings/"&gt;&lt;i class="fa fa-book" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Week 13 readings&lt;/span&gt;&lt;/a&gt; (Due:&amp;nbsp;Nov-25)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</content><category term="class notes"></category></entry><entry><title>Week 12</title><link href="http://fall18.cds101.com/assignments/week-12-readings/" rel="alternate"></link><published>2018-11-18T23:59:00-05:00</published><updated>2018-11-18T23:59:00-05:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-11-18:/assignments/week-12-readings/</id><summary type="html">&lt;p&gt;&lt;span class="h3"&gt;&lt;a href="/doc/Diez_Barr_%C3%87etinkaya-Rundel_IntroductoryStatisticsWithRandomizationAndSimulation.pdf"&gt;Introductory Statistics with Randomization and&amp;nbsp;Simulation&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="/doc/Diez_Barr_%C3%87etinkaya-Rundel_IntroductoryStatisticsWithRandomizationAndSimulation.pdf"&gt;Click here&lt;/a&gt; to download the&amp;nbsp;textbook.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Chapter 2: Foundation for&amp;nbsp;inference&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;From the beginning up to the end of section&amp;nbsp;2.3&lt;/li&gt;
&lt;/ul&gt;
</summary><content type="html">&lt;p&gt;&lt;span class="h3"&gt;&lt;a href="/doc/Diez_Barr_%C3%87etinkaya-Rundel_IntroductoryStatisticsWithRandomizationAndSimulation.pdf"&gt;Introductory Statistics with Randomization and&amp;nbsp;Simulation&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="/doc/Diez_Barr_%C3%87etinkaya-Rundel_IntroductoryStatisticsWithRandomizationAndSimulation.pdf"&gt;Click here&lt;/a&gt; to download the&amp;nbsp;textbook.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Chapter 2: Foundation for&amp;nbsp;inference&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;From the beginning up to the end of section&amp;nbsp;2.3&lt;/li&gt;
&lt;/ul&gt;
</content><category term="reading"></category></entry><entry><title>Week 12</title><link href="http://fall18.cds101.com/materials/week-12-materials/" rel="alternate"></link><published>2018-11-12T08:00:00-05:00</published><updated>2018-11-12T08:00:00-05:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-11-12:/materials/week-12-materials/</id><summary type="html">&lt;p&gt;&lt;span class="h2"&gt;Inference and&amp;nbsp;simulation&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="h3"&gt;Homework&amp;nbsp;assignment&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/homework-3/"&gt;&lt;i class="fas fa-pencil-alt" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Homework 3&lt;/span&gt;&lt;/a&gt; (Due:&amp;nbsp;Nov-27)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Readings&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/week-12-readings/"&gt;&lt;i class="fa fa-book" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Week 12 readings&lt;/span&gt;&lt;/a&gt; (Due:&amp;nbsp;Nov-18)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Slides&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/week12_inference_and_simulation_01_gender_discrimination_case_study.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;01 - Gender discrimination case&amp;nbsp;study&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/week12_inference_and_simulation_02_simulating_the_gender_discrimination_experiment_in_r.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;02 - Simulating the gender discrimination experiment in&amp;nbsp;R&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/week12_inference_and_simulation_03_one-sided_hypothesis_tests_using_infer.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;03 - One-sided hypothesis tests using&amp;nbsp;infer&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/doc/week12_inference_and_simulation_04_two-sided_hypothesis_tests_using_infer.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;04 - Two-sided hypothesis tests using&amp;nbsp;infer&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</summary><content type="html">&lt;p&gt;&lt;span class="h2"&gt;Inference and&amp;nbsp;simulation&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="h3"&gt;Homework&amp;nbsp;assignment&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/homework-3/"&gt;&lt;i class="fas fa-pencil-alt" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Homework 3&lt;/span&gt;&lt;/a&gt; (Due:&amp;nbsp;Nov-27)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Readings&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/week-12-readings/"&gt;&lt;i class="fa fa-book" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Week 12 readings&lt;/span&gt;&lt;/a&gt; (Due:&amp;nbsp;Nov-18)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Slides&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/week12_inference_and_simulation_01_gender_discrimination_case_study.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;01 - Gender discrimination case&amp;nbsp;study&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/week12_inference_and_simulation_02_simulating_the_gender_discrimination_experiment_in_r.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;02 - Simulating the gender discrimination experiment in&amp;nbsp;R&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/week12_inference_and_simulation_03_one-sided_hypothesis_tests_using_infer.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;03 - One-sided hypothesis tests using&amp;nbsp;infer&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/doc/week12_inference_and_simulation_04_two-sided_hypothesis_tests_using_infer.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;04 - Two-sided hypothesis tests using&amp;nbsp;infer&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</content><category term="class notes"></category></entry><entry><title>Week 11</title><link href="http://fall18.cds101.com/assignments/week-11-readings/" rel="alternate"></link><published>2018-11-11T23:59:00-05:00</published><updated>2018-11-11T23:59:00-05:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-11-11:/assignments/week-11-readings/</id><summary type="html">&lt;p&gt;&lt;span class="h3"&gt;&lt;a href="http://book.cds101.com"&gt;Introduction to computational and data sciences supplemental&amp;nbsp;book&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Chapter 4: Representing&amp;nbsp;distributions&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Introduction: &lt;a href="http://book.cds101.com/representing-distributions.html" class="uri"&gt;http://book.cds101.com/representing-distributions.html&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Section 4.1 – Probability mass functions: &lt;a href="http://book.cds101.com/probability-mass-functions.html" class="uri"&gt;http://book.cds101.com/probability-mass-functions.html&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Section 4.2 – Cumulative distribution functions: &lt;a href="http://book.cds101.com/cumulative-distribution-functions.html" class="uri"&gt;http://book.cds101.com/cumulative-distribution-functions.html&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span class="h3"&gt;&lt;a href="http://r4ds.had.co.nz"&gt;R for Data&amp;nbsp;Science&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Chapter 7: Exploratory …&lt;/strong&gt;&lt;/p&gt;</summary><content type="html">&lt;p&gt;&lt;span class="h3"&gt;&lt;a href="http://book.cds101.com"&gt;Introduction to computational and data sciences supplemental&amp;nbsp;book&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Chapter 4: Representing&amp;nbsp;distributions&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Introduction: &lt;a href="http://book.cds101.com/representing-distributions.html" class="uri"&gt;http://book.cds101.com/representing-distributions.html&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Section 4.1 – Probability mass functions: &lt;a href="http://book.cds101.com/probability-mass-functions.html" class="uri"&gt;http://book.cds101.com/probability-mass-functions.html&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Section 4.2 – Cumulative distribution functions: &lt;a href="http://book.cds101.com/cumulative-distribution-functions.html" class="uri"&gt;http://book.cds101.com/cumulative-distribution-functions.html&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span class="h3"&gt;&lt;a href="http://r4ds.had.co.nz"&gt;R for Data&amp;nbsp;Science&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Chapter 7: Exploratory data&amp;nbsp;analysis&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Full chapter: &lt;a href="http://r4ds.had.co.nz/exploratory-data-analysis.html" class="uri"&gt;http://r4ds.had.co.nz/exploratory-data-analysis.html&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</content><category term="reading"></category></entry><entry><title>Homework 2 (Group)</title><link href="http://fall18.cds101.com/assignments/homework-2-group/" rel="alternate"></link><published>2018-11-09T23:59:00-05:00</published><updated>2018-11-09T23:59:00-05:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-11-09:/assignments/homework-2-group/</id><summary type="html">Collaborate with your assigned group members to turn your individual submissions for Homework 2 into a data exploration&amp;nbsp;report.</summary><content type="html">&lt;p&gt;&lt;span class="h3"&gt;&lt;strong&gt;Group submissions due:&lt;/strong&gt; November 9, 2018 @&amp;nbsp;11:59pm&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://classroom.github.com/g/urOXDDJe"&gt;&lt;i class="fab fa-github-alt" data-fa-transform="grow-8"&gt;&lt;/i&gt;  Github Classroom repo for &lt;strong&gt;Homework 2&amp;nbsp;(Group)&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h2 id="instructions"&gt;Instructions&lt;/h2&gt;
&lt;p&gt;The Homework 2 questions and instructions from last time are available here: &lt;a href="http://fall18.cds101.com/assignments/homework-2/" class="uri"&gt;http://fall18.cds101.com/assignments/homework-2/&lt;/a&gt;&lt;/p&gt;
&lt;h3 id="overview"&gt;Overview&lt;/h3&gt;
&lt;p&gt;Your primary task is to use the R Markdown file &lt;span class="monospace"&gt;homework_2_group.Rmd&lt;/span&gt; to write up your group’s answers to the homework assignment. Grades for the group submissions will, in addition to correctness, be based on document formatting, visualization quality, writing quality, and code style. &lt;strong&gt;This means that your group submission is to be written in the style of a exploratory data report,&amp;nbsp;meaning:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Each exercise must be written up using full sentences such that it is clear what question is being&amp;nbsp;answered.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;There needs to be plain text above each code block explaining what you are doing, and the code blocks should be&amp;nbsp;organized.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The R Markdown file &lt;strong&gt;must&lt;/strong&gt; knit without error and generate a &lt;span class="caps"&gt;PDF&lt;/span&gt; file, and the final &lt;span class="caps"&gt;PDF&lt;/span&gt; output must look nice, clean, and be easy to&amp;nbsp;read.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="participation"&gt;Participation&lt;/h3&gt;
&lt;p&gt;Credit for group participation will be determined using the following&amp;nbsp;sources:&lt;/p&gt;
&lt;ol type="1"&gt;
&lt;li&gt;&lt;p&gt;A &lt;span class="monospace"&gt;&lt;span class="caps"&gt;CONTRIBUTIONS&lt;/span&gt;.md&lt;/span&gt; file distributed with your group&amp;nbsp;repository&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Commit history on&amp;nbsp;GitHub&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Discussion history in your group’s private Slack&amp;nbsp;channel&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Each group will need to fill out the &lt;span class="monospace"&gt;&lt;span class="caps"&gt;CONTRIBUTIONS&lt;/span&gt;.md&lt;/span&gt; file as part of their submission.&lt;/strong&gt; This file is where where each group member lists what he or she contributed to the final submission. Read the section &lt;strong&gt;&lt;a href="#fill-out-the-contributions.md-file"&gt;Fill out the &lt;span class="monospace"&gt;&lt;span class="caps"&gt;CONTRIBUTIONS&lt;/span&gt;.md&lt;/span&gt; file&lt;/a&gt;&lt;/strong&gt; for more details on how this&amp;nbsp;works.&lt;/p&gt;
&lt;h4 id="google-docs"&gt;Google&amp;nbsp;Docs&lt;/h4&gt;
&lt;p&gt;If your group used an external document to coordinate and organize your work, such as a Google Doc, then that can also count as evidence of participation, &lt;strong&gt;provided there is a visible writing history and I can identify which student is responsible for each edit.&lt;/strong&gt; This will require you to share the relevant file with the email address &lt;span class="monospace"&gt;&lt;a href="mailto:jglasbr2@gmu.edu"&gt;jglasbr2@gmu.edu&lt;/a&gt;&lt;/span&gt; and give me full privileges on the document so that I can review the document’s editing history. Please note that anonymous edits to Google Docs documents cannot be used as participation evidence, because I have no way to verify the account responsible for the added content. Also, for similar reasons, offline documents traded back and forth via email cannot be accepted as evidence of&amp;nbsp;participation.&lt;/p&gt;
&lt;h3 id="how-to-answer-the-questions-as-a-group"&gt;How to answer the questions as a&amp;nbsp;group&lt;/h3&gt;
&lt;p&gt;The following is a checklist you may follow to help you get started with answering the questions as a&amp;nbsp;group:&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;i class="far fa-square" data=fa=transform="grow-8"&gt;&lt;/i&gt;  Share and discuss your individual submissions for Homework 2 with your assigned group and come to a consensus about the correct answer for each&amp;nbsp;question.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;i class="far fa-square" data=fa=transform="grow-8"&gt;&lt;/i&gt;  As a group, decide who will be responsible for writing the answer to each&amp;nbsp;question.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;i class="far fa-square" data=fa=transform="grow-8"&gt;&lt;/i&gt;  &lt;strong&gt;(Important)&lt;/strong&gt; Before you start, make a copy of &lt;span class="monospace"&gt;homework_2_group.Rmd&lt;/span&gt; and &lt;strong&gt;rename the copied file&lt;/strong&gt; to include your last name. For example, if your last name is Smith, then your file copy should be renamed to &lt;span class="monospace"&gt;homework_2_group_smith.Rmd&lt;/span&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;i class="far fa-square" data=fa=transform="grow-8"&gt;&lt;/i&gt;  Commit and push your copied file to GitHub. If you need a refresher on how to interact with GitHub, watch the linked video below:&lt;br&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/wP6xGaTdfVc" width="640" height="480" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;&lt;/li&gt;
&lt;li&gt;&lt;i class="far fa-square" data=fa=transform="grow-8"&gt;&lt;/i&gt;  Place your write-ups for your questions in your file. Again, if my last name was Smith, and I agreed to write-up the answers to questions 4, 5, and 6, then I would open up &lt;span class="monospace"&gt;homework_2_group_smith.Rmd&lt;/span&gt; and put my answers there. When I’m done, I would save my file, then commit and push my work to&amp;nbsp;GitHub.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h3 id="how-to-edit-and-merge-your-answers-into-the-group-submission"&gt;How to edit and merge your answers into the group&amp;nbsp;submission&lt;/h3&gt;
&lt;p&gt;While you will be writing your answers in separate files, eventually the group will need to merge in everyone’s answers into the &lt;span class="monospace"&gt;homework_2_group.Rmd&lt;/span&gt; document. The following checklist may help with&amp;nbsp;this:&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;i class="far fa-square" data=fa=transform="grow-8"&gt;&lt;/i&gt;  Select an editor to be in charge of merging everyone’s answers into the final document &lt;span class="monospace"&gt;homework_2_group.Rmd&lt;/span&gt;. Because the editor needs to take care of extra work to prepare the document for submission, it is reasonable if he or she does not contribute write-ups for as many of the questions as the rest of the group (for example, if everyone else answers three questions, the editor may only answer&amp;nbsp;two).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;i class="far fa-square" data=fa=transform="grow-8"&gt;&lt;/i&gt;  The editor should ensure that everyone has committed and pushed their answers to GitHub so they can copy and paste in each&amp;nbsp;contribution.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;i class="far fa-square" data=fa=transform="grow-8"&gt;&lt;/i&gt;  The editor needs to make sure that the final submission reads like a coherent document and that the writing style and code style are uniform across all the answers. In other words, it should read like a single person answered all the questions, not a group of four&amp;nbsp;people.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;i class="far fa-square" data=fa=transform="grow-8"&gt;&lt;/i&gt;  The editor will be in charge of of committing and pushing the final R Markdown file to GitHub, knitting to &lt;span class="caps"&gt;PDF&lt;/span&gt;, and uploading the &lt;span class="caps"&gt;PDF&lt;/span&gt; file on&amp;nbsp;Blackboard.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h3 id="fill-out-the-contributions.md-file"&gt;Fill out the &lt;span class="monospace"&gt;&lt;span class="caps"&gt;CONTRIBUTIONS&lt;/span&gt;.md&lt;/span&gt;&amp;nbsp;file&lt;/h3&gt;
&lt;p&gt;After everything is written up and ready for submission, the last thing the group will need to do is fill out the &lt;span class="monospace"&gt;&lt;span class="caps"&gt;CONTRIBUTIONS&lt;/span&gt;.md&lt;/span&gt; file. By default, the file looks like&amp;nbsp;this:&lt;/p&gt;
&lt;pre class="markdown"&gt;&lt;code&gt;# Contributions to group submission

## Editor: FirstName LastName Member 1

*   Questions answered:

## FirstName LastName Member 2

*   Questions answered:

## FirstName LastName Member 3

*   Questions answered:

## FirstName LastName Member 4

*   Questions answered:
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;At a minimum, you must remove the &lt;span class="monospace"&gt;FirstName LastName Member&lt;/span&gt; entries in the template and fill in the names of the people in your group, indicate which group member served as the editor, and state which questions were written up by each&amp;nbsp;member.&lt;/p&gt;
&lt;p&gt;Additional information beyond this &lt;strong&gt;should&lt;/strong&gt; be supplied, such as indicating when a group member helped another group member edit an answer or gave helpful comments in a Slack discussion. For example, one group member’s contribution list may read as&amp;nbsp;follows:&lt;/p&gt;
&lt;pre class="markdown"&gt;&lt;code&gt;## Jane Smith

*   Questions answered: 4, 5, 6
*   Helped with editing on answers 8 and 9
*   Collaborated with group member Jack Williams on answering question 10
*   Pointed out spelling errors and suggested fixes to the document layout in the merged group document&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="working-with-a-github-repository-as-a-group"&gt;Working with a GitHub repository as a&amp;nbsp;group&lt;/h2&gt;
&lt;p&gt;You will likely encounter some issues while working in a group-based GitHub repository. In particular, you might find that when you click &lt;em&gt;“Push”&lt;/em&gt; in the &lt;strong&gt;Git&lt;/strong&gt; tab of RStudio, that it doesn’t seem to work and instead you get an annoying error message! This will happen when another member of your group has uploaded work before you did. While this can be irritating to deal with, this is actually a good thing, as it is GitHub’s way of protecting your files from accidential overwrites and&amp;nbsp;deletions.&lt;/p&gt;
&lt;p&gt;So what should you do to keep things running smoothly? First, &lt;strong&gt;always&lt;/strong&gt; work in your own file, never in another person’s file. If you are not the editor, then you should not edit &lt;span class="monospace"&gt;homework_2_group.Rmd&lt;/span&gt; either! Also, do not remove or rename any files that are not your own. Finally, when you are getting ready to work, following the procedure below should help keep the error messages to a&amp;nbsp;minimum:&lt;/p&gt;
&lt;ol type="1"&gt;
&lt;li&gt;&lt;p&gt;When you start working, you should begin by going to the &lt;strong&gt;Git&lt;/strong&gt; tab and clicking &lt;em&gt;“Pull”&lt;/em&gt; (notice this is not the same as &lt;em&gt;“Push”&lt;/em&gt;). This will synchronize any new changes that your group may have made into your&amp;nbsp;files.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Work on your file as normal. When you have completed your work, save your&amp;nbsp;file.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Now we want to commit. &lt;strong&gt;But first&lt;/strong&gt;, go to the &lt;strong&gt;Git&lt;/strong&gt; tab and click &lt;em&gt;“Pull”&lt;/em&gt; one more time to check for any other changes. Then, still in the &lt;strong&gt;Git&lt;/strong&gt; tab, click the checkmark next to your updated file, type a message in the messagebox, and click the &lt;strong&gt;Commit&lt;/strong&gt;&amp;nbsp;button.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;If the updated file is no longer in the list of files in the &lt;strong&gt;Git&lt;/strong&gt; tab, then your commit was&amp;nbsp;successful.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click &lt;em&gt;“Push”&lt;/em&gt; to upload your changed&amp;nbsp;file.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="if-the-above-advice-doesnt-work"&gt;If the above advice doesn’t&amp;nbsp;work…&lt;/h3&gt;
&lt;p&gt;If, even after following the advice below, you still encounter error messages when Pulling from and Pushing to GitHub, please post about it in your group’s private Slack channel. Be sure to tag me using &lt;span class="monospace"&gt;@Dr. Glasbrenner&lt;/span&gt;.&lt;/p&gt;
&lt;h2 id="how-to-submit"&gt;How to&amp;nbsp;submit&lt;/h2&gt;
&lt;p&gt;When you are ready to submit, be sure that everyone in your group has committed and pushed their R Markdown files to Github. The editor should do the following in RStudio&amp;nbsp;Server:&lt;/p&gt;
&lt;ol type="1"&gt;
&lt;li&gt;&lt;p&gt;If it is not loaded already, open the RStudio project for the group homework&amp;nbsp;assignment.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click on the &lt;strong&gt;Git&lt;/strong&gt; tab in the upper-right window, then click &lt;em&gt;“Pull”&lt;/em&gt; to make sure you have the latest version of all the&amp;nbsp;files.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Press &lt;kbd&gt;Ctrl&lt;/kbd&gt;+&lt;kbd&gt;Shift&lt;/kbd&gt;+&lt;kbd&gt;B&lt;/kbd&gt; to knit the final submission to the &lt;span class="caps"&gt;PDF&lt;/span&gt;&amp;nbsp;format.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Download the &lt;span class="caps"&gt;PDF&lt;/span&gt; file to your&amp;nbsp;computer.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;On Blackboard, find the &lt;strong&gt;Homework 2 (Group)&lt;/strong&gt; submission link for your group. Submit the &lt;span class="caps"&gt;PDF&lt;/span&gt; for your group to lock in your submission&amp;nbsp;time.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The editor should confirm that the files for their group’s repository webpage on GitHub are fully up-to-date, and that if I were to knit the &lt;span class="caps"&gt;PDF&lt;/span&gt; file myself, it should be identical to what is uploaded to&amp;nbsp;Blackboard.&lt;/p&gt;
&lt;div class="callout secondary"&gt;
&lt;p&gt;&lt;strong&gt;For the group submissions, you do not need to open up a Pull Request on&amp;nbsp;GitHub.&lt;/strong&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;h2 id="cheatsheets"&gt;Cheatsheets&lt;/h2&gt;
&lt;p&gt;You are encouraged to review and keep the following cheatsheets handy while working on this&amp;nbsp;assignment:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/rstudio-IDE-cheatsheet.pdf"&gt;RStudio&amp;nbsp;cheatsheet&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/rmarkdown-cheatsheet.pdf"&gt;RMarkdown&amp;nbsp;cheatsheet&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/rmarkdown-reference.pdf"&gt;RMarkdown&amp;nbsp;reference&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/ggplot2-cheatsheet.pdf"&gt;&lt;span class="monospace"&gt;ggplot2&lt;/span&gt;&amp;nbsp;cheatsheet&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/data-transformation-cheatsheet.pdf"&gt;Data transformation&amp;nbsp;cheatsheet&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/data-import-cheatsheet.pdf"&gt;Data import&amp;nbsp;cheatsheet&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
</content><category term="homework"></category></entry><entry><title>DataCamp exercises (Week 10)</title><link href="http://fall18.cds101.com/assignments/datacamp-exercises-week-10/" rel="alternate"></link><published>2018-11-05T23:59:00-05:00</published><updated>2018-11-05T23:59:00-05:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-11-05:/assignments/datacamp-exercises-week-10/</id><summary type="html">&lt;h2 id="instructions"&gt;Instructions&lt;/h2&gt;
&lt;p&gt;On &lt;a href="https://datacamp.com"&gt;Datacamp&lt;/a&gt;, watch the tutorial videos and complete the interactive coding challenges from the following lessons, which will let you practice and supplement this week’s&amp;nbsp;content.&lt;/p&gt;
&lt;div class="callout secondary"&gt;
&lt;p&gt;&lt;span class="h3"&gt;Important!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Your progress through these lessons is being tracked and completing them counts towards the &lt;em&gt;Module exercises&lt;/em&gt; category of your&amp;nbsp;grade.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span class="h4"&gt;From …&lt;/span&gt;&lt;/p&gt;</summary><content type="html">&lt;h2 id="instructions"&gt;Instructions&lt;/h2&gt;
&lt;p&gt;On &lt;a href="https://datacamp.com"&gt;Datacamp&lt;/a&gt;, watch the tutorial videos and complete the interactive coding challenges from the following lessons, which will let you practice and supplement this week’s&amp;nbsp;content.&lt;/p&gt;
&lt;div class="callout secondary"&gt;
&lt;p&gt;&lt;span class="h3"&gt;Important!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Your progress through these lessons is being tracked and completing them counts towards the &lt;em&gt;Module exercises&lt;/em&gt; category of your&amp;nbsp;grade.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span class="h4"&gt;From &lt;em&gt;Working with data in the Tidyverse&lt;/em&gt; (Due:&amp;nbsp;Nov-05)&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Tidy your&amp;nbsp;data&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Transform your&amp;nbsp;data&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
</content><category term="module-exercise"></category></entry><entry><title>Week 11</title><link href="http://fall18.cds101.com/materials/week-11-materials/" rel="alternate"></link><published>2018-11-05T08:00:00-05:00</published><updated>2018-11-05T08:00:00-05:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-11-05:/materials/week-11-materials/</id><summary type="html">&lt;p&gt;&lt;span class="h2"&gt;Data&amp;nbsp;distributions&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="h3"&gt;Homework&amp;nbsp;assignment&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/homework-2-group/"&gt;&lt;i class="fas fa-pencil-alt" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Homework 2 (Group)&lt;/span&gt;&lt;/a&gt; (Due:&amp;nbsp;Nov-09)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Readings&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/week-11-readings/"&gt;&lt;i class="fa fa-book" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Week 11 readings&lt;/span&gt;&lt;/a&gt; (Due:&amp;nbsp;Nov-11)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Videos&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;(Due:&amp;nbsp;Nov-11)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Data distributions - 01 - Quantifying data&amp;nbsp;distributions&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/BL5Bt-nI22k" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;strong&gt;Data distributions - 02 - Quantifying data distributions in&amp;nbsp;R&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/tvUw91TrWO4" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;strong&gt;Data distributions - 03 - Probability mass&amp;nbsp;functions&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/xbLim5imqe4" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;strong&gt;Data distributions - 04 - Cumulative distribution&amp;nbsp;functions&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/WC3YL8Npujw" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;span class="h3"&gt;Slides&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/week11_data_distributions_01_quantifying_data_distributions.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;01 - Quantifying data&amp;nbsp;distributions&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/week11_data_distributions_02_quantifying_data_distributions_in_r.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;02 …&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</summary><content type="html">&lt;p&gt;&lt;span class="h2"&gt;Data&amp;nbsp;distributions&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="h3"&gt;Homework&amp;nbsp;assignment&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/homework-2-group/"&gt;&lt;i class="fas fa-pencil-alt" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Homework 2 (Group)&lt;/span&gt;&lt;/a&gt; (Due:&amp;nbsp;Nov-09)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Readings&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/week-11-readings/"&gt;&lt;i class="fa fa-book" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Week 11 readings&lt;/span&gt;&lt;/a&gt; (Due:&amp;nbsp;Nov-11)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Videos&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;(Due:&amp;nbsp;Nov-11)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Data distributions - 01 - Quantifying data&amp;nbsp;distributions&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/BL5Bt-nI22k" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;strong&gt;Data distributions - 02 - Quantifying data distributions in&amp;nbsp;R&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/tvUw91TrWO4" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;strong&gt;Data distributions - 03 - Probability mass&amp;nbsp;functions&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/xbLim5imqe4" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;strong&gt;Data distributions - 04 - Cumulative distribution&amp;nbsp;functions&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/WC3YL8Npujw" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;span class="h3"&gt;Slides&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/week11_data_distributions_01_quantifying_data_distributions.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;01 - Quantifying data&amp;nbsp;distributions&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/week11_data_distributions_02_quantifying_data_distributions_in_r.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;02 - Quantifying data distributions in&amp;nbsp;R&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/week11_data_distributions_03_probability_mass_functions.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;03 - Probability mass&amp;nbsp;functions&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/doc/week11_data_distributions_04_cumulative_distribution_functions.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;04 - Cumulative distribution&amp;nbsp;functions&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</content><category term="class notes"></category></entry><entry><title>DataCamp exercises (Week 9)</title><link href="http://fall18.cds101.com/assignments/datacamp-exercises-week-9/" rel="alternate"></link><published>2018-10-29T23:59:00-04:00</published><updated>2018-10-29T23:59:00-04:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-10-29:/assignments/datacamp-exercises-week-9/</id><summary type="html">&lt;h2 id="instructions"&gt;Instructions&lt;/h2&gt;
&lt;p&gt;On &lt;a href="https://datacamp.com"&gt;Datacamp&lt;/a&gt;, watch the tutorial videos and complete the interactive coding challenges from the following lessons, which will let you practice and supplement this week’s&amp;nbsp;content.&lt;/p&gt;
&lt;div class="callout secondary"&gt;
&lt;p&gt;&lt;span class="h3"&gt;Important!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Your progress through these lessons is being tracked and completing them counts towards the &lt;em&gt;Module exercises&lt;/em&gt; category of your&amp;nbsp;grade.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span class="h4"&gt;From …&lt;/span&gt;&lt;/p&gt;</summary><content type="html">&lt;h2 id="instructions"&gt;Instructions&lt;/h2&gt;
&lt;p&gt;On &lt;a href="https://datacamp.com"&gt;Datacamp&lt;/a&gt;, watch the tutorial videos and complete the interactive coding challenges from the following lessons, which will let you practice and supplement this week’s&amp;nbsp;content.&lt;/p&gt;
&lt;div class="callout secondary"&gt;
&lt;p&gt;&lt;span class="h3"&gt;Important!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Your progress through these lessons is being tracked and completing them counts towards the &lt;em&gt;Module exercises&lt;/em&gt; category of your&amp;nbsp;grade.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span class="h4"&gt;From &lt;em&gt;Working with data in the Tidyverse&lt;/em&gt; (Due:&amp;nbsp;Oct-29)&lt;/span&gt;&lt;/p&gt;
&lt;div class="callout primary"&gt;
&lt;p&gt;You will be completing the full course, &lt;em&gt;Working with data in the Tidyverse&lt;/em&gt;, over the next two weeks. Chapter 3 of the course, “Tidy your data”, provides you with practice using the &lt;span class="monospace"&gt;tidyr&lt;/span&gt; package. However, the lessons in chapter 3 assume you’re familiar with the content in chapters 1 and 2, so it’s best to complete those&amp;nbsp;first.&lt;/p&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Explore your&amp;nbsp;data&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Tame your&amp;nbsp;data&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span class="h4"&gt;From &lt;em&gt;Working with data in the Tidyverse&lt;/em&gt; (Due:&amp;nbsp;Nov-05)&lt;/span&gt;&lt;/p&gt;
&lt;div class="callout primary"&gt;
&lt;p&gt;&lt;strong&gt;These are the module exercises for week 10.&lt;/strong&gt; If you complete the first two chapters and want to get started on chapters 3 and 4 now, you may do&amp;nbsp;so.&lt;/p&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Tidy your&amp;nbsp;data&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Transform your&amp;nbsp;data&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
</content><category term="module-exercise"></category></entry><entry><title>Week 9</title><link href="http://fall18.cds101.com/assignments/week-09-readings/" rel="alternate"></link><published>2018-10-28T23:59:00-04:00</published><updated>2018-10-28T23:59:00-04:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-10-28:/assignments/week-09-readings/</id><summary type="html">&lt;p&gt;&lt;span class="h3"&gt;&lt;a href="http://r4ds.had.co.nz"&gt;R for Data&amp;nbsp;Science&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;From &lt;a href="http://r4ds.had.co.nz/tidy-data.html"&gt;chapter 12&lt;/a&gt;: from the beginning through to the end of &lt;a href="http://r4ds.had.co.nz/tidy-data.html#missing-values-3"&gt;section&amp;nbsp;12.5&lt;/a&gt;&lt;/p&gt;
</summary><content type="html">&lt;p&gt;&lt;span class="h3"&gt;&lt;a href="http://r4ds.had.co.nz"&gt;R for Data&amp;nbsp;Science&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;From &lt;a href="http://r4ds.had.co.nz/tidy-data.html"&gt;chapter 12&lt;/a&gt;: from the beginning through to the end of &lt;a href="http://r4ds.had.co.nz/tidy-data.html#missing-values-3"&gt;section&amp;nbsp;12.5&lt;/a&gt;&lt;/p&gt;
</content><category term="reading"></category></entry><entry><title>Homework 2</title><link href="http://fall18.cds101.com/assignments/homework-2/" rel="alternate"></link><published>2018-10-26T23:59:00-04:00</published><updated>2018-10-26T23:59:00-04:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-10-26:/assignments/homework-2/</id><summary type="html">For your second homework assignment, you will explore a dataset about the passengers on the &lt;em&gt;Titanic&lt;/em&gt;, the British passenger liner that crashed into an iceberg during its maiden voyage and sank early in the morning on April 16,&amp;nbsp;1912.</summary><content type="html">&lt;p&gt;&lt;span class="h3"&gt;&lt;strong&gt;Individual submissions due:&lt;/strong&gt; October 26, 2018 @&amp;nbsp;11:59pm&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://classroom.github.com/a/fimwncxI"&gt;&lt;i class="fab fa-github-alt" data-fa-transform="grow-8"&gt;&lt;/i&gt;  Github Classroom repo for &lt;strong&gt;Homework&amp;nbsp;2&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h2 id="instructions"&gt;Instructions&lt;/h2&gt;
&lt;p&gt;&lt;a href="https://classroom.github.com/a/fimwncxI"&gt;Obtain the Github repository you will use to complete homework 2&lt;/a&gt;, which contains a starter RMarkdown file named &lt;code&gt;homework_2.Rmd&lt;/code&gt;, which you will use to do your work and write-up when completing the questions below. Be sure to save, commit, and push (upload) frequently to Github so that you have incremental snapshots of your work. When you’re done, follow the &lt;a href="#how-to-submit"&gt;&lt;strong&gt;How to submit&lt;/strong&gt; section&lt;/a&gt; below to setup a Pull Request, which will be used for&amp;nbsp;feedback.&lt;/p&gt;
&lt;h3 id="individual-rough-draft-versus-the-group-draft"&gt;Individual rough draft versus the group&amp;nbsp;draft&lt;/h3&gt;
&lt;p&gt;Remember that you will be working through the homework assignment individually first (this is what is due by the end of the day on October 26th), and later you will be assigned to a group where you will clean up the draft. As written in the course&amp;nbsp;syllabus:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Homework assignments will completed in two stages. The first is the “rough draft” stage that each student must complete on their own. Grades for these submissions will be primarily based on the correctness of your answers to each question. The second is the “group draft” stage, which will begin approximately 3 days after the rough drafts are due. You will be assigned into groups where you will discuss the questions and assemble a final draft together. You will not know these groups beforehand, and they will change with each assignment. Grades for the group-submitted final drafts will, in addition to correctness, be based on document formatting, visualization quality, writing quality, and code&amp;nbsp;style.&lt;/p&gt;
&lt;p&gt;Both the individual rough draft and group report homework submissions are to be completed using the R Markdown format and they must successfully knit to &lt;span class="caps"&gt;HTML&lt;/span&gt; and &lt;span class="caps"&gt;PDF&lt;/span&gt; in a clean RStudio environment. In the individual submissions, full sentences are required when the question is asking for a written response. In the group reports, full sentences with proper grammar and punctuation are to be used throughout the report. The group reports should explain what you are doing with each chunk of code and to interpret the meaning of what you calculate so that a person that is not familiar with the problem could follow your&amp;nbsp;logic.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;Important!&lt;/strong&gt; Several of these qucstions ask for explanations after obtaining the correct answer. For these, you do not have to write very long responses, just write enough to express the correct answer. When you are assigned into groups, that is when you will need to write everything out in full&amp;nbsp;sentences.&lt;/p&gt;
&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;
&lt;figure&gt;
&lt;img src="/img/titanic-photograph.jpg" width="300" style="display: block; margin: auto;" /&gt;
&lt;figcaption style="text-align: center;"&gt;
A photograph of the &lt;em&gt;Titanic&lt;/em&gt; leaving Southampton on April 10, 1912.
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;For this homework assignment, you will be exploring a dataset about the passengers on the &lt;em&gt;Titanic&lt;/em&gt;, the British passenger liner that crashed into an iceberg during its maiden voyage and sank early in the morning on April 15, 1912. The tragedy stands out as one of the deadliest commercial maritime disasters during peacetime in history. More than half of the passengers and crew died, due in large part to poor safety standards, such as not having enough lifeboats or not ensuring all lifeboats were filled to capacity during&amp;nbsp;evacuation.&lt;/p&gt;
&lt;p&gt;This dataset presents the most up-to-date knowledge about the passengers that were on the &lt;em&gt;Titanic&lt;/em&gt;, including whether or not they survived. This dataset is frequently used to introduce using machine learning techniques that take multiple inputs and use them to predict an outcome, in this case whether a passenger is likely to have survived. While we won’t be using a machine learning model in this assignment, there is still a lot of information that can be learned by exploring the dataset using the &lt;code&gt;tidyverse&lt;/code&gt; suite.&lt;/p&gt;
&lt;h2 id="about-the-dataset"&gt;About the&amp;nbsp;dataset&lt;/h2&gt;
&lt;p&gt;The following are the variable (column) descriptions for the dataset:&lt;a href="#fn1" class="footnote-ref" id="fnref1"&gt;&lt;sup&gt;1&lt;/sup&gt;&lt;/a&gt;&lt;/p&gt;
&lt;table&gt;
&lt;colgroup&gt;
&lt;col style="width: 14%" /&gt;
&lt;col style="width: 85%" /&gt;
&lt;/colgroup&gt;
&lt;thead&gt;
&lt;tr class="header"&gt;
&lt;th style="text-align: left;"&gt;Variable&lt;/th&gt;
&lt;th style="text-align: left;"&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: left;"&gt;&lt;span class="monospace"&gt;pclass&lt;/span&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Passenger Class (1 = 1st; 2 = 2nd; 3 = 3rd)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="even"&gt;
&lt;td style="text-align: left;"&gt;&lt;span class="monospace"&gt;survival&lt;/span&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Survival (0 = No; 1 = Yes)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: left;"&gt;&lt;span class="monospace"&gt;name&lt;/span&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Name&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="even"&gt;
&lt;td style="text-align: left;"&gt;&lt;span class="monospace"&gt;sex&lt;/span&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Sex&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: left;"&gt;&lt;span class="monospace"&gt;age&lt;/span&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Age&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="even"&gt;
&lt;td style="text-align: left;"&gt;&lt;span class="monospace"&gt;sibsp&lt;/span&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Number of Siblings/Spouses Aboard&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: left;"&gt;&lt;span class="monospace"&gt;parch&lt;/span&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Number of Parents/Children Aboard&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="even"&gt;
&lt;td style="text-align: left;"&gt;&lt;span class="monospace"&gt;ticket&lt;/span&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Ticket Number&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: left;"&gt;&lt;span class="monospace"&gt;fare&lt;/span&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Passenger Fare (British pound)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="even"&gt;
&lt;td style="text-align: left;"&gt;&lt;span class="monospace"&gt;cabin&lt;/span&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Cabin&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: left;"&gt;&lt;span class="monospace"&gt;embarked&lt;/span&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Port of Embarkation (C = Cherbourg; Q = Queenstown; S = Southampton)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="even"&gt;
&lt;td style="text-align: left;"&gt;&lt;span class="monospace"&gt;boat&lt;/span&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Lifeboat&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: left;"&gt;&lt;span class="monospace"&gt;body&lt;/span&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Body Identification Number&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="even"&gt;
&lt;td style="text-align: left;"&gt;&lt;span class="monospace"&gt;home.dest&lt;/span&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Home/Destination&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Also note that the following definitions were used for &lt;code&gt;sibsp&lt;/code&gt; and &lt;code&gt;parch&lt;/code&gt;:&lt;/p&gt;
&lt;table&gt;
&lt;colgroup&gt;
&lt;col style="width: 14%" /&gt;
&lt;col style="width: 85%" /&gt;
&lt;/colgroup&gt;
&lt;thead&gt;
&lt;tr class="header"&gt;
&lt;th style="text-align: left;"&gt;Label&lt;/th&gt;
&lt;th style="text-align: left;"&gt;Definition&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: left;"&gt;Sibling&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Brother, Sister, Stepbrother, or Stepsister of Passenger Aboard Titanic&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="even"&gt;
&lt;td style="text-align: left;"&gt;Spouse&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Husband or Wife of Passenger Aboard Titanic (Mistresses and Fiances Ignored)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: left;"&gt;Parent&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Mother or Father of Passenger Aboard Titanic&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="even"&gt;
&lt;td style="text-align: left;"&gt;Child&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Son, Daughter, Stepson, or Stepdaughter of Passenger Aboard Titanic&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="questions"&gt;Questions&lt;/h2&gt;
&lt;ol class="example" type="1"&gt;
&lt;li&gt;&lt;p&gt;When reading in the dataset using &lt;code&gt;read_csv(file = &amp;quot;titanic_dataset.csv&amp;quot;)&lt;/code&gt;, several of the columns are converted into inconvenient data types. Fix this so that your later analysis does not run into problems. Use the &lt;code&gt;col_types = cols()&lt;/code&gt; argument within &lt;code&gt;read_csv()&lt;/code&gt;, &lt;a href="http://r4ds.had.co.nz/data-import.html#problems"&gt;see this section of &lt;em&gt;R for Data Science&lt;/em&gt; for a review&lt;/a&gt;, to change the data type defaults for the following&amp;nbsp;columns:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Convert &lt;code&gt;survived&lt;/code&gt; to the logical data&amp;nbsp;type&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Convert &lt;code&gt;pclass&lt;/code&gt; to the character data&amp;nbsp;type&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Convert &lt;code&gt;sibsp&lt;/code&gt; to the character data&amp;nbsp;type&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Convert &lt;code&gt;parch&lt;/code&gt; to the character data&amp;nbsp;type&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Compute how many known passengers were on the Titanic. &lt;em&gt;Do not just print the table, use a function to count the passengers&lt;/em&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;A famous directive for evacuating the &lt;em&gt;Titanic&lt;/em&gt; was “women and children first”. Use your &lt;code&gt;dplyr&lt;/code&gt; functions to verify the first part of this statement by counting the number of men and women that survived and that died. Then, using those counts, calculate the fraction of women that survived, &lt;span class="math display"&gt;\[\dfrac{\text{Number of female survivors}}{\text{Total number of female passengers}}\]&lt;/span&gt; and the fraction of men that survived, &lt;span class="math display"&gt;\[\dfrac{\text{Number of male survivors}}{\text{Total number of male passengers}}\]&lt;/span&gt; Do your computations support the idea that women were more likely to survive? Why or why&amp;nbsp;not?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Verify the second part of the “women and children first” directive. This will not be as straightforward as it was in the previous question, as the dataset only contains people’s ages, which can take on many values. By default, there are no columns with labels of &lt;em&gt;child&lt;/em&gt; or &lt;em&gt;adult&lt;/em&gt;, so you will need to create your&amp;nbsp;own.&lt;/p&gt;
&lt;p&gt;Create a new column named &lt;code&gt;child_or_adult&lt;/code&gt; that uses the age data to label each passenger. For our purposes, we want to label anyone aged 0 – 9 as a child and anyone age 10 and up are as adults. If the age cell is blank (&lt;code&gt;NA&lt;/code&gt;) for a passenger, also label them as an “adult”. Assign this updated dataset to the variable &lt;code&gt;titanic_age_groups&lt;/code&gt;.&lt;/p&gt;
&lt;div class="callout primary"&gt;
&lt;p&gt;&lt;strong&gt;Hint:&lt;/strong&gt; You will need to use the &lt;code&gt;if_else()&lt;/code&gt; function to complete this task. An example usage of &lt;code&gt;if_else()&lt;/code&gt; is the&amp;nbsp;following:&lt;/p&gt;
&lt;pre class="r"&gt;&lt;code&gt;titanic %&amp;gt;%
  mutate(
    cheap_or_expensive = if_else(
      condition = fare &amp;lt; 15,
      true = &amp;quot;cheap ticket&amp;quot;,
      false = &amp;quot;not cheap&amp;quot;,
      missing = &amp;quot;price unknown&amp;quot;
    )
  )&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The input &lt;code&gt;missing&lt;/code&gt; can be used to handle blank entries. In the above example, &lt;code&gt;NA&lt;/code&gt; will be replaced with the text &lt;code&gt;&amp;quot;price unknown&amp;quot;&lt;/code&gt;.&lt;/p&gt;
&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Using the &lt;code&gt;titanic_age_groups&lt;/code&gt; dataset you created in the previous question, count the number of children that survived and the number that did not. Do your computations support the idea that children were also more likely to survive? Why or why&amp;nbsp;not?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;A passenger’s age group and sex are not the only predictors of survival. For example, social standing and wealth can play a factor in survival. One of the parameters within this dataset acts as a proxy for distinguishing between the upper and lower classes. Which parameter is it? How do you&amp;nbsp;know?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Group your dataset by &lt;code&gt;sex&lt;/code&gt; and the variable you determined in question 6 and count the number that survived and the number that did not. Create a bar chart that summarizes the data, where &lt;code&gt;survived&lt;/code&gt; is along the horizontal axis and the passenger counts are along the vertical axis. Use the bar chart &lt;code&gt;fill =&lt;/code&gt; aesthetic to break the bar charts down by your variable from question 6. Additionally, facet over the &lt;code&gt;sex&lt;/code&gt; variable. Interpret this visualization and describe any survival patterns that you&amp;nbsp;notice.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Create two&amp;nbsp;visualizations:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;The first visualization should be a bar chart displaying the fraction of the passengers that survived for different values of &lt;code&gt;parch&lt;/code&gt;, &lt;span class="math display"&gt;\[\dfrac{\text{For a given parch, the number of survivors}}{\text{Total number of passengers}}.\]&lt;/span&gt; Doing this requires grouping your data properly, counting the number of passengers in each grouping, and then dividing this by the total number of passengers on the&amp;nbsp;ship.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The second visualization should be a bar chart displaying the fraction of the passengers that survived for different values of &lt;code&gt;sibsp&lt;/code&gt;, &lt;span class="math display"&gt;\[\dfrac{\text{For a given sibsp, the number of survivors}}{\text{Total number of passengers}}.\]&lt;/span&gt; Like above, doing this requires grouping your data properly, counting the number of passengers in each grouping, and then dividing this by the total number of passengers on the&amp;nbsp;ship.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Interpret the patterns that you see in the&amp;nbsp;visualizations.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Based on your analysis, write a list of the factors that affected the chances of survival for each passenger. You should be able to identify 4 different attributes that had a noticeable impact on survival. Justify each attribute that you list by referencing back to a table or visualization you created in a previous&amp;nbsp;question.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="how-to-submit"&gt;How to&amp;nbsp;submit&lt;/h2&gt;
&lt;p&gt;When you are ready to submit, be sure to save, commit, and push your final result so that everything is synchronized to Github. Then, navigate to &lt;strong&gt;your copy&lt;/strong&gt; of the [Github repository][github-classroom] you used for this assignment. You should see your repository, along with the updated files that you just synchronized to Github. Confirm that your files are up-to-date, and then do the following&amp;nbsp;steps:&lt;/p&gt;
&lt;ol type="1"&gt;
&lt;li&gt;&lt;p&gt;Click the &lt;em&gt;Pull Requests&lt;/em&gt; tab near the top of the&amp;nbsp;page.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click the green button that says “New pull&amp;nbsp;request”.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click the dropdown menu button labeled “base:”, and select the option &lt;code&gt;grading&lt;/code&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Confirm that the dropdown menu button labeled “compare:” is set to &lt;code&gt;master&lt;/code&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click the green button that says “Create pull&amp;nbsp;request”.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Give the &lt;em&gt;pull request&lt;/em&gt; the following title: &lt;span class="monospace"&gt;Submission: Homework 2, FirstName LastName&lt;/span&gt;, replacing &lt;span class="monospace"&gt;FirstName&lt;/span&gt; and &lt;span class="monospace"&gt;LastName&lt;/span&gt; with your actual first and last&amp;nbsp;name.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;In the messagebox, write: &lt;span class="monospace"&gt;My homework submission is ready for grading @jkglasbrenner&lt;/span&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click “Create pull request” to lock in your&amp;nbsp;submission.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="cheatsheets"&gt;Cheatsheets&lt;/h2&gt;
&lt;p&gt;You are encouraged to review and keep the following cheatsheets handy while working on this&amp;nbsp;assignment:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/rstudio-IDE-cheatsheet.pdf"&gt;RStudio&amp;nbsp;cheatsheet&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/rmarkdown-cheatsheet.pdf"&gt;RMarkdown&amp;nbsp;cheatsheet&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/rmarkdown-reference.pdf"&gt;RMarkdown&amp;nbsp;reference&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/ggplot2-cheatsheet.pdf"&gt;&lt;span class="monospace"&gt;ggplot2&lt;/span&gt;&amp;nbsp;cheatsheet&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/data-transformation-cheatsheet.pdf"&gt;Data transformation&amp;nbsp;cheatsheet&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/data-import-cheatsheet.pdf"&gt;Data import&amp;nbsp;cheatsheet&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;section class="footnotes"&gt;
&lt;hr /&gt;
&lt;ol&gt;
&lt;li id="fn1"&gt;&lt;p&gt;&lt;a href="http://biostat.mc.vanderbilt.edu/wiki/pub/Main/DataSets/titanic.html" class="uri"&gt;http://biostat.mc.vanderbilt.edu/wiki/pub/Main/DataSets/titanic.html&lt;/a&gt;&lt;a href="#fnref1" class="footnote-back"&gt;↩&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</content><category term="homework"></category></entry><entry><title>DataCamp exercises (Week 8)</title><link href="http://fall18.cds101.com/assignments/datacamp-exercises-week-8/" rel="alternate"></link><published>2018-10-22T23:59:00-04:00</published><updated>2018-10-22T23:59:00-04:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-10-22:/assignments/datacamp-exercises-week-8/</id><summary type="html">&lt;h2 id="instructions"&gt;Instructions&lt;/h2&gt;
&lt;p&gt;On &lt;a href="https://datacamp.com"&gt;Datacamp&lt;/a&gt;, watch the tutorial videos and complete the interactive coding challenges from the following lessons, which will let you practice and supplement this week’s&amp;nbsp;content.&lt;/p&gt;
&lt;div class="callout secondary"&gt;
&lt;p&gt;&lt;span class="h3"&gt;Important!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Your progress through these lessons is being tracked and completing them counts towards the &lt;em&gt;Module exercises&lt;/em&gt; category of your&amp;nbsp;grade.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span class="h4"&gt;From …&lt;/span&gt;&lt;/p&gt;</summary><content type="html">&lt;h2 id="instructions"&gt;Instructions&lt;/h2&gt;
&lt;p&gt;On &lt;a href="https://datacamp.com"&gt;Datacamp&lt;/a&gt;, watch the tutorial videos and complete the interactive coding challenges from the following lessons, which will let you practice and supplement this week’s&amp;nbsp;content.&lt;/p&gt;
&lt;div class="callout secondary"&gt;
&lt;p&gt;&lt;span class="h3"&gt;Important!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Your progress through these lessons is being tracked and completing them counts towards the &lt;em&gt;Module exercises&lt;/em&gt; category of your&amp;nbsp;grade.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span class="h4"&gt;From &lt;em&gt;Introduction to the&amp;nbsp;Tidyverse&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Grouping and&amp;nbsp;summarizing&lt;/li&gt;
&lt;/ul&gt;
</content><category term="module-exercise"></category></entry><entry><title>Week 9</title><link href="http://fall18.cds101.com/materials/week-09-materials/" rel="alternate"></link><published>2018-10-22T08:00:00-04:00</published><updated>2018-10-22T08:00:00-04:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-10-22:/materials/week-09-materials/</id><summary type="html">&lt;p&gt;&lt;span class="h2"&gt;Data&amp;nbsp;reshaping&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="h3"&gt;Homework&amp;nbsp;assignment&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/homework-2/"&gt;&lt;i class="fas fa-pencil-alt" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Homework 2 (continued)&lt;/span&gt;&lt;/a&gt; (Due:&amp;nbsp;Oct-26)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Module&amp;nbsp;exercises&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/datacamp-exercises-week-9"&gt;&lt;i class="fa fa-laptop" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;DataCamp exercises (Week 9)&lt;/span&gt;&lt;/a&gt; (Due:&amp;nbsp;Oct-29)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Readings&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/week-09-readings/"&gt;&lt;i class="fa fa-book" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Week 9 readings&lt;/span&gt;&lt;/a&gt; (Due:&amp;nbsp;Oct-28)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Videos&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;em&gt;To be&amp;nbsp;posted…&lt;/em&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;!--
(Due: Oct-28)

**Data reshaping - 01 - Principles of tidy data**



**Data reshaping - 02 - The gather function**



**Data reshaping - 03 - The spread function**



**Data reshaping - 04 - The separate function**



**Data reshaping - 05 - The unite function**



--&gt;
&lt;p&gt;&lt;span class="h3"&gt;Slides&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/week09_data_reshaping_01_principles_of_tidy_data.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;01 - Principles of tidy&amp;nbsp;data&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/week09_data_reshaping_02_the_gather_function.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;02 - The &lt;span class="monospace"&gt;gather&lt;/span&gt;&amp;nbsp;function&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/week09_data_reshaping_03_the_spread_function.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;03 - The &lt;span class="monospace"&gt;spread&lt;/span&gt;&amp;nbsp;function&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/week09_data_reshaping_04_the_separate_function.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;04 - The &lt;span class="monospace"&gt;separate&lt;/span&gt;&amp;nbsp;function&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/doc/week09_data_reshaping_05_the_unite_function.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;05 - The &lt;span class="monospace"&gt;unite&lt;/span&gt;&amp;nbsp;function&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</summary><content type="html">&lt;p&gt;&lt;span class="h2"&gt;Data&amp;nbsp;reshaping&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="h3"&gt;Homework&amp;nbsp;assignment&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/homework-2/"&gt;&lt;i class="fas fa-pencil-alt" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Homework 2 (continued)&lt;/span&gt;&lt;/a&gt; (Due:&amp;nbsp;Oct-26)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Module&amp;nbsp;exercises&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/datacamp-exercises-week-9"&gt;&lt;i class="fa fa-laptop" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;DataCamp exercises (Week 9)&lt;/span&gt;&lt;/a&gt; (Due:&amp;nbsp;Oct-29)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Readings&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/week-09-readings/"&gt;&lt;i class="fa fa-book" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Week 9 readings&lt;/span&gt;&lt;/a&gt; (Due:&amp;nbsp;Oct-28)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Videos&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;em&gt;To be&amp;nbsp;posted…&lt;/em&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;!--
(Due: Oct-28)

**Data reshaping - 01 - Principles of tidy data**



**Data reshaping - 02 - The gather function**



**Data reshaping - 03 - The spread function**



**Data reshaping - 04 - The separate function**



**Data reshaping - 05 - The unite function**



--&gt;
&lt;p&gt;&lt;span class="h3"&gt;Slides&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/week09_data_reshaping_01_principles_of_tidy_data.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;01 - Principles of tidy&amp;nbsp;data&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/week09_data_reshaping_02_the_gather_function.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;02 - The &lt;span class="monospace"&gt;gather&lt;/span&gt;&amp;nbsp;function&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/week09_data_reshaping_03_the_spread_function.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;03 - The &lt;span class="monospace"&gt;spread&lt;/span&gt;&amp;nbsp;function&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/week09_data_reshaping_04_the_separate_function.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;04 - The &lt;span class="monospace"&gt;separate&lt;/span&gt;&amp;nbsp;function&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/doc/week09_data_reshaping_05_the_unite_function.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;05 - The &lt;span class="monospace"&gt;unite&lt;/span&gt;&amp;nbsp;function&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</content><category term="class notes"></category></entry><entry><title>Week 8</title><link href="http://fall18.cds101.com/assignments/week-08-readings/" rel="alternate"></link><published>2018-10-21T23:59:00-04:00</published><updated>2018-10-21T23:59:00-04:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-10-21:/assignments/week-08-readings/</id><summary type="html">&lt;p&gt;&lt;span class="h3"&gt;&lt;a href="http://r4ds.had.co.nz"&gt;R for Data&amp;nbsp;Science&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;From &lt;a href="http://r4ds.had.co.nz/transform.html"&gt;chapter 5&lt;/a&gt;: sections &lt;a href="http://r4ds.had.co.nz/transform.html#add-new-variables-with-mutate"&gt;5.5&lt;/a&gt; through &lt;a href="http://r4ds.had.co.nz/transform.html#grouped-mutates-and-filters"&gt;5.7&lt;/a&gt;&lt;/p&gt;
</summary><content type="html">&lt;p&gt;&lt;span class="h3"&gt;&lt;a href="http://r4ds.had.co.nz"&gt;R for Data&amp;nbsp;Science&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;From &lt;a href="http://r4ds.had.co.nz/transform.html"&gt;chapter 5&lt;/a&gt;: sections &lt;a href="http://r4ds.had.co.nz/transform.html#add-new-variables-with-mutate"&gt;5.5&lt;/a&gt; through &lt;a href="http://r4ds.had.co.nz/transform.html#grouped-mutates-and-filters"&gt;5.7&lt;/a&gt;&lt;/p&gt;
</content><category term="reading"></category></entry><entry><title>Week 8</title><link href="http://fall18.cds101.com/materials/week-08-materials/" rel="alternate"></link><published>2018-10-16T08:00:00-04:00</published><updated>2018-10-16T08:00:00-04:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-10-16:/materials/week-08-materials/</id><summary type="html">&lt;p&gt;&lt;span class="h2"&gt;Data&amp;nbsp;transformation&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="h3"&gt;Homework&amp;nbsp;assignment&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/homework-2/"&gt;&lt;i class="fas fa-pencil-alt" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Homework 2&lt;/span&gt;&lt;/a&gt; (Due:&amp;nbsp;Oct-26)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Module&amp;nbsp;exercises&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/datacamp-exercises-week-8"&gt;&lt;i class="fa fa-laptop" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;DataCamp exercises (Week 8)&lt;/span&gt;&lt;/a&gt; (Due:&amp;nbsp;Oct-22)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Readings&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/week-08-readings/"&gt;&lt;i class="fa fa-book" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Week 8 readings&lt;/span&gt;&lt;/a&gt; (Due:&amp;nbsp;Oct-21)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Videos&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;(Due:&amp;nbsp;Oct-21)&lt;/p&gt;
&lt;div class="callout secondary"&gt;
&lt;p&gt;&lt;span class="h4"&gt;Starter files for lecture&amp;nbsp;demos&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Below is the download link that you should click to get a copy of the starter files you’ll need …&lt;/p&gt;&lt;/div&gt;</summary><content type="html">&lt;p&gt;&lt;span class="h2"&gt;Data&amp;nbsp;transformation&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="h3"&gt;Homework&amp;nbsp;assignment&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/homework-2/"&gt;&lt;i class="fas fa-pencil-alt" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Homework 2&lt;/span&gt;&lt;/a&gt; (Due:&amp;nbsp;Oct-26)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Module&amp;nbsp;exercises&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/datacamp-exercises-week-8"&gt;&lt;i class="fa fa-laptop" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;DataCamp exercises (Week 8)&lt;/span&gt;&lt;/a&gt; (Due:&amp;nbsp;Oct-22)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Readings&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/week-08-readings/"&gt;&lt;i class="fa fa-book" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Week 8 readings&lt;/span&gt;&lt;/a&gt; (Due:&amp;nbsp;Oct-21)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Videos&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;(Due:&amp;nbsp;Oct-21)&lt;/p&gt;
&lt;div class="callout secondary"&gt;
&lt;p&gt;&lt;span class="h4"&gt;Starter files for lecture&amp;nbsp;demos&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Below is the download link that you should click to get a copy of the starter files you’ll need to have when following along with the lecture&amp;nbsp;demos.&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://classroom.github.com/a/_Ylvc7ue"&gt;&lt;i class="fab fa-github-alt" data-fa-transform="grow-8"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;dplyr demonstration starter&amp;nbsp;files&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Data transformation - 09 - The mutate&amp;nbsp;function&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/1YuxbvsaErk" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;strong&gt;Data transformation - 10 - The group_by and summarize&amp;nbsp;functions&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/5UOC4b2_G8s" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;strong&gt;Data transformation - 11 - Other helpful dplyr&amp;nbsp;verbs&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/ZTL_tP70-zo" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;span class="h3"&gt;Slides&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/week08_data_transformation_09_the_mutate_function.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;09 - The &lt;span class="monospace"&gt;mutate&lt;/span&gt;&amp;nbsp;function&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/week08_data_transformation_10_the_group_by_and_summarize_functions.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;10 - The &lt;span class="monospace"&gt;group_by&lt;/span&gt; and &lt;span class="monospace"&gt;summarize&lt;/span&gt;&amp;nbsp;functions&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/doc/week08_data_transformation_11_other_helpful_dplyr_verbs.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;11 - Other helpful dplyr&amp;nbsp;verbs&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</content><category term="class notes"></category></entry><entry><title>Homework 1 (Group)</title><link href="http://fall18.cds101.com/assignments/homework-1-group/" rel="alternate"></link><published>2018-10-15T23:59:00-04:00</published><updated>2018-10-15T23:59:00-04:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-10-15:/assignments/homework-1-group/</id><summary type="html">Collaborate with your assigned group members to turn your individual submissions for Homework 1 into a data exploration&amp;nbsp;report.</summary><content type="html">&lt;p&gt;&lt;span class="h3"&gt;&lt;strong&gt;Individual submissions due:&lt;/strong&gt; October 15, 2018 @&amp;nbsp;11:59pm&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://classroom.github.com/g/PgjOmK--"&gt;&lt;i class="fab fa-github-alt" data-fa-transform="grow-8"&gt;&lt;/i&gt;  Github Classroom repo for &lt;strong&gt;Homework 1&amp;nbsp;(Group)&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h2 id="instructions"&gt;Instructions&lt;/h2&gt;
&lt;p&gt;The Homework 1 questions and instructions from last time are available here: &lt;a href="http://fall18.cds101.com/assignments/homework-1/" class="uri"&gt;http://fall18.cds101.com/assignments/homework-1/&lt;/a&gt;&lt;/p&gt;
&lt;h3 id="overview"&gt;Overview&lt;/h3&gt;
&lt;p&gt;Your primary task is to use the R Markdown file &lt;span class="monospace"&gt;homework_1_group.Rmd&lt;/span&gt; to write up your group’s answers to the homework assignment. Grades for the group submissions will, in addition to correctness, be based on document formatting, visualization quality, writing quality, and code style. &lt;strong&gt;This means that your group submission is to be written in the style of a exploratory data report,&amp;nbsp;meaning:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Each exercise must be written up using full sentences such that it is clear what question is being&amp;nbsp;answered.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;There needs to be plain text above each code block explaining what you are doing, and the code blocks should be&amp;nbsp;organized.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The R Markdown file &lt;strong&gt;must&lt;/strong&gt; knit without error and generate a &lt;span class="caps"&gt;PDF&lt;/span&gt; file, and the final &lt;span class="caps"&gt;PDF&lt;/span&gt; output must look nice, clean, and be easy to&amp;nbsp;read.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="participation"&gt;Participation&lt;/h3&gt;
&lt;p&gt;Credit for group participation will be determined using the following&amp;nbsp;sources:&lt;/p&gt;
&lt;ol type="1"&gt;
&lt;li&gt;&lt;p&gt;A &lt;span class="monospace"&gt;&lt;span class="caps"&gt;CONTRIBUTIONS&lt;/span&gt;.md&lt;/span&gt; file distributed with your group&amp;nbsp;repository&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Commit history on&amp;nbsp;GitHub&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Discussion history in your group’s private Slack&amp;nbsp;channel&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Each group will need to fill out the &lt;span class="monospace"&gt;&lt;span class="caps"&gt;CONTRIBUTIONS&lt;/span&gt;.md&lt;/span&gt; file as part of their submission.&lt;/strong&gt; This file is where where each group member lists what he or she contributed to the final submission. Read the section &lt;strong&gt;&lt;a href="#fill-out-the-contributionsmd-file"&gt;Fill out the &lt;span class="monospace"&gt;&lt;span class="caps"&gt;CONTRIBUTIONS&lt;/span&gt;.md&lt;/span&gt; file&lt;/a&gt;&lt;/strong&gt; for more details on how this&amp;nbsp;works.&lt;/p&gt;
&lt;h4 id="google-docs"&gt;Google&amp;nbsp;Docs&lt;/h4&gt;
&lt;p&gt;If your group used an external document to coordinate and organize your work, such as a Google Doc, then that can also count as evidence of participation, &lt;strong&gt;provided there is a visible writing history and I can identify which student is responsible for each edit.&lt;/strong&gt; This will require you to share the relevant file with the email address &lt;span class="monospace"&gt;&lt;a href="mailto:jglasbr2@gmu.edu"&gt;jglasbr2@gmu.edu&lt;/a&gt;&lt;/span&gt; and give me full privileges on the document so that I can review the document’s editing history. Please note that anonymous edits to Google Docs documents cannot be used as participation evidence, because I have no way to verify the account responsible for the added content. Also, for similar reasons, offline documents traded back and forth via email cannot be accepted as evidence of&amp;nbsp;participation.&lt;/p&gt;
&lt;h3 id="how-to-answer-the-questions-as-a-group"&gt;How to answer the questions as a&amp;nbsp;group&lt;/h3&gt;
&lt;p&gt;The following is a checklist you may follow to help you get started with answering the questions as a&amp;nbsp;group:&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;i class="far fa-square" data=fa=transform="grow-8"&gt;&lt;/i&gt;  Share and discuss your individual submissions for Homework 1 with your assigned group and come to a consensus about the correct answer for each&amp;nbsp;question.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;i class="far fa-square" data=fa=transform="grow-8"&gt;&lt;/i&gt;  As a group, decide who will be responsible for writing the answer to each&amp;nbsp;question.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;i class="far fa-square" data=fa=transform="grow-8"&gt;&lt;/i&gt;  &lt;strong&gt;(Important)&lt;/strong&gt; Before you start, make a copy of &lt;span class="monospace"&gt;homework_1_group.Rmd&lt;/span&gt; and &lt;strong&gt;rename the copied file&lt;/strong&gt; to include your last name. For example, if your last name is Smith, then your file copy should be renamed to &lt;span class="monospace"&gt;homework_1_group_smith.Rmd&lt;/span&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;i class="far fa-square" data=fa=transform="grow-8"&gt;&lt;/i&gt;  Commit and push your copied file to GitHub. If you need a refresher on how to interact with GitHub, watch the linked video below:&lt;br&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/wP6xGaTdfVc" width="640" height="480" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;&lt;/li&gt;
&lt;li&gt;&lt;i class="far fa-square" data=fa=transform="grow-8"&gt;&lt;/i&gt;  Place your write-ups for your questions in your file. Again, if my last name was Smith, and I agreed to write-up the answers to questions 4, 5, and 6, then I would open up &lt;span class="monospace"&gt;homework_1_group_smith.Rmd&lt;/span&gt; and put my answers there. When I’m done, I would save my file, then commit and push my work to&amp;nbsp;GitHub.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h3 id="how-to-edit-and-merge-your-answers-into-the-group-submission"&gt;How to edit and merge your answers into the group&amp;nbsp;submission&lt;/h3&gt;
&lt;p&gt;While you will be writing your answers in separate files, eventually the group will need to merge in everyone’s answers into the &lt;span class="monospace"&gt;homework_1_group.Rmd&lt;/span&gt; document. The following checklist may help with&amp;nbsp;this:&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;i class="far fa-square" data=fa=transform="grow-8"&gt;&lt;/i&gt;  Select an editor to be in charge of merging everyone’s answers into the final document &lt;span class="monospace"&gt;homework_1_group.Rmd&lt;/span&gt;. Because the editor needs to take care of extra work to prepare the document for submission, it is reasonable if he or she does not contribute write-ups for as many of the questions as the rest of the group (for example, if everyone else answers three questions, the editor may only answer&amp;nbsp;two).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;i class="far fa-square" data=fa=transform="grow-8"&gt;&lt;/i&gt;  The editor should ensure that everyone has committed and pushed their answers to GitHub so they can copy and paste in each&amp;nbsp;contribution.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;i class="far fa-square" data=fa=transform="grow-8"&gt;&lt;/i&gt;  The editor needs to make sure that the final submission reads like a coherent document and that the writing style and code style are uniform across all the answers. In other words, it should read like a single person answered all the questions, not a group of four&amp;nbsp;people.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;i class="far fa-square" data=fa=transform="grow-8"&gt;&lt;/i&gt;  The editor will be in charge of of committing and pushing the final R Markdown file to GitHub, knitting to &lt;span class="caps"&gt;PDF&lt;/span&gt;, and uploading the &lt;span class="caps"&gt;PDF&lt;/span&gt; file on&amp;nbsp;Blackboard.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h3 id="fill-out-the-contributions.md-file"&gt;Fill out the &lt;span class="monospace"&gt;&lt;span class="caps"&gt;CONTRIBUTIONS&lt;/span&gt;.md&lt;/span&gt;&amp;nbsp;file&lt;/h3&gt;
&lt;p&gt;After everything is written up and ready for submission, the last thing the group will need to do is fill out the &lt;span class="monospace"&gt;&lt;span class="caps"&gt;CONTRIBUTIONS&lt;/span&gt;.md&lt;/span&gt; file. By default, the file looks like&amp;nbsp;this:&lt;/p&gt;
&lt;pre class="markdown"&gt;&lt;code&gt;# Contributions to group submission

## Editor: FirstName LastName Member 1

*   Questions answered:

## FirstName LastName Member 2

*   Questions answered:

## FirstName LastName Member 3

*   Questions answered:

## FirstName LastName Member 4

*   Questions answered:
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;At a minimum, you must remove the &lt;span class="monospace"&gt;FirstName LastName Member&lt;/span&gt; entries in the template and fill in the names of the people in your group, indicate which group member served as the editor, and state which questions were written up by each&amp;nbsp;member.&lt;/p&gt;
&lt;p&gt;Additional information beyond this &lt;strong&gt;should&lt;/strong&gt; be supplied, such as indicating when a group member helped another group member edit an answer or gave helpful comments in a Slack discussion. For example, one group member’s contribution list may read as&amp;nbsp;follows:&lt;/p&gt;
&lt;pre class="markdown"&gt;&lt;code&gt;## Jane Smith

*   Questions answered: 4, 5, 6
*   Helped with editing on answers 8 and 9
*   Collaborated with group member Jack Williams on answering question 10
*   Pointed out spelling errors and suggested fixes to the document layout in the merged group document&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="working-with-a-github-repository-as-a-group"&gt;Working with a GitHub repository as a&amp;nbsp;group&lt;/h2&gt;
&lt;p&gt;You will likely encounter some issues while working in a group-based GitHub repository. In particular, you might find that when you click &lt;em&gt;“Push”&lt;/em&gt; in the &lt;strong&gt;Git&lt;/strong&gt; tab of RStudio, that it doesn’t seem to work and instead you get an annoying error message! This will happen when another member of your group has uploaded work before you did. While this can be irritating to deal with, this is actually a good thing, as it is GitHub’s way of protecting your files from accidential overwrites and&amp;nbsp;deletions.&lt;/p&gt;
&lt;p&gt;So what should you do to keep things running smoothly? First, &lt;strong&gt;always&lt;/strong&gt; work in your own file, never in another person’s file. If you are not the editor, then you should not edit &lt;span class="monospace"&gt;homework_1_group.Rmd&lt;/span&gt; either! Also, do not remove or rename any files that are not your own. Finally, when you are getting ready to work, following the procedure below should help keep the error messages to a&amp;nbsp;minimum:&lt;/p&gt;
&lt;ol type="1"&gt;
&lt;li&gt;&lt;p&gt;When you start working, you should begin by going to the &lt;strong&gt;Git&lt;/strong&gt; tab and clicking &lt;em&gt;“Pull”&lt;/em&gt; (notice this is not the same as &lt;em&gt;“Push”&lt;/em&gt;). This will synchronize any new changes that your group may have made into your&amp;nbsp;files.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Work on your file as normal. When you have completed your work, save your&amp;nbsp;file.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Now we want to commit. &lt;strong&gt;But first&lt;/strong&gt;, go to the &lt;strong&gt;Git&lt;/strong&gt; tab and click &lt;em&gt;“Pull”&lt;/em&gt; one more time to check for any other changes. Then, still in the &lt;strong&gt;Git&lt;/strong&gt; tab, click the checkmark next to your updated file, type a message in the messagebox, and click the &lt;strong&gt;Commit&lt;/strong&gt;&amp;nbsp;button.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;If the updated file is no longer in the list of files in the &lt;strong&gt;Git&lt;/strong&gt; tab, then your commit was&amp;nbsp;successful.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click &lt;em&gt;“Push”&lt;/em&gt; to upload your changed&amp;nbsp;file.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="if-the-above-advice-doesnt-work"&gt;If the above advice doesn’t&amp;nbsp;work…&lt;/h3&gt;
&lt;p&gt;If, even after following the advice below, you still encounter error messages when Pulling from and Pushing to GitHub, please post about it in your group’s private Slack channel. Be sure to tag me using &lt;span class="monospace"&gt;@Dr. Glasbrenner&lt;/span&gt;.&lt;/p&gt;
&lt;h2 id="how-to-submit"&gt;How to&amp;nbsp;submit&lt;/h2&gt;
&lt;p&gt;When you are ready to submit, be sure that everyone in your group has committed and pushed their R Markdown files to Github. The editor should do the following in RStudio&amp;nbsp;Server:&lt;/p&gt;
&lt;ol type="1"&gt;
&lt;li&gt;&lt;p&gt;If it is not loaded already, open the RStudio project for the group homework&amp;nbsp;assignment.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click on the &lt;strong&gt;Git&lt;/strong&gt; tab in the upper-right window, then click &lt;em&gt;“Pull”&lt;/em&gt; to make sure you have the latest version of all the&amp;nbsp;files.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Press &lt;kbd&gt;Ctrl&lt;/kbd&gt;+&lt;kbd&gt;Shift&lt;/kbd&gt;+&lt;kbd&gt;B&lt;/kbd&gt; to knit the final submission to the &lt;span class="caps"&gt;PDF&lt;/span&gt;&amp;nbsp;format.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Download the &lt;span class="caps"&gt;PDF&lt;/span&gt; file to your&amp;nbsp;computer.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;On Blackboard, find the &lt;strong&gt;Homework 1 (Group)&lt;/strong&gt; submission link for your group. Submit the &lt;span class="caps"&gt;PDF&lt;/span&gt; for your group to lock in your submission&amp;nbsp;time.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The editor should confirm that the files for their group’s repository webpage on GitHub are fully up-to-date, and that if I were to knit the &lt;span class="caps"&gt;PDF&lt;/span&gt; file myself, it should be identical to what is uploaded to&amp;nbsp;Blackboard.&lt;/p&gt;
&lt;div class="callout secondary"&gt;
&lt;p&gt;&lt;strong&gt;For the group submissions, you do not need to open up a Pull Request on&amp;nbsp;GitHub.&lt;/strong&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;h2 id="cheatsheets"&gt;Cheatsheets&lt;/h2&gt;
&lt;p&gt;You are encouraged to review and keep the following cheatsheets handy while working on this&amp;nbsp;assignment:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/doc/rstudio-IDE-cheatsheet.pdf"&gt;RStudio&amp;nbsp;cheatsheet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/doc/rmarkdown-cheatsheet.pdf"&gt;RMarkdown&amp;nbsp;cheatsheet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/doc/rmarkdown-reference.pdf"&gt;RMarkdown&amp;nbsp;reference&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/doc/ggplot2-cheatsheet.pdf"&gt;&lt;code&gt;ggplot2&lt;/code&gt; cheatsheet&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</content><category term="homework"></category></entry><entry><title>DataCamp exercises (Week 6)</title><link href="http://fall18.cds101.com/assignments/datacamp-exercises-week-6/" rel="alternate"></link><published>2018-10-08T23:59:00-04:00</published><updated>2018-10-08T23:59:00-04:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-10-08:/assignments/datacamp-exercises-week-6/</id><summary type="html">&lt;h2 id="instructions"&gt;Instructions&lt;/h2&gt;
&lt;p&gt;On &lt;a href="https://datacamp.com"&gt;Datacamp&lt;/a&gt;, watch the tutorial videos and complete the interactive coding challenges from the following lessons, which will let you practice and supplement this week’s&amp;nbsp;content.&lt;/p&gt;
&lt;div class="callout secondary"&gt;
&lt;p&gt;&lt;span class="h3"&gt;Important!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Your progress through these lessons is being tracked and completing them counts towards the &lt;em&gt;Module exercises&lt;/em&gt; category of your&amp;nbsp;grade.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span class="h4"&gt;From …&lt;/span&gt;&lt;/p&gt;</summary><content type="html">&lt;h2 id="instructions"&gt;Instructions&lt;/h2&gt;
&lt;p&gt;On &lt;a href="https://datacamp.com"&gt;Datacamp&lt;/a&gt;, watch the tutorial videos and complete the interactive coding challenges from the following lessons, which will let you practice and supplement this week’s&amp;nbsp;content.&lt;/p&gt;
&lt;div class="callout secondary"&gt;
&lt;p&gt;&lt;span class="h3"&gt;Important!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Your progress through these lessons is being tracked and completing them counts towards the &lt;em&gt;Module exercises&lt;/em&gt; category of your&amp;nbsp;grade.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span class="h4"&gt;From &lt;em&gt;Introduction to the&amp;nbsp;Tidyverse&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Data&amp;nbsp;wrangling&lt;/li&gt;
&lt;/ul&gt;
</content><category term="module-exercise"></category></entry><entry><title>Week 6</title><link href="http://fall18.cds101.com/assignments/week-06-readings/" rel="alternate"></link><published>2018-10-07T23:59:00-04:00</published><updated>2018-10-07T23:59:00-04:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-10-07:/assignments/week-06-readings/</id><summary type="html">&lt;p&gt;&lt;span class="h3"&gt;&lt;a href="http://r4ds.had.co.nz"&gt;R for Data&amp;nbsp;Science&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;All of &lt;a href="http://r4ds.had.co.nz/workflow-basics.html"&gt;chapter 4&lt;/a&gt;&amp;nbsp;(short)&lt;/p&gt;
&lt;p&gt;From &lt;a href="http://r4ds.had.co.nz/transform.html"&gt;chapter 5&lt;/a&gt;: sections &lt;a href="http://r4ds.had.co.nz/transform.html#introduction-2"&gt;5.1&lt;/a&gt; through &lt;a href="http://r4ds.had.co.nz/transform.html#select"&gt;5.4&lt;/a&gt;&lt;/p&gt;
</summary><content type="html">&lt;p&gt;&lt;span class="h3"&gt;&lt;a href="http://r4ds.had.co.nz"&gt;R for Data&amp;nbsp;Science&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;All of &lt;a href="http://r4ds.had.co.nz/workflow-basics.html"&gt;chapter 4&lt;/a&gt;&amp;nbsp;(short)&lt;/p&gt;
&lt;p&gt;From &lt;a href="http://r4ds.had.co.nz/transform.html"&gt;chapter 5&lt;/a&gt;: sections &lt;a href="http://r4ds.had.co.nz/transform.html#introduction-2"&gt;5.1&lt;/a&gt; through &lt;a href="http://r4ds.had.co.nz/transform.html#select"&gt;5.4&lt;/a&gt;&lt;/p&gt;
</content><category term="reading"></category></entry><entry><title>Homework 1</title><link href="http://fall18.cds101.com/assignments/homework-1/" rel="alternate"></link><published>2018-10-02T23:59:00-04:00</published><updated>2018-10-02T23:59:00-04:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-10-02:/assignments/homework-1/</id><summary type="html">Your first major assignment is a set of exercises based around a single dataset called &lt;span class="monospace"&gt;rail_trail&lt;/span&gt;, which will provide you with practice in creating visualizations using R and &lt;code&gt;ggplot2&lt;/code&gt;.</summary><content type="html">&lt;p&gt;&lt;span class="h3"&gt;&lt;strong&gt;Individual submissions due:&lt;/strong&gt; October 2, 2018 @&amp;nbsp;11:59pm&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://classroom.github.com/a/cNZyHEVb"&gt;&lt;i class="fab fa-github-alt" data-fa-transform="grow-8"&gt;&lt;/i&gt;  Github Classroom repo for &lt;strong&gt;Homework&amp;nbsp;1&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h2 id="instructions"&gt;Instructions&lt;/h2&gt;
&lt;p&gt;&lt;a href="https://classroom.github.com/a/cNZyHEVb"&gt;Obtain the Github repository you will use to complete homework 1&lt;/a&gt;, which contains a starter RMarkdown file named &lt;code&gt;homework_1.Rmd&lt;/code&gt;, which you will use to do your work and write-up when completing the questions below. Be sure to save, commit, and push (upload) frequently to Github so that you have incremental snapshots of your work. When you’re done, follow the &lt;a href="#how-to-submit"&gt;&lt;strong&gt;How to submit&lt;/strong&gt; section&lt;/a&gt; below to setup a Pull Request, which will be used for&amp;nbsp;feedback.&lt;/p&gt;
&lt;h3 id="individual-rough-draft-versus-the-group-draft"&gt;Individual rough draft versus the group&amp;nbsp;draft&lt;/h3&gt;
&lt;p&gt;Remember that you will be working through the homework assignment individually first (this is what is due by the end of the day on October 2nd), and later you will be assigned to a group where you will clean up the draft. As written in the course&amp;nbsp;syllabus:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Homework assignments will completed in two stages. The first is the “rough draft” stage that each student must complete on their own. Grades for these submissions will be primarily based on the correctness of your answers to each question. The second is the “group draft” stage, which will begin approximately 3 days after the rough drafts are due. You will be assigned into groups where you will discuss the questions and assemble a final draft together. You will not know these groups beforehand, and they will change with each assignment. Grades for the group-submitted final drafts will, in addition to correctness, be based on document formatting, visualization quality, writing quality, and code&amp;nbsp;style.&lt;/p&gt;
&lt;p&gt;Both the individual rough draft and group report homework submissions are to be completed using the R Markdown format and they must successfully knit to &lt;span class="caps"&gt;HTML&lt;/span&gt; and &lt;span class="caps"&gt;PDF&lt;/span&gt; in a clean RStudio environment. In the individual submissions, full sentences are required when the question is asking for a written response. In the group reports, full sentences with proper grammar and punctuation are to be used throughout the report. The group reports should explain what you are doing with each chunk of code and to interpret the meaning of what you calculate so that a person that is not familiar with the problem could follow your&amp;nbsp;logic.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;Important!&lt;/strong&gt; Several of these questions ask for explanations after obtaining the correct answer. For these, you do not have to write very long responses, just write enough to express the correct answer. When you are assigned into groups, that is when you will need to write everything out in full&amp;nbsp;sentences.&lt;/p&gt;
&lt;h2 id="the-rail-trail-dataset"&gt;The rail trail&amp;nbsp;dataset&lt;/h2&gt;
&lt;p&gt;&lt;img src="http://fall18.cds101.com/img/mass-central-logo.jpg" title="plot of chunk mass-central-logo" alt="plot of chunk mass-central-logo" width="300px" style="display: block; margin: auto;" /&gt;&lt;/p&gt;
&lt;p&gt;For this homework assignment, you will be working though a set of visualization problems based on the &lt;code&gt;rail_trail&lt;/code&gt; dataset. The &lt;code&gt;rail_trail&lt;/code&gt; dataset was collected by the Pioneer Valley Planning Commission (&lt;span class="caps"&gt;PVPC&lt;/span&gt;) and counts the number of people that walked through a sensor on a &lt;em&gt;rail trail&lt;/em&gt; during a ninety day period. &lt;a href="https://wikipedia.org/wiki/Rail_trail"&gt;A &lt;em&gt;rail trail&lt;/em&gt; is a retired or abandoned railway that was converted into a walking trail&lt;/a&gt;. The data was collected from April 5, 2005 to November 15, 2005 using a laser sensor placed at a location north of Chestnut Street in Florence, &lt;span class="caps"&gt;MA&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://fall18.cds101.com/img/florence-chestnut-street-rail-trail.png" title="plot of chunk florence-ma-chestnut" alt="plot of chunk florence-ma-chestnut" width="50%" style="display: block; margin: auto;" /&gt;&lt;/p&gt;
&lt;p&gt;The dataset contains the following&amp;nbsp;variables:&lt;/p&gt;
&lt;table&gt;
&lt;colgroup&gt;
&lt;col style="width: 15%" /&gt;
&lt;col style="width: 84%" /&gt;
&lt;/colgroup&gt;
&lt;thead&gt;
&lt;tr class="header"&gt;
&lt;th style="text-align: left;"&gt;Variable&lt;/th&gt;
&lt;th style="text-align: left;"&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: left;"&gt;&lt;code&gt;hightemp&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;daily high temperature (in degrees Fahrenheit)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="even"&gt;
&lt;td style="text-align: left;"&gt;&lt;code&gt;lowtemp&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;daily low temperature (in degrees Fahrenheit)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: left;"&gt;&lt;code&gt;avgtemp&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;average of daily low and daily high temperature (in degrees Fahrenheit)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="even"&gt;
&lt;td style="text-align: left;"&gt;&lt;code&gt;season&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;indicates whether the season was Spring, Summer, or Fall&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: left;"&gt;&lt;code&gt;cloudcover&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;measure of cloud cover (in oktas)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="even"&gt;
&lt;td style="text-align: left;"&gt;&lt;code&gt;precip&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;measure of precipitation (in inches)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: left;"&gt;&lt;code&gt;volume&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;estimated number of trail users that day (number of breaks recorded)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="even"&gt;
&lt;td style="text-align: left;"&gt;&lt;code&gt;weekday&lt;/code&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;indicator of whether the day was a non-holiday weekday&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="how-to-describe-your-visualizations"&gt;How to describe your&amp;nbsp;visualizations&lt;/h2&gt;
&lt;p&gt;When describing the contents of a visualization, follow the ideas discussed in these&amp;nbsp;resources:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="http://book.cds101.com/describing-numerical-data.html"&gt;&lt;em&gt;Describing univariate and bivariate&amp;nbsp;data&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/week04_data_visualization_02_examining_numerical_data.pdf"&gt;&lt;em&gt;Data visualization - Examining numerical data&lt;/em&gt;&amp;nbsp;slides&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="questions"&gt;Questions&lt;/h2&gt;
&lt;ol class="example" type="1"&gt;
&lt;li&gt;&lt;p&gt;In the &lt;code&gt;rail_trail&lt;/code&gt; dataset, how many rows are there? How many columns? Which variables in the dataset are continuous/numerical and which are&amp;nbsp;categorical?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Create a histogram of the variable &lt;code&gt;volume&lt;/code&gt; using the following&amp;nbsp;code:&lt;/p&gt;
&lt;pre class="r"&gt;&lt;code&gt;ggplot(data = rail_trail) +
  geom_histogram(mapping = aes(x = volume))&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Describe the &lt;em&gt;shape&lt;/em&gt; and &lt;em&gt;center&lt;/em&gt; of the distribution. Afterward, try adjusting the size of the histogram bins by adding the &lt;code&gt;binwidth&lt;/code&gt; input. To start with, use &lt;code&gt;binwidth = 21&lt;/code&gt;. If you need help with where to place &lt;code&gt;binwidth&lt;/code&gt;, read the documentation by running &lt;code&gt;?geom_histogram&lt;/code&gt; in your &lt;em&gt;Console&lt;/em&gt; window. Then, find a binwidth that’s too narrow and another one that’s too wide to produce a meaningful&amp;nbsp;histogram.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Choosing a proper bin width for a histogram can be tricky, and for that reason it’s preferable to use visualizations that avoid using bin widths when possible. An easy-to-use alternative to the histogram is &lt;code&gt;geom_density&lt;/code&gt;, which creates a &lt;strong&gt;density plot&lt;/strong&gt;. Use &lt;code&gt;geom_density&lt;/code&gt; to create a density plot of the variable &lt;code&gt;volume&lt;/code&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Create a density plot for each of the remaining numerical variables, and describe the &lt;em&gt;shape&lt;/em&gt; and &lt;em&gt;center&lt;/em&gt; of each distribution. Are there any distributions that are similar in &lt;em&gt;shape&lt;/em&gt; to each&amp;nbsp;other?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Use &lt;code&gt;geom_point()&lt;/code&gt; to create a scatterplot that plots &lt;code&gt;weekday&lt;/code&gt; versus &lt;code&gt;season&lt;/code&gt;. Why is this plot not&amp;nbsp;useful?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Create a &lt;code&gt;geom_count()&lt;/code&gt; plot (an alternative to a mosaic plot) using the same variables you considered in question&amp;nbsp;5:&lt;/p&gt;
&lt;pre class="r"&gt;&lt;code&gt;ggplot(data = rail_trail) +
  geom_count(mapping = aes(x = season, y = weekday))&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Which circle in the plot takes up the most area? Explain the meaning of the different size circles in the plot and what information it contains that is missing in the previous scatter&amp;nbsp;plot.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Run &lt;code&gt;?geom_bar&lt;/code&gt; in the &lt;em&gt;Console&lt;/em&gt; window and read the documentation for &lt;code&gt;geom_bar()&lt;/code&gt;, and then look at the entry for it on the &lt;a href="/doc/ggplot2-cheatsheet.pdf"&gt;ggplot2 cheatsheet&lt;/a&gt; Use &lt;code&gt;geom_bar()&lt;/code&gt; to reproduce the following bar&amp;nbsp;chart:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://fall18.cds101.com/img/seasons-bar-chart-1.svg" title="plot of chunk seasons-bar-chart" alt="plot of chunk seasons-bar-chart" width="70%" style="display: block; margin: auto;" /&gt;&lt;/p&gt;
&lt;p&gt;After reproducing the plot, explain what the height of each bar&amp;nbsp;means.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Starting from the code snippet you deduced in question 7, create two more bar&amp;nbsp;charts:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Create a bar chart by supplying the input &lt;code&gt;position = &amp;quot;dodge&amp;quot;&lt;/code&gt; to &lt;code&gt;geom_bar()&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Create a bar chart by supplying the input &lt;code&gt;position = &amp;quot;fill&amp;quot;&lt;/code&gt; to &lt;code&gt;geom_bar()&lt;/code&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;After creating the visualizations, describe the feature that &lt;code&gt;position&lt;/code&gt; controls.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Create a bar chart that maps its aesthetic &lt;code&gt;aes()&lt;/code&gt; to &lt;code&gt;precip &amp;gt; 0&lt;/code&gt;. Interpret what this bar chart&amp;nbsp;means.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Create a scatter plot of &lt;code&gt;volume&lt;/code&gt; versus &lt;code&gt;hightemp&lt;/code&gt; using &lt;code&gt;geom_point()&lt;/code&gt;. Describe any trends that you&amp;nbsp;see.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Take the code snippet you wrote for question 10 and map the &lt;code&gt;weekday&lt;/code&gt; variable to &lt;code&gt;color&lt;/code&gt;. Then create a second plot where, instead of mapping &lt;code&gt;weekday&lt;/code&gt; to &lt;code&gt;color&lt;/code&gt;, you &lt;em&gt;facet&lt;/em&gt; over &lt;code&gt;weekday&lt;/code&gt; using either &lt;code&gt;facet_wrap()&lt;/code&gt; or &lt;code&gt;facet_grid()&lt;/code&gt;. Discuss the advantages and disadvantages to faceting instead of mapping to the &lt;code&gt;color&lt;/code&gt; aesthetic. How might the balance change if you had a larger&amp;nbsp;dataset?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Take the code snippet that you wrote down in question 11 that faceted over &lt;code&gt;weekday&lt;/code&gt; and create a model for each facet panel using &lt;code&gt;geom_smooth()&lt;/code&gt;. Discuss the trends in the number of rail trail users that &lt;code&gt;geom_smooth()&lt;/code&gt; picks&amp;nbsp;up.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Copy the code snippet you deduced in question 12 and use the input &lt;code&gt;se = FALSE&lt;/code&gt; for &lt;code&gt;geom_smooth()&lt;/code&gt;. What does the &lt;code&gt;se&lt;/code&gt; input option for &lt;code&gt;geom_smooth()&lt;/code&gt; control?&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="how-to-submit"&gt;How to&amp;nbsp;submit&lt;/h2&gt;
&lt;p&gt;When you are ready to submit, be sure to save, commit, and push your final result so that everything is synchronized to GitHub. &lt;strong&gt;To lock in your submission time,&lt;/strong&gt; knit your R Markdown document to &lt;span class="caps"&gt;PDF&lt;/span&gt;, download the file from RStudio Server, and upload it to the R Markdown mini-assignment posting on&amp;nbsp;Blackboard.&lt;/p&gt;
&lt;p&gt;You are to also open a Pull Request on GitHub so that comments can be directly left on your R Markdown source files. After uploading to Blackboard, navigate to your copy of the &lt;a href="https://classroom.github.com/a/cNZyHEVb"&gt;GitHub repository&lt;/a&gt; you used for this assignment. You should see your repository, along with the updated files that you synchronized to GitHub. Do the&amp;nbsp;following:&lt;/p&gt;
&lt;ol type="1"&gt;
&lt;li&gt;&lt;p&gt;Click the &lt;em&gt;Pull Requests&lt;/em&gt; tab near the top of the&amp;nbsp;page.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click the green button that says “New pull&amp;nbsp;request”.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click the dropdown menu button labeled “base:”, and select the option &lt;span class="monospace"&gt;grading&lt;/span&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Confirm that the dropdown menu button labled “compare:” is set to &lt;span class="monospace"&gt;master&lt;/span&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click the green button that says “Create pull&amp;nbsp;request”.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Give the &lt;em&gt;pull request&lt;/em&gt; the following title: &lt;span class="monospace"&gt;Submission: Homework 1, FirstName LastName&lt;/span&gt;, replacing &lt;span class="monospace"&gt;FirstName&lt;/span&gt; and &lt;span class="monospace"&gt;LastName&lt;/span&gt; with your actual first and last&amp;nbsp;name.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;In the messagebox, write &lt;span class="monospace"&gt;My submission is ready for grading @jkglasbrenner&lt;/span&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click “Create pull request” to lock in your&amp;nbsp;submission.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="cheatsheets"&gt;Cheatsheets&lt;/h2&gt;
&lt;p&gt;You are encouraged to review and keep the following cheatsheets handy while working on this&amp;nbsp;assignment:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/doc/rstudio-IDE-cheatsheet.pdf"&gt;RStudio&amp;nbsp;cheatsheet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/doc/rmarkdown-cheatsheet.pdf"&gt;RMarkdown&amp;nbsp;cheatsheet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/doc/rmarkdown-reference.pdf"&gt;RMarkdown&amp;nbsp;reference&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/doc/ggplot2-cheatsheet.pdf"&gt;&lt;code&gt;ggplot2&lt;/code&gt; cheatsheet&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</content><category term="homework"></category></entry><entry><title>DataCamp exercises (Week 5)</title><link href="http://fall18.cds101.com/assignments/datacamp-exercises-week-5/" rel="alternate"></link><published>2018-10-01T23:59:00-04:00</published><updated>2018-10-01T23:59:00-04:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-10-01:/assignments/datacamp-exercises-week-5/</id><summary type="html">&lt;h2 id="instructions"&gt;Instructions&lt;/h2&gt;
&lt;p&gt;On &lt;a href="https://datacamp.com"&gt;Datacamp&lt;/a&gt;, watch the tutorial videos and complete the interactive coding challenges from the following lessons, which will let you practice and supplement this week’s&amp;nbsp;content.&lt;/p&gt;
&lt;div class="callout secondary"&gt;
&lt;p&gt;&lt;span class="h3"&gt;Important!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Your progress through these lessons is being tracked and completing them counts towards the &lt;em&gt;Module exercises&lt;/em&gt; category of your&amp;nbsp;grade.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span class="h4"&gt;From …&lt;/span&gt;&lt;/p&gt;</summary><content type="html">&lt;h2 id="instructions"&gt;Instructions&lt;/h2&gt;
&lt;p&gt;On &lt;a href="https://datacamp.com"&gt;Datacamp&lt;/a&gt;, watch the tutorial videos and complete the interactive coding challenges from the following lessons, which will let you practice and supplement this week’s&amp;nbsp;content.&lt;/p&gt;
&lt;div class="callout secondary"&gt;
&lt;p&gt;&lt;span class="h3"&gt;Important!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Your progress through these lessons is being tracked and completing them counts towards the &lt;em&gt;Module exercises&lt;/em&gt; category of your&amp;nbsp;grade.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span class="h4"&gt;From &lt;em&gt;Data Visualization with ggplot2 (Part&amp;nbsp;1)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Aesthetics&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Geometries&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
</content><category term="module-exercise"></category></entry><entry><title>Week 6</title><link href="http://fall18.cds101.com/materials/week-06-materials/" rel="alternate"></link><published>2018-10-01T08:00:00-04:00</published><updated>2018-10-01T08:00:00-04:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-10-01:/materials/week-06-materials/</id><summary type="html">&lt;p&gt;&lt;span class="h2"&gt;Data&amp;nbsp;transformation&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="h3"&gt;Homework&amp;nbsp;assignment&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/homework-1/"&gt;&lt;i class="fas fa-pencil-alt" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Homework 1&amp;nbsp;(continued)&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Module&amp;nbsp;exercises&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/datacamp-exercises-week-6"&gt;&lt;i class="fa fa-laptop" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;DataCamp exercises (Week&amp;nbsp;6)&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Readings&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/week-06-readings/"&gt;&lt;i class="fa fa-book" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Week 6&amp;nbsp;readings&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Videos&lt;/span&gt;&lt;/p&gt;
&lt;div class="callout secondary"&gt;
&lt;p&gt;&lt;span class="h4"&gt;Starter files for lecture&amp;nbsp;demos&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Below is the download link that you should click to get a copy of the starter files you’ll need to have when following along with the …&lt;/p&gt;&lt;/div&gt;</summary><content type="html">&lt;p&gt;&lt;span class="h2"&gt;Data&amp;nbsp;transformation&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="h3"&gt;Homework&amp;nbsp;assignment&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/homework-1/"&gt;&lt;i class="fas fa-pencil-alt" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Homework 1&amp;nbsp;(continued)&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Module&amp;nbsp;exercises&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/datacamp-exercises-week-6"&gt;&lt;i class="fa fa-laptop" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;DataCamp exercises (Week&amp;nbsp;6)&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Readings&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/week-06-readings/"&gt;&lt;i class="fa fa-book" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Week 6&amp;nbsp;readings&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Videos&lt;/span&gt;&lt;/p&gt;
&lt;div class="callout secondary"&gt;
&lt;p&gt;&lt;span class="h4"&gt;Starter files for lecture&amp;nbsp;demos&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Below is the download link that you should click to get a copy of the starter files you’ll need to have when following along with the lecture&amp;nbsp;demos.&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://classroom.github.com/a/_Ylvc7ue"&gt;&lt;i class="fab fa-github-alt" data-fa-transform="grow-8"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;dplyr demonstration starter&amp;nbsp;files&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Data transformation - 01 - What is data&amp;nbsp;wrangling?&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/j8tKN7Iw5dw" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;strong&gt;Data transformation - 02 - The presidential&amp;nbsp;dataset&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/wP6xGaTdfVc" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;strong&gt;Data transformation - 03 - The select&amp;nbsp;function&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/bfmMYUOWnls" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;strong&gt;Data transformation - 04 - The pipe&amp;nbsp;operator&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/SdrBENv3F-s" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;strong&gt;Data transformation - 05 - The arrange&amp;nbsp;function&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/9Hnz8KEBCUc" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;strong&gt;Data transformation - 06 - The slice&amp;nbsp;function&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/m3lvPn8oP2E" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;strong&gt;Data transformation - 07 - Boolean&amp;nbsp;logic&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/_nVGIkzf8fg" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;strong&gt;Data transformation - 08 - The filter&amp;nbsp;function&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/BnscboiLaUM" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;span class="h3"&gt;Slides&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/week06_data_transformation_01_what_is_data_wrangling.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;01 - What is data&amp;nbsp;wrangling?&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/week06_data_transformation_02_the_presidential_dataset.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;02 - The &lt;span class="monospace"&gt;presidential&lt;/span&gt;&amp;nbsp;dataset&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/week06_data_transformation_03_the_select_function.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;03 - The &lt;span class="monospace"&gt;select&lt;/span&gt;&amp;nbsp;function&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/week06_data_transformation_04_the_pipe_operator.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;04 - The pipe &lt;span class="monospace"&gt;%&amp;gt;%&lt;/span&gt;&amp;nbsp;operator&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/week06_data_transformation_05_the_arrange_function.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;05 - The &lt;span class="monospace"&gt;arrange&lt;/span&gt;&amp;nbsp;function&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/week06_data_transformation_06_the_slice_function.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;06 - The &lt;span class="monospace"&gt;slice&lt;/span&gt;&amp;nbsp;function&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/week06_data_transformation_07_boolean_logic.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;07 - Boolean&amp;nbsp;logic&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/doc/week06_data_transformation_08_the_filter_function.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;08 - The &lt;span class="monospace"&gt;filter&lt;/span&gt;&amp;nbsp;function&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</content><category term="class notes"></category></entry><entry><title>Week 5</title><link href="http://fall18.cds101.com/assignments/week-05-readings/" rel="alternate"></link><published>2018-09-30T23:59:00-04:00</published><updated>2018-09-30T23:59:00-04:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-09-30:/assignments/week-05-readings/</id><summary type="html">&lt;p&gt;&lt;span class="h3"&gt;&lt;a href="http://r4ds.had.co.nz"&gt;R for Data&amp;nbsp;Science&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;From &lt;a href="http://r4ds.had.co.nz/data-visualisation.html"&gt;chapter 3&lt;/a&gt;: sections &lt;a href="http://r4ds.had.co.nz/data-visualisation.html#geometric-objects"&gt;3.6&lt;/a&gt; through &lt;a href="http://r4ds.had.co.nz/data-visualisation.html#the-layered-grammar-of-graphics"&gt;3.10&lt;/a&gt;&lt;/p&gt;
</summary><content type="html">&lt;p&gt;&lt;span class="h3"&gt;&lt;a href="http://r4ds.had.co.nz"&gt;R for Data&amp;nbsp;Science&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;From &lt;a href="http://r4ds.had.co.nz/data-visualisation.html"&gt;chapter 3&lt;/a&gt;: sections &lt;a href="http://r4ds.had.co.nz/data-visualisation.html#geometric-objects"&gt;3.6&lt;/a&gt; through &lt;a href="http://r4ds.had.co.nz/data-visualisation.html#the-layered-grammar-of-graphics"&gt;3.10&lt;/a&gt;&lt;/p&gt;
</content><category term="reading"></category></entry><entry><title>DataCamp exercises (Week 4)</title><link href="http://fall18.cds101.com/assignments/datacamp-exercises-week-4/" rel="alternate"></link><published>2018-09-25T23:59:00-04:00</published><updated>2018-09-25T23:59:00-04:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-09-25:/assignments/datacamp-exercises-week-4/</id><summary type="html">&lt;h2 id="instructions"&gt;Instructions&lt;/h2&gt;
&lt;p&gt;On &lt;a href="https://datacamp.com"&gt;Datacamp&lt;/a&gt;, watch the tutorial videos and complete the interactive coding challenges from the following lessons, which will let you practice and supplement this week’s&amp;nbsp;content.&lt;/p&gt;
&lt;div class="callout secondary"&gt;
&lt;p&gt;&lt;span class="h3"&gt;Important!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Your progress through these lessons is being tracked and completing them counts towards the &lt;em&gt;Module exercises&lt;/em&gt; category of your&amp;nbsp;grade.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span class="h4"&gt;From …&lt;/span&gt;&lt;/p&gt;</summary><content type="html">&lt;h2 id="instructions"&gt;Instructions&lt;/h2&gt;
&lt;p&gt;On &lt;a href="https://datacamp.com"&gt;Datacamp&lt;/a&gt;, watch the tutorial videos and complete the interactive coding challenges from the following lessons, which will let you practice and supplement this week’s&amp;nbsp;content.&lt;/p&gt;
&lt;div class="callout secondary"&gt;
&lt;p&gt;&lt;span class="h3"&gt;Important!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Your progress through these lessons is being tracked and completing them counts towards the &lt;em&gt;Module exercises&lt;/em&gt; category of your&amp;nbsp;grade.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span class="h4"&gt;From &lt;em&gt;Data Visualization with ggplot2 (Part&amp;nbsp;1)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Introduction&lt;/li&gt;
&lt;/ul&gt;
</content><category term="module-exercise"></category></entry><entry><title>R Markdown mini-assignment</title><link href="http://fall18.cds101.com/assignments/rmarkdown-mini-assignment/" rel="alternate"></link><published>2018-09-24T23:59:00-04:00</published><updated>2018-09-24T23:59:00-04:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-09-24:/assignments/rmarkdown-mini-assignment/</id><summary type="html">Mini-assignment on editing R Markdown files and saving to&amp;nbsp;GitHub.</summary><content type="html">&lt;p&gt;&lt;span class="h3"&gt;&lt;strong&gt;Due:&lt;/strong&gt; September 24, 2018 @&amp;nbsp;11:59pm&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/rmarkdown-mini-assignment-template.html"&gt;&lt;i class="fab fa-html5" data-fa-transform="grow-8"&gt;&lt;/i&gt;  &lt;span class="monospace"&gt;rmarkdown_practice.html&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://classroom.github.com/a/wdAMzlIJ"&gt;&lt;i class="fab fa-github-alt" data-fa-transform="grow-8"&gt;&lt;/i&gt;  GitHub Classroom repo for &lt;strong&gt;R Markdown&amp;nbsp;mini-assignment&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h2 id="instructions"&gt;Instructions&lt;/h2&gt;
&lt;div class="callout secondary"&gt;
&lt;p&gt;&lt;span class="h4"&gt;First-time RStudio Server&amp;nbsp;setup&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Important!&lt;/strong&gt; Follow &lt;strong&gt;all&lt;/strong&gt; the directions in the repository linked below &lt;strong&gt;before&lt;/strong&gt; starting work on this&amp;nbsp;mini-assignment.&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/mason-fa18-cds-101-dl1/configure-rstudio-server"&gt;&lt;i class="fab fa-github-alt" data-fa-transform="grow-8"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;RStudio Server Configuration&amp;nbsp;repository&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href="https://classroom.github.com/a/wdAMzlIJ"&gt;Obtain the GitHub repository for the activity&lt;/a&gt;, which contains a starter file named &lt;span class="monospace"&gt;rmarkdown.Rmd&lt;/span&gt;. Use this file to re-create the layout of &lt;a href="/doc/rmarkdown-mini-assignment-template.html"&gt;&lt;span class="monospace"&gt;rmarkdown-mini-assignment-template.html&lt;/span&gt;&lt;/a&gt; using Markdown. You will knit your file to the &lt;span class="caps"&gt;HTML&lt;/span&gt; format. When you’re done, save your file, commit, push (upload) it to GitHub, and follow the &lt;strong&gt;&lt;a href="#how-to-submit"&gt;How to submit&lt;/a&gt;&lt;/strong&gt; section below to setup a Pull Request, which will be used for&amp;nbsp;feedback.&lt;/p&gt;
&lt;h2 id="how-to-submit"&gt;How to&amp;nbsp;submit&lt;/h2&gt;
&lt;p&gt;When you are ready to submit, be sure to save, commit, and push your final result so that everything is synchronized to GitHub. &lt;strong&gt;To lock in your submission time,&lt;/strong&gt; knit your R Markdown document to &lt;span class="caps"&gt;HTML&lt;/span&gt;, download the file from RStudio Server, and upload it to the R Markdown mini-assignment posting on&amp;nbsp;Blackboard.&lt;/p&gt;
&lt;p&gt;You are to also open a Pull Request on GitHub so that comments can be directly left on your R Markdown source files. After uploading to Blackboard, navigate to your copy of the &lt;a href="https://classroom.github.com/a/wdAMzlIJ"&gt;GitHub repository&lt;/a&gt; you used for this assignment. You should see your repository, along with the updated files that you synchronized to GitHub. Do the&amp;nbsp;following:&lt;/p&gt;
&lt;ol type="1"&gt;
&lt;li&gt;&lt;p&gt;Click the &lt;em&gt;Pull Requests&lt;/em&gt; tab near the top of the&amp;nbsp;page.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click the green button that says “New pull&amp;nbsp;request”.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click the dropdown menu button labeled “base:”, and select the option &lt;span class="monospace"&gt;grading&lt;/span&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Confirm that the dropdown menu button labled “compare:” is set to &lt;span class="monospace"&gt;master&lt;/span&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click the green button that says “Create pull&amp;nbsp;request”.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Give the &lt;em&gt;pull request&lt;/em&gt; the following title: &lt;span class="monospace"&gt;Submission: R Markdown mini-assignment, FirstName LastName&lt;/span&gt;, replacing &lt;span class="monospace"&gt;FirstName&lt;/span&gt; and &lt;span class="monospace"&gt;LastName&lt;/span&gt; with your actual first and last&amp;nbsp;name.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;In the messagebox, write &lt;span class="monospace"&gt;My submission is ready for grading @jkglasbrenner&lt;/span&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click “Create pull request” to lock in your&amp;nbsp;submission.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="cheatsheets"&gt;Cheatsheets&lt;/h2&gt;
&lt;p&gt;You are encouraged to review and keep the following cheatsheets handy while working on this&amp;nbsp;assignment:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/rstudio-IDE-cheatsheet.pdf"&gt;RStudio&amp;nbsp;cheatsheet&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/rmarkdown-cheatsheet.pdf"&gt;RMarkdown&amp;nbsp;cheatsheet&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/rmarkdown-reference.pdf"&gt;RMarkdown&amp;nbsp;reference&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
</content><category term="mini-assignment"></category></entry><entry><title>Visualization mini-assignment</title><link href="http://fall18.cds101.com/assignments/visualization-mini-assignment/" rel="alternate"></link><published>2018-09-24T23:59:00-04:00</published><updated>2018-09-24T23:59:00-04:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-09-24:/assignments/visualization-mini-assignment/</id><summary type="html">Mini-assignment to practice using RStudio to run code blocks in RMarkdown files and to create visualizations using&amp;nbsp;ggplot2.</summary><content type="html">&lt;p&gt;&lt;span class="h3"&gt;&lt;strong&gt;Due:&lt;/strong&gt; September 24, 2018 @&amp;nbsp;11:59pm&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/mini-assignment-no-code-preview.html"&gt;&lt;i class="fab fa-html5" data-fa-transform="grow-8"&gt;&lt;/i&gt;  Offline, &lt;span class="caps"&gt;HTML&lt;/span&gt;-rendered copy of worksheet (code blocks left&amp;nbsp;unevaluated)&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://classroom.github.com/a/7GwZOScA"&gt;&lt;i class="fab fa-github-alt" data-fa-transform="grow-8"&gt;&lt;/i&gt;  GitHub Classroom repo for &lt;strong&gt;Visualization&amp;nbsp;mini-assignment&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h2 id="instructions"&gt;Instructions&lt;/h2&gt;
&lt;div class="callout secondary"&gt;
&lt;p&gt;&lt;span class="h4"&gt;First-time RStudio Server&amp;nbsp;setup&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Important!&lt;/strong&gt; Follow &lt;strong&gt;all&lt;/strong&gt; the directions in the repository linked below &lt;strong&gt;before&lt;/strong&gt; starting work on this&amp;nbsp;mini-assignment.&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/mason-fa18-cds-101-dl1/configure-rstudio-server"&gt;&lt;i class="fab fa-github-alt" data-fa-transform="grow-8"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;RStudio Server Configuration&amp;nbsp;repository&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href="https://classroom.github.com/a/7GwZOScA"&gt;Obtain the GitHub repository you will use to complete the mini-assignment&lt;/a&gt;, which contains a starter file named &lt;span class="monospace"&gt;visualization_mini-assignment.Rmd&lt;/span&gt;. The demos and exercises you will be completing are written inside &lt;span class="monospace"&gt;visualization_mini-assignment.Rmd&lt;/span&gt;, complete them within the indicated spaces. You should knit your file to the &lt;span class="caps"&gt;HTML&lt;/span&gt; format to check how it looks. When you’re done, save your file, commit, push (upload) it to GitHub, and follow the &lt;strong&gt;&lt;a href="#how-to-submit"&gt;How to submit&lt;/a&gt;&lt;/strong&gt; section below to setup a Pull Request, which will be used for&amp;nbsp;feedback.&lt;/p&gt;
&lt;h2 id="how-to-submit"&gt;How to&amp;nbsp;submit&lt;/h2&gt;
&lt;p&gt;When you are ready to submit, be sure to save, commit, and push your final result so that everything is synchronized to GitHub. &lt;strong&gt;To lock in your submission time,&lt;/strong&gt; knit your R Markdown document to &lt;span class="caps"&gt;HTML&lt;/span&gt;, download the file from RStudio Server, and upload it to the R Markdown mini-assignment posting on&amp;nbsp;Blackboard.&lt;/p&gt;
&lt;p&gt;You are to also open a Pull Request on GitHub so that comments can be directly left on your R Markdown source files. After uploading to Blackboard, navigate to your copy of the &lt;a href="https://classroom.github.com/a/7GwZOScA"&gt;GitHub repository&lt;/a&gt; you used for this assignment. You should see your repository, along with the updated files that you synchronized to GitHub. Do the&amp;nbsp;following:&lt;/p&gt;
&lt;ol type="1"&gt;
&lt;li&gt;&lt;p&gt;Click the &lt;em&gt;Pull Requests&lt;/em&gt; tab near the top of the&amp;nbsp;page.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click the green button that says “New pull&amp;nbsp;request”.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click the dropdown menu button labeled “base:”, and select the option &lt;span class="monospace"&gt;grading&lt;/span&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Confirm that the dropdown menu button labled “compare:” is set to &lt;span class="monospace"&gt;master&lt;/span&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click the green button that says “Create pull&amp;nbsp;request”.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Give the &lt;em&gt;pull request&lt;/em&gt; the following title: &lt;span class="monospace"&gt;Submission: Visualization mini-assignment, FirstName LastName&lt;/span&gt;, replacing &lt;span class="monospace"&gt;FirstName&lt;/span&gt; and &lt;span class="monospace"&gt;LastName&lt;/span&gt; with your actual first and last&amp;nbsp;name.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;In the messagebox, write &lt;span class="monospace"&gt;My submission is ready for grading @jkglasbrenner&lt;/span&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click “Create pull request” to lock in your&amp;nbsp;submission.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="cheatsheets"&gt;Cheatsheets&lt;/h2&gt;
&lt;p&gt;You are encouraged to review and keep the following cheatsheets handy while working on this&amp;nbsp;assignment:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/rstudio-ide-cheatsheet.pdf"&gt;RStudio&amp;nbsp;cheatsheet&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/rmarkdown-cheatsheet.pdf"&gt;RMarkdown&amp;nbsp;cheatsheet&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/rmarkdown-reference.pdf"&gt;RMarkdown&amp;nbsp;reference&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
</content><category term="mini-assignment"></category></entry><entry><title>Week 5</title><link href="http://fall18.cds101.com/materials/week-05-materials/" rel="alternate"></link><published>2018-09-24T08:00:00-04:00</published><updated>2018-09-24T08:00:00-04:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-09-24:/materials/week-05-materials/</id><summary type="html">&lt;p&gt;&lt;span class="h2"&gt;Data&amp;nbsp;visualization&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="h3"&gt;Homework&amp;nbsp;assignment&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/homework-1/"&gt;&lt;i class="fas fa-pencil-alt" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Homework&amp;nbsp;1&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Module&amp;nbsp;exercises&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/datacamp-exercises-week-5"&gt;&lt;i class="fa fa-laptop" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;DataCamp exercises (Week&amp;nbsp;5)&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Readings&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/week-05-readings/"&gt;&lt;i class="fa fa-book" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Week 5&amp;nbsp;readings&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Videos&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Data visualization - 03 - Describing&amp;nbsp;visualizations&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/HVFek-6iz-M" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;strong&gt;Data visualization - 04 - Data visualization with&amp;nbsp;ggplot2&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/pmjM0mz_1Es" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;span class="h3"&gt;Slides&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/week05_data_visualization_03_describing_visualizations.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;03 - Describing&amp;nbsp;visualizations&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/doc/week05_data_visualization_04_data_visualization_with_ggplot2.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;04 - Data visualization with&amp;nbsp;ggplot2&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</summary><content type="html">&lt;p&gt;&lt;span class="h2"&gt;Data&amp;nbsp;visualization&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="h3"&gt;Homework&amp;nbsp;assignment&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/homework-1/"&gt;&lt;i class="fas fa-pencil-alt" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Homework&amp;nbsp;1&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Module&amp;nbsp;exercises&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/datacamp-exercises-week-5"&gt;&lt;i class="fa fa-laptop" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;DataCamp exercises (Week&amp;nbsp;5)&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Readings&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/week-05-readings/"&gt;&lt;i class="fa fa-book" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Week 5&amp;nbsp;readings&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Videos&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Data visualization - 03 - Describing&amp;nbsp;visualizations&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/HVFek-6iz-M" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;strong&gt;Data visualization - 04 - Data visualization with&amp;nbsp;ggplot2&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/pmjM0mz_1Es" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;span class="h3"&gt;Slides&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/week05_data_visualization_03_describing_visualizations.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;03 - Describing&amp;nbsp;visualizations&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/doc/week05_data_visualization_04_data_visualization_with_ggplot2.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;04 - Data visualization with&amp;nbsp;ggplot2&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</content><category term="class notes"></category></entry><entry><title>Week 4</title><link href="http://fall18.cds101.com/assignments/week-04-readings/" rel="alternate"></link><published>2018-09-23T23:59:00-04:00</published><updated>2018-09-23T23:59:00-04:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-09-23:/assignments/week-04-readings/</id><summary type="html">&lt;p&gt;&lt;span class="h3"&gt;&lt;a href="http://r4ds.had.co.nz"&gt;R for Data&amp;nbsp;Science&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;From &lt;a href="http://r4ds.had.co.nz/data-visualisation.html"&gt;chapter 3&lt;/a&gt;: sections &lt;a href="http://r4ds.had.co.nz/data-visualisation.html#introduction-1"&gt;3.1&lt;/a&gt; through &lt;a href="http://r4ds.had.co.nz/data-visualisation.html#facets"&gt;3.5&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="h3"&gt;&lt;a href="http://book.cds101.com"&gt;Introduction to computational and data sciences supplemental&amp;nbsp;book&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;All of &lt;a href="http://book.cds101.com/describing-numerical-data.html"&gt;chapter 3&lt;/a&gt;&amp;nbsp;(short)&lt;/p&gt;
</summary><content type="html">&lt;p&gt;&lt;span class="h3"&gt;&lt;a href="http://r4ds.had.co.nz"&gt;R for Data&amp;nbsp;Science&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;From &lt;a href="http://r4ds.had.co.nz/data-visualisation.html"&gt;chapter 3&lt;/a&gt;: sections &lt;a href="http://r4ds.had.co.nz/data-visualisation.html#introduction-1"&gt;3.1&lt;/a&gt; through &lt;a href="http://r4ds.had.co.nz/data-visualisation.html#facets"&gt;3.5&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="h3"&gt;&lt;a href="http://book.cds101.com"&gt;Introduction to computational and data sciences supplemental&amp;nbsp;book&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;All of &lt;a href="http://book.cds101.com/describing-numerical-data.html"&gt;chapter 3&lt;/a&gt;&amp;nbsp;(short)&lt;/p&gt;
</content><category term="reading"></category></entry><entry><title>DataCamp exercises (Week 3)</title><link href="http://fall18.cds101.com/assignments/datacamp-exercises-week-3/" rel="alternate"></link><published>2018-09-18T23:59:00-04:00</published><updated>2018-09-18T23:59:00-04:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-09-18:/assignments/datacamp-exercises-week-3/</id><summary type="html">&lt;h2 id="instructions"&gt;Instructions&lt;/h2&gt;
&lt;p&gt;You should have received an invitation in your Mason email address to register and join &lt;a href="https://datacamp.com"&gt;DataCamp&lt;/a&gt;. If you have not done so already, complete the registration so that you can join the &lt;em&gt;Introduction to Computational and Data Sciences&lt;/em&gt; class there. You are to watch the tutorial videos and complete …&lt;/p&gt;</summary><content type="html">&lt;h2 id="instructions"&gt;Instructions&lt;/h2&gt;
&lt;p&gt;You should have received an invitation in your Mason email address to register and join &lt;a href="https://datacamp.com"&gt;DataCamp&lt;/a&gt;. If you have not done so already, complete the registration so that you can join the &lt;em&gt;Introduction to Computational and Data Sciences&lt;/em&gt; class there. You are to watch the tutorial videos and complete the interactive coding challenges from the following lessons, which will let you practice and supplement this week’s&amp;nbsp;content.&lt;/p&gt;
&lt;div class="callout secondary"&gt;
&lt;p&gt;&lt;span class="h3"&gt;Important!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Your progress through these lessons is being tracked and completing them counts towards the &lt;em&gt;Module exercises&lt;/em&gt; category of your&amp;nbsp;grade.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span class="h4"&gt;From &lt;em&gt;Introduction to&amp;nbsp;R&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Intro to&amp;nbsp;basics&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Vectors&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span class="h4"&gt;From &lt;em&gt;Reporting with R&amp;nbsp;Markdown&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Authoring R Markdown&amp;nbsp;reports&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Embedding&amp;nbsp;Code&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span class="h4"&gt;From &lt;em&gt;Working with the RStudio &lt;span class="caps"&gt;IDE&lt;/span&gt; Part&amp;nbsp;1&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Orientation&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span class="h4"&gt;From &lt;em&gt;Working with the RStudio &lt;span class="caps"&gt;IDE&lt;/span&gt; Part&amp;nbsp;2&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Version&amp;nbsp;Control&lt;/li&gt;
&lt;/ul&gt;
</content><category term="module-exercise"></category></entry><entry><title>Week 4</title><link href="http://fall18.cds101.com/materials/week-04-materials/" rel="alternate"></link><published>2018-09-17T08:00:00-04:00</published><updated>2018-09-17T08:00:00-04:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-09-17:/materials/week-04-materials/</id><summary type="html">&lt;p&gt;&lt;span class="h2"&gt;Data&amp;nbsp;visualization&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="h3"&gt;Mini-assignments&lt;/span&gt;&lt;/p&gt;
&lt;div class="callout secondary"&gt;
&lt;p&gt;&lt;span class="h4"&gt;First-time RStudio Server&amp;nbsp;setup&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Important!&lt;/strong&gt; Follow &lt;strong&gt;all&lt;/strong&gt; the directions in the repository linked below &lt;strong&gt;before&lt;/strong&gt; starting work on the two&amp;nbsp;mini-assignments.&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/mason-fa18-cds-101-dl1/configure-rstudio-server"&gt;&lt;i class="fab fa-github-alt" data-fa-transform="grow-8"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;RStudio Server Configuration&amp;nbsp;repository&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/assignments/rmarkdown-mini-assignment/"&gt;&lt;i class="fa fa-pen-square" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;R Markdown&amp;nbsp;mini-assignment&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/assignments/visualization-mini-assignment/"&gt;&lt;i class="fa fa-pen-square" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Visualization&amp;nbsp;mini-assignment&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Module&amp;nbsp;exercises&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/datacamp-exercises-week-4"&gt;&lt;i class="fa fa-laptop" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;DataCamp exercises (Week&amp;nbsp;4)&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Readings&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/week-04-readings/"&gt;&lt;i class="fa fa-book" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Week 4 readings&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Videos&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Data visualization - 01 - Data visualization as …&lt;/strong&gt;&lt;/p&gt;</summary><content type="html">&lt;p&gt;&lt;span class="h2"&gt;Data&amp;nbsp;visualization&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="h3"&gt;Mini-assignments&lt;/span&gt;&lt;/p&gt;
&lt;div class="callout secondary"&gt;
&lt;p&gt;&lt;span class="h4"&gt;First-time RStudio Server&amp;nbsp;setup&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Important!&lt;/strong&gt; Follow &lt;strong&gt;all&lt;/strong&gt; the directions in the repository linked below &lt;strong&gt;before&lt;/strong&gt; starting work on the two&amp;nbsp;mini-assignments.&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/mason-fa18-cds-101-dl1/configure-rstudio-server"&gt;&lt;i class="fab fa-github-alt" data-fa-transform="grow-8"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;RStudio Server Configuration&amp;nbsp;repository&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/assignments/rmarkdown-mini-assignment/"&gt;&lt;i class="fa fa-pen-square" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;R Markdown&amp;nbsp;mini-assignment&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/assignments/visualization-mini-assignment/"&gt;&lt;i class="fa fa-pen-square" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Visualization&amp;nbsp;mini-assignment&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Module&amp;nbsp;exercises&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/datacamp-exercises-week-4"&gt;&lt;i class="fa fa-laptop" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;DataCamp exercises (Week&amp;nbsp;4)&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Readings&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/week-04-readings/"&gt;&lt;i class="fa fa-book" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;Week 4 readings&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Videos&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Data visualization - 01 - Data visualization as&amp;nbsp;communication&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/W5Fnc4U3sS4" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;strong&gt;Data visualization - 02 - Examining numerical&amp;nbsp;data&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/Dtveq_kYlKQ" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;span class="h3"&gt;Slides&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/week04_data_visualization_01_data_visualization_as_communication.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;01 - Data visualization as&amp;nbsp;communication&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/doc/week04_data_visualization_02_examining_numerical_data.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;02 - Examining numerical&amp;nbsp;data&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</content><category term="class notes"></category></entry><entry><title>Week 3</title><link href="http://fall18.cds101.com/assignments/week-03-readings/" rel="alternate"></link><published>2018-09-16T23:59:00-04:00</published><updated>2018-09-16T23:59:00-04:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-09-16:/assignments/week-03-readings/</id><summary type="html">&lt;p&gt;&lt;span class="h3"&gt;&lt;a href="https://bookdown.org/yihui/rmarkdown/"&gt;R Markdown: The Definitive&amp;nbsp;Guide&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;From &lt;a href="https://bookdown.org/yihui/rmarkdown/basics.html"&gt;chapter 2&lt;/a&gt;: &lt;a href="https://bookdown.org/yihui/rmarkdown/basics.html"&gt;Ch. 2 introduction&lt;/a&gt;, &lt;a href="https://bookdown.org/yihui/rmarkdown/compile.html"&gt;section 2.2&lt;/a&gt;, &lt;a href="https://bookdown.org/yihui/rmarkdown/cheat-sheets.html"&gt;section 2.3&lt;/a&gt;, &lt;a href="https://bookdown.org/yihui/rmarkdown/markdown-syntax.html"&gt;section 2.5&lt;/a&gt;, &lt;a href="https://bookdown.org/yihui/rmarkdown/r-code.html"&gt;section&amp;nbsp;2.6&lt;/a&gt;&lt;/p&gt;
</summary><content type="html">&lt;p&gt;&lt;span class="h3"&gt;&lt;a href="https://bookdown.org/yihui/rmarkdown/"&gt;R Markdown: The Definitive&amp;nbsp;Guide&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;From &lt;a href="https://bookdown.org/yihui/rmarkdown/basics.html"&gt;chapter 2&lt;/a&gt;: &lt;a href="https://bookdown.org/yihui/rmarkdown/basics.html"&gt;Ch. 2 introduction&lt;/a&gt;, &lt;a href="https://bookdown.org/yihui/rmarkdown/compile.html"&gt;section 2.2&lt;/a&gt;, &lt;a href="https://bookdown.org/yihui/rmarkdown/cheat-sheets.html"&gt;section 2.3&lt;/a&gt;, &lt;a href="https://bookdown.org/yihui/rmarkdown/markdown-syntax.html"&gt;section 2.5&lt;/a&gt;, &lt;a href="https://bookdown.org/yihui/rmarkdown/r-code.html"&gt;section&amp;nbsp;2.6&lt;/a&gt;&lt;/p&gt;
</content><category term="reading"></category></entry><entry><title>Week 3</title><link href="http://fall18.cds101.com/materials/week-03-materials/" rel="alternate"></link><published>2018-09-10T08:00:00-04:00</published><updated>2018-09-10T08:00:00-04:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-09-10:/materials/week-03-materials/</id><summary type="html">&lt;p&gt;&lt;span class="h2"&gt;Reproducible&amp;nbsp;toolbox&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="h3"&gt;Module&amp;nbsp;exercises&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/datacamp-exercises-week-3"&gt;&lt;i class="fa fa-laptop" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;DataCamp exercises (Week&amp;nbsp;3)&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Videos&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;01 - Reproducible toolbox - Reproducibility in&amp;nbsp;science&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/-Pw-z_rROlw" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;strong&gt;02 - Reproducible toolbox - Reproducible research&amp;nbsp;toolkit&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/GicSJT_VorM" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;span class="h3"&gt;Slides&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/week03_reproducible_toolbox_01_reproducibility_in_science.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;01 - Reproducibility in&amp;nbsp;science&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/doc/week03_reproducible_toolbox_02_reproducible_research_toolkit.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;02 - Reproducible research&amp;nbsp;toolkit&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</summary><content type="html">&lt;p&gt;&lt;span class="h2"&gt;Reproducible&amp;nbsp;toolbox&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="h3"&gt;Module&amp;nbsp;exercises&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/assignments/datacamp-exercises-week-3"&gt;&lt;i class="fa fa-laptop" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;DataCamp exercises (Week&amp;nbsp;3)&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 1em"&gt;

&lt;/div&gt;
&lt;p&gt;&lt;span class="h3"&gt;Videos&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;01 - Reproducible toolbox - Reproducibility in&amp;nbsp;science&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/-Pw-z_rROlw" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;strong&gt;02 - Reproducible toolbox - Reproducible research&amp;nbsp;toolkit&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/GicSJT_VorM" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;span class="h3"&gt;Slides&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/week03_reproducible_toolbox_01_reproducibility_in_science.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;01 - Reproducibility in&amp;nbsp;science&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/doc/week03_reproducible_toolbox_02_reproducible_research_toolkit.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;02 - Reproducible research&amp;nbsp;toolkit&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</content><category term="class notes"></category></entry><entry><title>Week 2</title><link href="http://fall18.cds101.com/assignments/week-02-readings/" rel="alternate"></link><published>2018-09-09T23:59:00-04:00</published><updated>2018-09-09T23:59:00-04:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-09-09:/assignments/week-02-readings/</id><summary type="html">&lt;p&gt;&lt;span class="h3"&gt;&lt;a href="http://r4ds.had.co.nz"&gt;R for Data&amp;nbsp;Science&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;All of &lt;a href="http://r4ds.had.co.nz/communicate-intro.html"&gt;chapter 26&lt;/a&gt;&amp;nbsp;(short)&lt;/li&gt;
&lt;li&gt;All of &lt;a href="http://r4ds.had.co.nz/r-markdown.html"&gt;chapter&amp;nbsp;27&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span class="h3"&gt;&lt;a href="http://book.cds101.com"&gt;Introduction to computational and data sciences supplemental&amp;nbsp;book&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;From chapter 2: sections &lt;a href="http://book.cds101.com/getting-started.html"&gt;2.1&lt;/a&gt;, &lt;a href="http://book.cds101.com/navigating-the-github-site.html"&gt;2.2&lt;/a&gt;, and &lt;a href="http://book.cds101.com/repositories.html"&gt;2.3&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</summary><content type="html">&lt;p&gt;&lt;span class="h3"&gt;&lt;a href="http://r4ds.had.co.nz"&gt;R for Data&amp;nbsp;Science&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;All of &lt;a href="http://r4ds.had.co.nz/communicate-intro.html"&gt;chapter 26&lt;/a&gt;&amp;nbsp;(short)&lt;/li&gt;
&lt;li&gt;All of &lt;a href="http://r4ds.had.co.nz/r-markdown.html"&gt;chapter&amp;nbsp;27&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span class="h3"&gt;&lt;a href="http://book.cds101.com"&gt;Introduction to computational and data sciences supplemental&amp;nbsp;book&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;From chapter 2: sections &lt;a href="http://book.cds101.com/getting-started.html"&gt;2.1&lt;/a&gt;, &lt;a href="http://book.cds101.com/navigating-the-github-site.html"&gt;2.2&lt;/a&gt;, and &lt;a href="http://book.cds101.com/repositories.html"&gt;2.3&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</content><category term="reading"></category></entry><entry><title>Can Twitter predict election results?</title><link href="http://fall18.cds101.com/assignments/can-twitter-predict-election-results-module-exercise/" rel="alternate"></link><published>2018-09-03T00:00:00-04:00</published><updated>2018-09-03T00:00:00-04:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-09-03:/assignments/can-twitter-predict-election-results-module-exercise/</id><summary type="html">A module exercise about a data science study that used Twitter data to predict election&amp;nbsp;outcomes.</summary><content type="html">&lt;p&gt;&lt;span class="h3"&gt;&lt;strong&gt;Due:&lt;/strong&gt; September 3, 2018 2018 @&amp;nbsp;12:00am&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="appearances-of-candidates-names-on-twitter-can-help-predict-election-results"&gt;Appearances of candidates’ names on Twitter can help predict election&amp;nbsp;results&lt;/h2&gt;
&lt;p&gt;The promise of using data science to predict election results has been received a lot of attention over the last decade. A lot of attention has focused on using polls to create models and predict results, such as what Nate Silver does over at &lt;a href="http://fivethirtyeight.com"&gt;fivethirtyeight.com&lt;/a&gt;. Besides polls, other kinds of data have been focused on for making predictions about elections. Consider the following 2013 study by a group of researchers at Indiana University. They wanted to see if the appearances of candidates’ names on Twitter can help predict election&amp;nbsp;results.&lt;/p&gt;
&lt;p&gt;The Washington Post picked this up in an editorial, written by one of the study’s&amp;nbsp;authors:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;New research in computer science, sociology and political science shows that data extracted from social media platforms yield accurate measurements of public opinion. It turns out that what people say on Twitter or Facebook is a very good indicator of how they will&amp;nbsp;vote.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;How good? […] co-authors Joseph DiGrazia, Karissa McKelvey, Johan Bollen and I show that Twitter discussions are an unusually good pre- dictor of &lt;span class="caps"&gt;U.S.&lt;/span&gt; House elections. Using a massive archive of billions of randomly sampled tweets stored at Indiana University, we extracted 542,969 tweets that mention a Democratic or Republican candidate for Congress in 2010. For each congressional district, we computed the percentage of tweets that mentioned these candidates. We found a strong correlation between a candidate’s tweet share and the final two-party vote share, especially when we account for a district’s economic, racial and gender profile. In the 2010 data, our Twitter data predicted the winner in 404 out of 406 competitive&amp;nbsp;races.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="data-science"&gt;Data&amp;nbsp;science&lt;/h2&gt;
&lt;p&gt;This is a true data science research project, in&amp;nbsp;that:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;The data being analyzed was scraped from the Internet, not collected from a controlled, randomized trial. Typical statistical assumptions about random sampling, etc. do not&amp;nbsp;apply!&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The research question is addressed by combining &lt;em&gt;domain knowledge&lt;/em&gt; (i.e. knowledge of how Congressional races work) with a data source (Twitter) that has no obvious&amp;nbsp;relevance.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;A &lt;em&gt;large&lt;/em&gt; amount of data (500 million tweets!) was collected. [Note: only 500,000 tweets were analyzed.] In this case, the data was big enough that the Center for Complex Networks and Systems Research had to get&amp;nbsp;involved!&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The project was undertaken by a team of researchers from different fields (i.e. sociology, computing) working in different departments, and bringing different skills to the&amp;nbsp;table.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="read-the-article-like-a-scientist"&gt;Read the article like a&amp;nbsp;scientist&lt;/h2&gt;
&lt;p&gt;Spend a few minutes reading the &lt;a href="http://www.washingtonpost.com/opinions/how-twitter-can-predict-an-election/2013/08/11/35ef885a-0108-11e3-96a8-d3b921c0924a_story.html"&gt;Rojas editorial&lt;/a&gt; and skimming the &lt;a href="/doc/DiGrazia2013_SSRN_MoreTweetsMoreVotes-id2235423.pdf"&gt;actual paper&lt;/a&gt;. Be sure to consider Figure 1 and Table 1 carefully, and address the questions&amp;nbsp;below.&lt;/p&gt;
&lt;p&gt;Write your responses in word processing software and export your submission to the &lt;span class="caps"&gt;PDF&lt;/span&gt; format before uploading it to &lt;a href="https://mymasonportal.gmu.edu/webapps/blackboard/content/listContent.jsp?course_id=_347062_1&amp;amp;content_id=_8261913_1"&gt;the Blackboard submission link&lt;/a&gt;. Your responses should be written using full sentences and proper spelling and&amp;nbsp;grammar.&lt;/p&gt;
&lt;ol type="1"&gt;
&lt;li&gt;&lt;p&gt;Write a sentence summarizing the findings of the&amp;nbsp;paper.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Think critically about the data visualization shown in Figure 1 and write what you observe about it. What is the figure’s purpose? What does it convey? If you were to create it, what would you do&amp;nbsp;differently?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Now discuss the differences between the Bivariate model and the Full Model. Which one do you think does a better job of predicting the outcome of an election? Which one do you think best addresses the influence of tweets on an&amp;nbsp;election?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Why do you suppose that the coefficient of RepublicanTweetShare is so much larger in the Bivariate model? How does this reflect on the influence of tweets in an&amp;nbsp;election?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Do you think the study holds water? Why or why not? What are the shortcomings of this&amp;nbsp;study?&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="credits"&gt;Credits&lt;/h2&gt;
&lt;p&gt;This module exercise is a derivative of &lt;a href="https://github.com/mine-cetinkaya-rundel/sta112_f15/blob/8e70667fc8db04f3a65b1c01a57ff747a6c9ed0a/application-exercises/app_Twitter_election_results.Rmd"&gt;Can Twitter predict election results?&lt;/a&gt; by Mine Çetinkaya-Rundel used under a &lt;a href="http://creativecommons.org/licenses/by-nc-sa/4.0/"&gt;Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License&lt;/a&gt;. Credit for the dataset example belongs to &lt;a href="http://www.math.smith.edu/~bbaumer/"&gt;Ben Baumer&lt;/a&gt;. Adapted by James Glasbrenner and licensed under a &lt;a href="http://creativecommons.org/licenses/by-nc-sa/4.0/"&gt;Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License&lt;/a&gt;.&lt;/p&gt;
</content><category term="module-exercise"></category></entry><entry><title>Week 1</title><link href="http://fall18.cds101.com/assignments/week-01-readings/" rel="alternate"></link><published>2018-09-03T00:00:00-04:00</published><updated>2018-09-03T00:00:00-04:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-09-03:/assignments/week-01-readings/</id><summary type="html">&lt;p&gt;&lt;span class="h3"&gt;&lt;a href="http://r4ds.had.co.nz"&gt;R for Data&amp;nbsp;Science&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;All of &lt;a href="http://r4ds.had.co.nz/introduction.html"&gt;chapter&amp;nbsp;1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="h3"&gt;&lt;a href="/doc/Diez_Barr_%C3%87etinkaya-Rundel_IntroductoryStatisticsWithRandomizationAndSimulation.pdf"&gt;Introductory Statistics with Randomization and&amp;nbsp;Simulation&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;All of Chapter 1, except skip sections 1.3.5, all of 1.4, all of 1.5, skip&amp;nbsp;1.6.8.&lt;/p&gt;
</summary><content type="html">&lt;p&gt;&lt;span class="h3"&gt;&lt;a href="http://r4ds.had.co.nz"&gt;R for Data&amp;nbsp;Science&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;All of &lt;a href="http://r4ds.had.co.nz/introduction.html"&gt;chapter&amp;nbsp;1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="h3"&gt;&lt;a href="/doc/Diez_Barr_%C3%87etinkaya-Rundel_IntroductoryStatisticsWithRandomizationAndSimulation.pdf"&gt;Introductory Statistics with Randomization and&amp;nbsp;Simulation&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;All of Chapter 1, except skip sections 1.3.5, all of 1.4, all of 1.5, skip&amp;nbsp;1.6.8.&lt;/p&gt;
</content><category term="reading"></category></entry><entry><title>Fall 2018 Schedule</title><link href="http://fall18.cds101.com//index.html" rel="alternate"></link><published>2018-08-27T09:00:00-04:00</published><updated>2018-08-27T09:00:00-04:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-08-27://index.html</id><summary type="html">&lt;table style="width:100%;"&gt;
&lt;colgroup&gt;
&lt;col style="width: 9%" /&gt;
&lt;col style="width: 12%" /&gt;
&lt;col style="width: 35%" /&gt;
&lt;col style="width: 20%" /&gt;
&lt;col style="width: 22%" /&gt;
&lt;/colgroup&gt;
&lt;thead&gt;
&lt;tr class="header"&gt;
&lt;th style="text-align: left;"&gt;Week&lt;/th&gt;
&lt;th style="text-align: left;"&gt;Dates&lt;/th&gt;
&lt;th style="text-align: left;"&gt;Topic&lt;/th&gt;
&lt;th&gt;Materials&lt;/th&gt;
&lt;th style="text-align: left;"&gt;Assignments&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: left;"&gt;Week 1&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Aug-27 – Aug-31&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Course orientation&lt;/td&gt;
&lt;td&gt;&lt;a href="/materials/week-01-02-materials/"&gt;&lt;i
class="fas fa-chalkboard-teacher"
data-fa-transform="grow-8"&gt; &lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;&lt;a href="/assignments/week-01-readings/"&gt;Week 1 readings&lt;/a&gt;&lt;br&gt; &lt;a href="/assignments/can-twitter-predict-election-results-module-exercise/"&gt;Week 1 module exercise&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="even"&gt;
&lt;td style="text-align: left;"&gt;Week 2&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Sep-03 – Sep-07&lt;br&gt; Labor Day&lt;/td&gt;
&lt;td style="text-align: left;"&gt;What are the computational and data sciences?&lt;/td&gt;
&lt;td&gt;&lt;a href="/materials/week-01-02-materials/"&gt;&lt;i
class="fas fa-chalkboard-teacher"
data-fa-transform="grow-8"&gt; &lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;&lt;a href="/assignments/week-02-readings/"&gt;Week 2 readings&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: left;"&gt;Week 3&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Sep-10 – Sep-14&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Course toolbox&lt;/td&gt;
&lt;td&gt;&lt;a href="/materials/week-03-materials/"&gt;&lt;i
class="fas fa-chalkboard-teacher"
data-fa-transform="grow-8"&gt; &lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;&lt;a href="/assignments/week-03-readings/"&gt;Week 3 readings&lt;/a&gt;&lt;br&gt; &lt;a href="/assignments/datacamp-exercises-week-3/"&gt;Week 3 module exercises&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="even"&gt;
&lt;td style="text-align: left;"&gt;Week 4&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Sep-17 …&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</summary><content type="html">&lt;table style="width:100%;"&gt;
&lt;colgroup&gt;
&lt;col style="width: 9%" /&gt;
&lt;col style="width: 12%" /&gt;
&lt;col style="width: 35%" /&gt;
&lt;col style="width: 20%" /&gt;
&lt;col style="width: 22%" /&gt;
&lt;/colgroup&gt;
&lt;thead&gt;
&lt;tr class="header"&gt;
&lt;th style="text-align: left;"&gt;Week&lt;/th&gt;
&lt;th style="text-align: left;"&gt;Dates&lt;/th&gt;
&lt;th style="text-align: left;"&gt;Topic&lt;/th&gt;
&lt;th&gt;Materials&lt;/th&gt;
&lt;th style="text-align: left;"&gt;Assignments&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: left;"&gt;Week 1&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Aug-27 – Aug-31&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Course orientation&lt;/td&gt;
&lt;td&gt;&lt;a href="/materials/week-01-02-materials/"&gt;&lt;i
class="fas fa-chalkboard-teacher"
data-fa-transform="grow-8"&gt; &lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;&lt;a href="/assignments/week-01-readings/"&gt;Week 1 readings&lt;/a&gt;&lt;br&gt; &lt;a href="/assignments/can-twitter-predict-election-results-module-exercise/"&gt;Week 1 module exercise&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="even"&gt;
&lt;td style="text-align: left;"&gt;Week 2&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Sep-03 – Sep-07&lt;br&gt; Labor Day&lt;/td&gt;
&lt;td style="text-align: left;"&gt;What are the computational and data sciences?&lt;/td&gt;
&lt;td&gt;&lt;a href="/materials/week-01-02-materials/"&gt;&lt;i
class="fas fa-chalkboard-teacher"
data-fa-transform="grow-8"&gt; &lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;&lt;a href="/assignments/week-02-readings/"&gt;Week 2 readings&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: left;"&gt;Week 3&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Sep-10 – Sep-14&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Course toolbox&lt;/td&gt;
&lt;td&gt;&lt;a href="/materials/week-03-materials/"&gt;&lt;i
class="fas fa-chalkboard-teacher"
data-fa-transform="grow-8"&gt; &lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;&lt;a href="/assignments/week-03-readings/"&gt;Week 3 readings&lt;/a&gt;&lt;br&gt; &lt;a href="/assignments/datacamp-exercises-week-3/"&gt;Week 3 module exercises&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="even"&gt;
&lt;td style="text-align: left;"&gt;Week 4&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Sep-17 – Sep-21&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Data visualization&lt;/td&gt;
&lt;td&gt;&lt;a href="/materials/week-04-materials/"&gt;&lt;i
class="fas fa-chalkboard-teacher"
data-fa-transform="grow-8"&gt; &lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;&lt;a href="/assignments/week-04-readings/"&gt;Week 4 readings&lt;/a&gt;&lt;br&gt; &lt;a href="/assignments/datacamp-exercises-week-4/"&gt;Week 4 module exercises&lt;/a&gt;&lt;br&gt; &lt;a href="/assignments/rmarkdown-mini-assignment/"&gt;R Markdown mini-assignment&lt;/a&gt;&lt;br&gt; &lt;a href="/assignments/visualization-mini-assignment/"&gt;Visualization mini-assignment&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: left;"&gt;Week 5&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Sep-24 – Sep-28&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Data visualization&lt;/td&gt;
&lt;td&gt;&lt;a href="/materials/week-05-materials/"&gt;&lt;i
class="fas fa-chalkboard-teacher"
data-fa-transform="grow-8"&gt; &lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;&lt;a href="/assignments/week-05-readings/"&gt;Week 5 readings&lt;/a&gt;&lt;br&gt; &lt;a href="/assignments/datacamp-exercises-week-5/"&gt;Week 5 module exercises&lt;/a&gt;&lt;br&gt; &lt;a href="/assignments/homework-1/"&gt;Homework 1&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="even"&gt;
&lt;td style="text-align: left;"&gt;Week 6&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Oct-01 – Oct-05&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Data transformation&lt;/td&gt;
&lt;td&gt;&lt;a href="/materials/week-06-materials/"&gt;&lt;i
class="fas fa-chalkboard-teacher"
data-fa-transform="grow-8"&gt; &lt;/i&gt;&lt;/a&gt;  &lt;a href="https://classroom.github.com/a/_Ylvc7ue"&gt;&lt;i
class="fab fa-github-alt"
data-fa-transform="grow-8"&gt; &lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;&lt;a href="/assignments/week-06-readings/"&gt;Week 6 readings&lt;/a&gt;&lt;br&gt; &lt;a href="/assignments/datacamp-exercises-week-6/"&gt;Week 6 module exercises&lt;/a&gt;&lt;br&gt; &lt;a href="/assignments/homework-1/"&gt;Homework 1 (continued)&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: left;"&gt;Week 7&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Oct-08 – Oct-12&lt;br&gt; Columbus Day&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Midterm Exam week&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Midterm Exam&lt;br&gt; &lt;a href="/assignments/homework-1-group/"&gt;Homework 1 (Group)&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="even"&gt;
&lt;td style="text-align: left;"&gt;Week 8&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Oct-15 – Oct-19&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Data transformation&lt;/td&gt;
&lt;td&gt;&lt;a href="/materials/week-08-materials/"&gt;&lt;i
class="fas fa-chalkboard-teacher"
data-fa-transform="grow-8"&gt; &lt;/i&gt;&lt;/a&gt;  &lt;a href="https://classroom.github.com/a/_Ylvc7ue"&gt;&lt;i
class="fab fa-github-alt"
data-fa-transform="grow-8"&gt; &lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;&lt;a href="/assignments/week-08-readings/"&gt;Week 8 readings&lt;/a&gt; (Due: Oct-21)&lt;br&gt; &lt;a href="/assignments/datacamp-exercises-week-8/"&gt;Week 8 module exercises&lt;/a&gt; (Due: Oct-22)&lt;br&gt; &lt;a href="/assignments/homework-2/"&gt;Homework 2&lt;/a&gt; (Due: Oct-26)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: left;"&gt;Week 9&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Oct-22 – Oct-26&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Data reshaping (Tidy data)&lt;/td&gt;
&lt;td&gt;&lt;a href="/materials/week-09-materials/"&gt;&lt;i
class="fas fa-chalkboard-teacher"
data-fa-transform="grow-8"&gt; &lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;&lt;a href="/assignments/week-09-readings/"&gt;Week 9 readings&lt;/a&gt; (Due: Oct-28)&lt;br&gt; &lt;a href="/assignments/datacamp-exercises-week-9/"&gt;Week 9 module exercises&lt;/a&gt; (Due: Oct-29)&lt;br&gt; &lt;a href="/assignments/homework-2/"&gt;Homework 2 (continued)&lt;/a&gt; (Due: Oct-26)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="even"&gt;
&lt;td style="text-align: left;"&gt;Week 10&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Oct-29 – Nov-02&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Catch-up week&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;&lt;a href="/assignments/datacamp-exercises-week-10/"&gt;Week 10 module exercises&lt;/a&gt; (Due: Nov-05)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: left;"&gt;Week 11&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Nov-05 – Nov-09&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Data distributions&lt;/td&gt;
&lt;td&gt;&lt;a href="/materials/week-11-materials/"&gt;&lt;i
class="fas fa-chalkboard-teacher"
data-fa-transform="grow-8"&gt; &lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;&lt;a href="/assignments/week-11-readings/"&gt;Week 11 readings&lt;/a&gt; (Due: Nov-11)&lt;br&gt; &lt;a href="/assignments/homework-2-group/"&gt;Homework 2 (Group)&lt;/a&gt; (Due: Nov-09)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="even"&gt;
&lt;td style="text-align: left;"&gt;Week 12&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Nov-12 – Nov-16&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Inference and simulation&lt;/td&gt;
&lt;td&gt;&lt;a href="/materials/week-12-materials/"&gt;&lt;i
class="fas fa-chalkboard-teacher"
data-fa-transform="grow-8"&gt; &lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;&lt;a href="/assignments/week-12-readings/"&gt;Week 12 readings&lt;/a&gt; (Due: Nov-18)&lt;br&gt; &lt;a href="/assignments/homework-3/"&gt;Homework 3&lt;/a&gt; (Due: Nov-27)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: left;"&gt;Week 13&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Nov-19 – Nov-23&lt;br&gt; Thanksgiving Day&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Inference and simulation&lt;/td&gt;
&lt;td&gt;&lt;a href="/materials/week-13-materials/"&gt;&lt;i
class="fas fa-chalkboard-teacher"
data-fa-transform="grow-8"&gt; &lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;&lt;a href="/assignments/week-13-readings/"&gt;Week 13 readings&lt;/a&gt; (Due: Nov-25)&lt;br&gt; &lt;a href="/assignments/homework-3/"&gt;Homework 3 (continued)&lt;/a&gt; (Due: Nov-30)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="even"&gt;
&lt;td style="text-align: left;"&gt;Week 14&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Nov-26 – Nov-30&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Inference and simulation&lt;/td&gt;
&lt;td&gt;&lt;a href="/materials/week-14-materials/"&gt;&lt;i
class="fas fa-chalkboard-teacher"
data-fa-transform="grow-8"&gt; &lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;&lt;a href="/assignments/week-14-readings/"&gt;Week 14 readings&lt;/a&gt; (Due: Dec-02)&lt;br&gt; &lt;a href="/assignments/homework-3/"&gt;Homework 3 (continued)&lt;/a&gt; (Due: Nov-30)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: left;"&gt;Week 15&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Dec-03 – Dec-07&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Final project&lt;/td&gt;
&lt;td&gt;&lt;a href="/materials/week-15-materials/"&gt;&lt;i
class="fas fa-chalkboard-teacher"
data-fa-transform="grow-8"&gt; &lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;&lt;a href="/assignments/final-project/"&gt;Final project question list&lt;/a&gt; (Due: Dec-07)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="even"&gt;
&lt;td style="text-align: left;"&gt;Week 16&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Dec-10 – Dec-14&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Final project&lt;/td&gt;
&lt;td&gt;&lt;a href="/materials/week-16-materials/"&gt;&lt;i
class="fas fa-chalkboard-teacher"
data-fa-transform="grow-8"&gt; &lt;/i&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;&lt;a href="/assignments/final-project/"&gt;Final project report&lt;/a&gt; (Due: Dec-14)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
</content></entry><entry><title>CDS 101 - DL1 Syllabus</title><link href="http://fall18.cds101.com/" rel="alternate"></link><published>2018-08-27T08:00:00-04:00</published><updated>2018-08-27T08:00:00-04:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-08-27:/</id><summary type="html">&lt;h2 id="course-description" data-magellan-target="course-description"&gt;Description&lt;/h2&gt;
&lt;p&gt;During this course, students will develop basic skills for obtaining, cleaning, transforming, and visualizing real-world datasets using the R programming language and the RStudio integrated development environment. Statistical methods for analyzing, interpreting, and predicting dataset trends are then introduced and approached from a computational point of view using randomization …&lt;/p&gt;</summary><content type="html">&lt;h2 id="course-description" data-magellan-target="course-description"&gt;Description&lt;/h2&gt;
&lt;p&gt;During this course, students will develop basic skills for obtaining, cleaning, transforming, and visualizing real-world datasets using the R programming language and the RStudio integrated development environment. Statistical methods for analyzing, interpreting, and predicting dataset trends are then introduced and approached from a computational point of view using randomization and simulation. Additional topics may be covered, such as an introduction to advanced or special topics like cross-validation. Throughout the course emphasis is placed on documenting one’s scientific work using RStudio in conjunction with Github to fulfill the principles of reproducible research. Connections are highlighted between statistical inference and the scientific method and how this is related to both the scientific method’s power and its limitations. These tools will also be used to critically examine statistical claims reported in mass media, demonstrating how scientific literacy and a basic knowledge in statistics are indispensable tools to making sense of our modern&amp;nbsp;world.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Classroom:&lt;/strong&gt;&amp;nbsp;Online&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Meeting times:&lt;/strong&gt;&amp;nbsp;Asynchronous&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;University holidays:&lt;/strong&gt; Labor Day, September 3, Columbus Day, October 8, Thanksgiving Recess, November 21 –&amp;nbsp;25&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Credit hours:&lt;/strong&gt; 3.0 credit&amp;nbsp;hours&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Prerequisites:&lt;/strong&gt; None, but a background in algebra is&amp;nbsp;assumed.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Mason Core:&lt;/strong&gt; Natural science (+lab when taken with &lt;span class="caps"&gt;CDS&lt;/span&gt;&amp;nbsp;102)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="course-instructor" data-magellan-target="course-instructor"&gt;Instructor&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://www.gravatar.com/avatar/49802fdfa5a0e63b3d932a5179d41c1e?s=128" /&gt;&lt;/p&gt;
&lt;p&gt;Dr. James K.&amp;nbsp;Glasbrenner&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Office&lt;/strong&gt;: 253 Research&amp;nbsp;Hall&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Phone:&lt;/strong&gt; (703)&amp;nbsp;993-4512&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Email:&lt;/strong&gt; &lt;a href="mailto:jglasbr2@gmu.edu"&gt;&lt;span class="monospace"&gt;jglasbr2@gmu.edu&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Office hours:&lt;/strong&gt; Virtual office hours held on Blackboard Collaborate Ultra every Wednesday between 4:00pm – 5:00pm. Individual video conferencing sessions or on-campus meetings must be made by&amp;nbsp;appointment.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="course-objectives" data-magellan-target="course-objectives"&gt;Objectives&lt;/h2&gt;
&lt;p&gt;By the end of the course, students will be able&amp;nbsp;to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Use Github for collaborating on a reproducible research&amp;nbsp;document&lt;/li&gt;
&lt;li&gt;Obtain, clean, transform, and visualize a dataset using the R programming&amp;nbsp;language&lt;/li&gt;
&lt;li&gt;Interpret, and predict dataset trends using statistical inference and&amp;nbsp;models&lt;/li&gt;
&lt;li&gt;Critically examine and interpret statistical claims reported in mass&amp;nbsp;media&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="course-materials" data-magellan-target="course-materials"&gt;Materials&lt;/h2&gt;
&lt;h3 id="textbooks"&gt;Textbooks&lt;/h3&gt;
&lt;p&gt;This course utilizes two free textbooks that are made available under Creative Commons&amp;nbsp;licenses:&lt;/p&gt;
&lt;div class="textbook"&gt;
&lt;ul&gt;
&lt;li&gt;R for Data Science: Import, Tidy, Transform, Visualize, and Model Data
&lt;ul&gt;
&lt;li&gt;Hadley&amp;nbsp;Wickham&lt;/li&gt;
&lt;li&gt;Garrett&amp;nbsp;Grolemund&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src="/img/r4ds_cover.png" alt="R for Data Science textbook cover" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://r4ds.had.co.nz/"&gt;Click here to read the textbook for free&amp;nbsp;online.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This is the free, &lt;a href="https://github.com/hadley/r4ds"&gt;open-source&lt;/a&gt; data science textbook that we will use throughout the course. This textbook is available under a &lt;a href="http://creativecommons.org/licenses/by-nc-nd/3.0/us/"&gt;Creative Commons Attribution-NonCommercial-NoDerivs 3.0 United States License&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you would like a physical copy of the textbook, you can &lt;a href="http://amzn.to/2aHLAQ1"&gt;order it from Amazon&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="textbook"&gt;
&lt;ul&gt;
&lt;li&gt;Introductory Statistics with Randomization and Simulation
&lt;ul&gt;
&lt;li&gt;David M&amp;nbsp;Diez&lt;/li&gt;
&lt;li&gt;Christopher D&amp;nbsp;Barr&lt;/li&gt;
&lt;li&gt;Mine&amp;nbsp;Çetinkaya-Rundel&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src="/img/isrs_cover.png" alt="Introductory Statistics with Randomization and Simulation textbook cover" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="/doc/Diez_Barr_%C3%87etinkaya-Rundel_IntroductoryStatisticsWithRandomizationAndSimulation.pdf"&gt;Click here to download a free &lt;span class="caps"&gt;PDF&lt;/span&gt; copy of the&amp;nbsp;textbook.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This is the free, &lt;a href="https://github.com/OpenIntroOrg/randomization-and-simulation"&gt;open-source&lt;/a&gt; statistics textbook that we will use to supplement the &lt;em&gt;R for Data Science&lt;/em&gt; textbook during the course. This textbook is available under a &lt;a href="/doc/isrs_license.txt"&gt;Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported license (&lt;span class="caps"&gt;CC&lt;/span&gt; &lt;span class="caps"&gt;BY&lt;/span&gt;-&lt;span class="caps"&gt;NC&lt;/span&gt;-&lt;span class="caps"&gt;SA&lt;/span&gt;)&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you would like a physical copy of the textbook, you can &lt;a href="http://a.co/ixGTX7R"&gt;order it from Amazon&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;h3 id="software"&gt;Software&lt;/h3&gt;
&lt;p&gt;During the course we will use RStudio Server available at &lt;a href="https://rstudio.cos.gmu.edu" class="uri"&gt;https://rstudio.cos.gmu.edu&lt;/a&gt;, which provides a complete computing environment that is accessible using any computer with a modern web browser (Firefox and Chrome). Students are welcome to install RStudio on their own computers and will need to install the following applications in order to match what is available on RStudio&amp;nbsp;Server:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Programming language: R (&lt;a href="https://www.r-project.org" class="uri"&gt;https://www.r-project.org&lt;/a&gt;)
&lt;ul&gt;
&lt;li&gt;Windows: &lt;a href="https://cran.cnr.berkeley.edu/bin/windows/base/" class="uri"&gt;https://cran.cnr.berkeley.edu/bin/windows/base/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Mac: &lt;a href="https://cran.cnr.berkeley.edu/bin/macosx/" class="uri"&gt;https://cran.cnr.berkeley.edu/bin/macosx/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;Version control: Git (&lt;a href="https://git-scm.com" class="uri"&gt;https://git-scm.com&lt;/a&gt;)
&lt;ul&gt;
&lt;li&gt;Windows: &lt;a href="https://git-scm.com/download/win" class="uri"&gt;https://git-scm.com/download/win&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Mac: &lt;a href="https://git-scm.com/download/mac" class="uri"&gt;https://git-scm.com/download/mac&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="caps"&gt;PDF&lt;/span&gt; export: LaTeX (&lt;a href="https://www.latex-project.org" class="uri"&gt;https://www.latex-project.org&lt;/a&gt;)
&lt;ul&gt;
&lt;li&gt;Windows: &lt;a href="https://mirrors.rit.edu/CTAN/systems/win32/miktex/setup/windows-x64/basic-miktex-2.9.6753-x64.exe" class="uri"&gt;https://mirrors.rit.edu/&lt;span class="caps"&gt;CTAN&lt;/span&gt;/systems/win32/miktex/setup/windows-x64/basic-miktex-2.9.6753-x64.exe&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Mac: &lt;a href="http://tug.org/cgi-bin/mactex-download/MacTeX.pkg" class="uri"&gt;http://tug.org/cgi-bin/mactex-download/MacTeX.pkg&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;Programming software: RStudio (&lt;a href="https://www.rstudio.com" class="uri"&gt;https://www.rstudio.com&lt;/a&gt;)
&lt;ul&gt;
&lt;li&gt;Windows: &lt;a href="https://s3.amazonaws.com/rstudio-ide-build/desktop/windows/RStudio-1.2.830.exe" class="uri"&gt;https://s3.amazonaws.com/rstudio-ide-build/desktop/windows/RStudio-1.2.830.exe&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Mac: &lt;a href="https://s3.amazonaws.com/rstudio-ide-build/desktop/macos/RStudio-1.2.830.dmg" class="uri"&gt;https://s3.amazonaws.com/rstudio-ide-build/desktop/macos/RStudio-1.2.830.dmg&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Technical support will only be provided for RStudio&amp;nbsp;Server.&lt;/strong&gt;&lt;/p&gt;
&lt;h3 id="platforms"&gt;Platforms&lt;/h3&gt;
&lt;p&gt;The course will be administered through the following online&amp;nbsp;platforms:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Course website: &lt;a href="http://fall18.cds101.com" class="uri"&gt;http://fall18.cds101.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Github: &lt;a href="https://github.com" class="uri"&gt;https://github.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Slack: &lt;a href="https://masoncds101.slack.com" class="uri"&gt;https://masoncds101.slack.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Blackboard: &lt;a href="https://mymasonportal.gmu.edu" class="uri"&gt;https://mymasonportal.gmu.edu&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The course website operates as the central repository for course materials, including an up-to-date schedule, copies of the lecture slides and handouts, homework instructions, and links to the lecture videos. Slack is the primary communication medium, replacing email (see the Contact policy below) and serving as a discussion board. Github is used for connecting your class files to RStudio Server, tracking changes, distributing starter files for homework assignments and certain module exercises, handing out example code, and for project collaborations. Blackboard will also contain the lecture videos, video quizzes, and module exercises, which will also be cross-linked on the course website, and be used for submitting &lt;span class="caps"&gt;PDF&lt;/span&gt; versions of your assignments and returning&amp;nbsp;grades.&lt;/p&gt;
&lt;h2 id="course-policies" data-magellan-target="course-policies"&gt;Policies&lt;/h2&gt;
&lt;h3 id="contact-policy"&gt;Contact&amp;nbsp;policy&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;All&lt;/em&gt; correspondence is to be done using the private, invite-only Slack workspace for the course. Direct messages on Slack are to be used for contacting me instead of emails. Your Slack username must be registered and associated with your Mason @gmu.edu email address at all&amp;nbsp;times.&lt;/p&gt;
&lt;p&gt;My ground rules for direct messages are as&amp;nbsp;follows:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;I check and respond to messages during normal university&amp;nbsp;hours&lt;/li&gt;
&lt;li&gt;Allow up to approximately 24 hours for a response during normal&amp;nbsp;hours&lt;/li&gt;
&lt;li&gt;Questions about homework problems or troubleshooting a technical issue should be sent to the relevant Slack&amp;nbsp;channels.&lt;/li&gt;
&lt;li&gt;Just because I view a message does not mean I will respond right&amp;nbsp;away&lt;/li&gt;
&lt;li&gt;I generally don’t respond to messages over weekends and school&amp;nbsp;holidays&lt;/li&gt;
&lt;li&gt;If your questions are involved enough, I will ask you to talk to me in&amp;nbsp;person&lt;/li&gt;
&lt;li&gt;On email: Emails sent during the first week of classes will be responded to, but I will respond to you using Slack. Emails sent to me after the first week will be ignored.&lt;a href="#fn1" class="footnote-ref" id="fnref1"&gt;&lt;sup&gt;1&lt;/sup&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="tech-support-r-rstudio-github-and-your-computer"&gt;Tech support: R, RStudio, Github, and your&amp;nbsp;computer&lt;/h3&gt;
&lt;p&gt;Post all technical issues or error messages for R, RStudio, Github, and your computer in the designated Slack channel &lt;a href="https://masoncds101.slack.com/messages/CASUNTFNX"&gt;&lt;span class="monospace"&gt;#r-rstudio-github-help&lt;/span&gt;&lt;/a&gt;. This is so that other students can either help out or see how to resolve what is likely a common problem. If it becomes clear that the error or issue is highly specific, then discussion can be moved to Direct Message or handled via a remote desktop sharing&amp;nbsp;session.&lt;/p&gt;
&lt;p&gt;When posting about an issue, here are some basic questions to answer that will help with&amp;nbsp;troubleshooting:&lt;/p&gt;
&lt;ol type="1"&gt;
&lt;li&gt;What did you expect to happen when you ran your&amp;nbsp;code?&lt;/li&gt;
&lt;li&gt;What is actually happening when you run your code?
&lt;ol type="a"&gt;
&lt;li&gt;If there’s an error message, tell us what it is. A screenshot works, provided you a) don’t crop the image as that can remove useful information by accident, and b) take a real screenshot, not a photograph of your screen using your&amp;nbsp;phone.&lt;/li&gt;
&lt;/ol&gt;&lt;/li&gt;
&lt;li&gt;Is there any other context we should know? For example, if a file won’t load, did you check that you are in the correct project or that the file actually exists? Did your issue appear only after you worked on a different assignment? Did you recently install a package not used in&amp;nbsp;class?&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="illness-and-emergencies"&gt;Illness and&amp;nbsp;emergencies&lt;/h3&gt;
&lt;p&gt;It is a student’s responsibility to inform me about illnesses or personal/family emergencies that will interfere with submitting work on time. This must be done as soon as possible. In case of illness, you may be asked to provide a doctor’s note before being granted an assignment extension or&amp;nbsp;exemption.&lt;/p&gt;
&lt;p&gt;I understand that certain emotional or physical situations can impact a student’s willingness and ability to communicate what is going on and that it can take a few days to inform me about a personal emergency or severe illness. At the same time, all students are expected to exercise personal responsibility. It is not acceptable to wait to tell me about the impacts of a personal illness or emergency until you’re about to fail the course due to missing multiple submission&amp;nbsp;deadlines.&lt;/p&gt;
&lt;h3 id="late-work-policy"&gt;Late work&amp;nbsp;policy&lt;/h3&gt;
&lt;p&gt;Unless otherwise noted, assignments are to be submitted by 11:59pm on the due date. The following penalties apply for most assignments (please note that weekends count as&amp;nbsp;days):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;First day late, by 11:59pm:&amp;nbsp;-15%&lt;/li&gt;
&lt;li&gt;Second day late, by 11:59pm:&amp;nbsp;-30%&lt;/li&gt;
&lt;li&gt;Third day late or later: no&amp;nbsp;credit&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The above does not pertain to the module exercises, which must be completed within a week of posting to receive credit. The midterm exam will be available for a limited amount of time and must be completed within time window, otherwise you will receive a zero. Reports and related materials for the final project are also exceptions and must be submitted by the due date. Late submissions for the final project will not be&amp;nbsp;accepted.&lt;/p&gt;
&lt;p&gt;Students are responsible for informing me about any religious holidays, scheduled varsity sports trips, or other school-sponsored activities that will interfere with submitting an assignment on time. Extensions are to be completed within the time-frame I set forth. Exemptions may be granted at my&amp;nbsp;discretion.&lt;/p&gt;
&lt;h3 id="regrading-appeals-policy"&gt;Regrading appeals&amp;nbsp;policy&lt;/h3&gt;
&lt;p&gt;Regrade appeals need to be written and formatted as a formal letter and submitted to me as a &lt;span class="caps"&gt;PDF&lt;/span&gt; file within 48 hours of receiving back an assignment (not including weekends). Appeals sent in plain text via Slack or email will not be accepted, no exceptions. Appeals are only to be used for correct answers being marked as incorrect, misapplication of the grading rubric, or incorrectly tallied points. Submissions need to clearly state what you want regraded and justify the request by citing evidence.&lt;a href="#fn2" class="footnote-ref" id="fnref2"&gt;&lt;sup&gt;2&lt;/sup&gt;&lt;/a&gt; The number of points a question, exercise, or rubric category is worth or that were deducted for an incorrect answer or mistake cannot be appealed and are not up for debate or&amp;nbsp;negotiation.&lt;/p&gt;
&lt;h3 id="extra-credit-and-grading-curves-policy"&gt;Extra credit and grading curves&amp;nbsp;policy&lt;/h3&gt;
&lt;p&gt;Individual requests for extra credit or a grading curve will not be granted, no exceptions. Any opportunities to earn extra points will be offered to the entire class. Grading curves are handled on a per-assignment basis and are applied to all students&amp;nbsp;equally.&lt;/p&gt;
&lt;h3 id="accommodations-policy"&gt;Accommodations&amp;nbsp;policy&lt;/h3&gt;
&lt;p&gt;Students with disabilities who need academic accommodations, please see me and contact the Office of Disability Services (&lt;span class="caps"&gt;ODS&lt;/span&gt;) at (703) 993-2474. All academic accommodations must be arranged through the &lt;span class="caps"&gt;ODS&lt;/span&gt;: &lt;a href="http://ods.gmu.edu/" class="uri"&gt;http://ods.gmu.edu/&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="course-grading" data-magellan-target="course-grading"&gt;Grading&lt;/h2&gt;
&lt;h3 id="breakdown"&gt;Breakdown&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr class="header"&gt;
&lt;th style="text-align: left;"&gt;Category&lt;/th&gt;
&lt;th style="text-align: left;"&gt;Weight&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: left;"&gt;Participation&lt;/td&gt;
&lt;td style="text-align: left;"&gt;10%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="even"&gt;
&lt;td style="text-align: left;"&gt;Module exercises&lt;/td&gt;
&lt;td style="text-align: left;"&gt;15%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: left;"&gt;Homework&lt;/td&gt;
&lt;td style="text-align: left;"&gt;25%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="even"&gt;
&lt;td style="text-align: left;"&gt;Midterm exam&lt;/td&gt;
&lt;td style="text-align: left;"&gt;25%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: left;"&gt;Final project&lt;/td&gt;
&lt;td style="text-align: left;"&gt;25%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id="schema"&gt;Schema&lt;/h3&gt;
&lt;p&gt;Based on the final total score, your final grade will be determined as&amp;nbsp;follows:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr class="header"&gt;
&lt;th style="text-align: left;"&gt;Score Range&lt;/th&gt;
&lt;th style="text-align: left;"&gt;Final Grade&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: left;"&gt;97–100&lt;/td&gt;
&lt;td style="text-align: left;"&gt;A+&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="even"&gt;
&lt;td style="text-align: left;"&gt;93–96&lt;/td&gt;
&lt;td style="text-align: left;"&gt;A&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: left;"&gt;90–92&lt;/td&gt;
&lt;td style="text-align: left;"&gt;A-&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="even"&gt;
&lt;td style="text-align: left;"&gt;87–89&lt;/td&gt;
&lt;td style="text-align: left;"&gt;B+&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: left;"&gt;83–86&lt;/td&gt;
&lt;td style="text-align: left;"&gt;B&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="even"&gt;
&lt;td style="text-align: left;"&gt;80–82&lt;/td&gt;
&lt;td style="text-align: left;"&gt;B-&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: left;"&gt;77–79&lt;/td&gt;
&lt;td style="text-align: left;"&gt;C+&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="even"&gt;
&lt;td style="text-align: left;"&gt;73–76&lt;/td&gt;
&lt;td style="text-align: left;"&gt;C&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: left;"&gt;70–72&lt;/td&gt;
&lt;td style="text-align: left;"&gt;C-&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="even"&gt;
&lt;td style="text-align: left;"&gt;65–69&lt;/td&gt;
&lt;td style="text-align: left;"&gt;D&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: left;"&gt;&amp;lt;65&lt;/td&gt;
&lt;td style="text-align: left;"&gt;F&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="course-expectations" data-magellan-target="course-expectations"&gt;Expectations&lt;/h2&gt;
&lt;h3 id="module-exercises"&gt;Module&amp;nbsp;exercises&lt;/h3&gt;
&lt;p&gt;Video quiz questions for checking your understanding and end-of-unit exercises to reenforce what you’ve learned will be a regular part of the course and collectively factor into the Module exercises grade category. Your grade in this category will factor in both completion, meaning how many questions did you attempt to answer, and&amp;nbsp;correctness.&lt;/p&gt;
&lt;h3 id="readings"&gt;Readings&lt;/h3&gt;
&lt;p&gt;Reading assignments will be regularly scheduled during the semester and students are expected to complete all readings on their own. These readings cover the same general topics as the lecture slides, but often contain different examples and ways of explaining a method or concept. The readings can contain material that is not part of the lecture slides. While there is not a grade category for the course readings, students are responsible for understanding the content and being able to apply the discussed methods in the end-of-unit exercises and&amp;nbsp;homeworks.&lt;/p&gt;
&lt;p&gt;Students are encouraged to ask questions about and discuss the readings in the &lt;a href="https://masoncds101.slack.com/messages/GCFKW2WMC"&gt;&lt;i class="fas fa-lock"&gt;&lt;/i&gt; &lt;span class="monospace"&gt;fa18-dl1-discussion&lt;/span&gt;&lt;/a&gt; Slack channel. To maintain a high quality discussion, here’s a list of things you should do before submitting your question in the Slack&amp;nbsp;channel:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Do…&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;use the search feature to check if your question has already been asked, and if so, contribute to that ongoing discussion thread instead of asking the question&amp;nbsp;again&lt;/li&gt;
&lt;li&gt;ask questions that are on-topic and about the reading’s subject matter instead of asking about tangential commentary made by the reading’s author or extraneous details in an&amp;nbsp;example&lt;/li&gt;
&lt;li&gt;explain, as part of your question, which part of a concept or method you do not understand and why, instead of just saying you don’t understand&amp;nbsp;it&lt;/li&gt;
&lt;li&gt;look up words you do not understand and information you can quickly do a web search for to help you better phrase and contextualize your&amp;nbsp;question&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="homework"&gt;Homework&lt;/h3&gt;
&lt;p&gt;There will be 5 homework assignments to complete during the semester. The homeworks are cumulative and will require you to draw on and apply concepts and methods you learned about earlier in the course. The homework assignments will include instructions on how you are to submit your work, which will typically involve uploading a file to Blackboard and also opening a pull request on Github against the branch labeled&amp;nbsp;grading.&lt;/p&gt;
&lt;p&gt;Homework assignments will completed in two stages. The first is the “rough draft” stage that each student must complete on their own. Grades for these submissions will be primarily based on the correctness of your answers to each question. The second is the “group draft” stage, which will begin approximately 3 days after the rough drafts are due. You will be assigned into groups where you will discuss the questions and assemble a final draft together. You will not know these groups beforehand, and they will change with each assignment. Grades for the group-submitted final drafts will, in addition to correctness, be based on document formatting, visualization quality, writing quality, and code&amp;nbsp;style.&lt;/p&gt;
&lt;p&gt;Both the individual rough draft and group report homework submissions are to be completed using the R Markdown format and they must successfully knit to &lt;span class="caps"&gt;HTML&lt;/span&gt; and &lt;span class="caps"&gt;PDF&lt;/span&gt; in a clean RStudio environment. In the individual submissions, full sentences are required when the question is asking for a written response. In the group reports, full sentences with proper grammar and punctuation are to be used throughout the report. The group reports should explain what you are doing with each chunk of code and to interpret the meaning of what you calculate so that a person that is not familiar with the problem could follow your&amp;nbsp;logic.&lt;/p&gt;
&lt;p&gt;Group final drafts are to have a style and formatting that is clean, readable, and follows the conventions demonstrated in the lecture slides and readings. Use your common sense when getting ready to submit an assignment. For example, the knitted &lt;span class="caps"&gt;PDF&lt;/span&gt; for your submission should not contain figures with unreadable overlapping labels, code blocks that run off the edge of the page, or be 50 – 100 pages in length because you keep printing out long tables. Submissions must use the Markdown syntax correctly and not engage in unorthodox practices such as writing sentences in a section header or placing code outside of code blocks. Unless specifically requested in the instructions, screenshots should never be included as part of your&amp;nbsp;submission.&lt;/p&gt;
&lt;p&gt;Questions about the homework assignments during the rough draft stage should be posted in the &lt;a href="https://masoncds101.slack.com/messages/GCE5Z8CKD"&gt;&lt;i class="fas fa-lock"&gt;&lt;/i&gt; &lt;span class="monospace"&gt;fa18-dl1-homework&lt;/span&gt;&lt;/a&gt; Slack channel. Group discussion channels will be created for the group draft stage. Take care to ensure that your submissions are in your own words and code. See the academic integrity section for&amp;nbsp;specifics.&lt;/p&gt;
&lt;h3 id="participation"&gt;Participation&lt;/h3&gt;
&lt;p&gt;Your participation grade will be determined by evaluating the quality of your contributions and activity history within the homework groups. Contributions that factor into the participation grade include: how often you participated in group discussions on Slack and GitHub, if your comments were understandable and substantive, if you committed content and edits to the draft in your group’s GitHub repository, and what the group’s &lt;span class="monospace"&gt;&lt;span class="caps"&gt;CONTRIBUTIONS&lt;/span&gt;.md&lt;/span&gt; log says you contributed to the final&amp;nbsp;submission.&lt;/p&gt;
&lt;h3 id="midterm-exam"&gt;Midterm&amp;nbsp;exam&lt;/h3&gt;
&lt;p&gt;There will be a midterm exam around the halfway point of the course and will be available for you to start at any time during a specified time window. The midterm exam is cumulative and tests your knowledge of the material covered in the lecture videos, readings, and homeworks during the first several weeks of the course. The structure and content of this exam will be explained in more detail before it is assigned. The midterm exam must be completed alone and the Mason Honor Code, as always, is in effect. Evidence of collaboration on the midterm exam with another student will result in, at minimum, an automatic zero for the&amp;nbsp;exam.&lt;/p&gt;
&lt;h3 id="final-project"&gt;Final&amp;nbsp;project&lt;/h3&gt;
&lt;p&gt;Students will complete a final project in assigned groups where you will perform an exploratory data analysis on a dataset. Groups will focus on asking and answering questions about their dataset and then submit a final collaborative report. More detailed information about the project is to come later in the&amp;nbsp;semester.&lt;/p&gt;
&lt;h2 id="course-conduct" data-magellan-target="course-conduct"&gt;Conduct&lt;/h2&gt;
&lt;h3 id="academic-integrity"&gt;Academic&amp;nbsp;integrity&lt;/h3&gt;
&lt;blockquote&gt;
&lt;p&gt;Student members of the George Mason University community pledge not to cheat, plagiarize, steal, or lie in matters related to academic work.&lt;a href="#fn3" class="footnote-ref" id="fnref3"&gt;&lt;sup&gt;3&lt;/sup&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Students are permitted to ask questions about the homeworks on Slack and discuss assignments in private communications, however it is important to make sure that you write your assignments by yourself and in your own words, meaning that students are not permitted to collaborate on write-ups for individual assignments and projects. In the same vein, do not duplicate or paraphrase another person’s material or ideas and represent them as your own. “Individual assignment” is the default classification for all assignments, exams, and projects in the course; any exceptions to the rule will be noted in the instructions. Content that comes from a resource or another student should be properly&amp;nbsp;cited.&lt;/p&gt;
&lt;p&gt;A note on sharing or reusing code found on other Github repos or on websites like &lt;em&gt;Wikipedia&lt;/em&gt; or &lt;em&gt;Stack Overflow&lt;/em&gt;. I am aware that there are solution sets, sample snippets of code, etc. that can be of use while working on your assignments, projects and exercises during the course. It’s common knowledge that researchers in both industry and academia will use search engines while writing code. Being able to search for existing solutions so that you don’t “reinvent the wheel” is a useful skill. Therefore, unless I specify otherwise, you are permitted to use these resources &lt;strong&gt;as long as you provide a citation&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Exceptions to this rule&amp;nbsp;are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;For individual assignments, you cannot reuse anything from another student’s work (past or present), including but not limited to RMarkdown documents, code, plain text explanations,&amp;nbsp;etc.&lt;/li&gt;
&lt;li&gt;For the group assignments, you cannot use any material from another group, such as code and plain text&amp;nbsp;explanations&lt;/li&gt;
&lt;li&gt;You are not permitted to consult or use solution sets for the two main textbooks or any of the assignments, activities, and projects for the&amp;nbsp;course&lt;/li&gt;
&lt;li&gt;You are not permitted to ask other students from this or previous semesters for copies of their submitted assignments or projects, even to use for&amp;nbsp;reference.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;&lt;span class="smallcaps"&gt;Any material that is taken in whole or in part from another source and not properly cited will be treated as a violation of Mason’s Academic Honor&amp;nbsp;Code.&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Other violations of Mason’s Honor Code will be treated similarly. Suspected violations will be reported to the Office of Academic Integrity. Please see the Honor Code page for&amp;nbsp;details.&lt;/p&gt;
&lt;h3 id="decorumdiscourse"&gt;Decorum/discourse&lt;/h3&gt;
&lt;p&gt;Students are expected to be civil in their conduct and respectful of their fellow classmates and the instructor for the duration of the course on all discussion platforms. Students are expected to follow proper grammar and punctuation in their posted messages and to refrain from using internet slang, abbreviations, and&amp;nbsp;sarcasm.&lt;/p&gt;
&lt;p&gt;I will address violations of classroom decorum on a case-by-case basis and reserve the right to enact grade-based penalties for disruptive or repeat violations. Penalties for decorum violations cannot be negotiated or&amp;nbsp;appealed.&lt;/p&gt;
&lt;h3 id="mason-diversity-statement"&gt;Mason diversity&amp;nbsp;statement&lt;/h3&gt;
&lt;p&gt;George Mason University promotes a living and learning environment for outstanding growth and productivity among its students, faculty and staff. An emphasis upon diversity and inclusion throughout the campus community is essential to achieve these goals. Diversity is broadly defined to include such characteristics as, but not limited to, race, ethnicity, gender, religion, age, disability, and sexual orientation. Diversity also entails different viewpoints, philosophies, and perspectives. Attention to these aspects of diversity will help promote a culture of inclusion and belonging, and an environment where diverse opinions, backgrounds and practices have the opportunity to be voiced, heard and&amp;nbsp;respected.&lt;/p&gt;
&lt;h2 id="support-services"&gt;Support&amp;nbsp;services&lt;/h2&gt;
&lt;p&gt;The Math Tutoring Center is in 344 Johnson Center; &lt;a href="http://math.gmu.edu/tutor-center.php" class="uri"&gt;http://math.gmu.edu/tutor-center.php&lt;/a&gt;. The Math Department also maintains a list of persons that have identified themselves as math tutors: &lt;a href="http://math.gmu.edu/tutor-list.php" class="uri"&gt;http://math.gmu.edu/tutor-list.php&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Mason’s Writing Center is in A114 Robinson Hall; (703) 993-1200; &lt;a href="http://writingcenter.gmu.edu/" class="uri"&gt;http://writingcenter.gmu.edu/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;George Mason provides Counseling and Psychological Services (&lt;span class="caps"&gt;CAPS&lt;/span&gt;) for students. Contact them at (703) 993-2380 or &lt;a href="http://caps.gmu.edu/" class="uri"&gt;http://caps.gmu.edu/&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="course-disclaimer" data-magellan-target="course-disclaimer"&gt;Disclaimer&lt;/h2&gt;
&lt;p&gt;The instructor reserves the right to modify this syllabus at any time during the course to improve the learning experience and classroom environment. The digital version of the syllabus on the course website will be updated to reflect the changes. The pacing of the course and the list of covered topics may also be altered in response to student&amp;nbsp;progress.&lt;/p&gt;
&lt;p&gt;The course objectives reflect what a student is expected to understand by the end of the course after putting in the necessary time and effort both inside and outside the classroom and completing all assignments. These outcomes are not a guarantee, and students will get more out of the course the more they put into it. Any acquired skills and knowledge can fade over time if not reviewed or practiced after the course&amp;nbsp;concludes.&lt;/p&gt;
&lt;section class="footnotes"&gt;
&lt;hr /&gt;
&lt;ol&gt;
&lt;li id="fn1"&gt;&lt;p&gt;If there are special circumstances requiring that we communicate via email, it is your responsibility to inform me about it as soon as possible.&lt;a href="#fnref1" class="footnote-back"&gt;↩&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li id="fn2"&gt;&lt;p&gt;Acceptable evidence includes in-class notes (provide date of class), a reading passage (provide full citation), or another valid source (textbooks, official publications, etc).&lt;a href="#fnref2" class="footnote-back"&gt;↩&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li id="fn3"&gt;&lt;p&gt;Office for Academic Integrity. &lt;em&gt;2017-2018 Honor Code and Honor System.&lt;/em&gt; Web. 27 Aug. 2017.&lt;a href="#fnref3" class="footnote-back"&gt;↩&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</content></entry><entry><title>Datasets</title><link href="http://fall18.cds101.com/" rel="alternate"></link><published>2018-08-27T08:00:00-04:00</published><updated>2018-09-24T08:00:00-04:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-08-27:/</id><summary type="html">&lt;table&gt;
&lt;colgroup&gt;
&lt;col style="width: 12%" /&gt;
&lt;col style="width: 9%" /&gt;
&lt;col style="width: 77%" /&gt;
&lt;/colgroup&gt;
&lt;thead&gt;
&lt;tr class="header"&gt;
&lt;th style="text-align: center;"&gt;Name&lt;/th&gt;
&lt;th style="text-align: center;"&gt;Formats&lt;/th&gt;
&lt;th style="text-align: left;"&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: center;"&gt;&lt;span class="monospace"&gt;rail_trail&lt;/span&gt;&lt;/td&gt;
&lt;td style="text-align: center;"&gt;&lt;a href="/files/datasets/rail_trail.rds"&gt;rds&lt;/a&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Dataset counting the number of people that pass through a sensor on a rail trail &lt;br&gt; Dataset for &lt;a href="/assignments/homework-1/"&gt;Homework 1&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
</summary><content type="html">&lt;table&gt;
&lt;colgroup&gt;
&lt;col style="width: 12%" /&gt;
&lt;col style="width: 9%" /&gt;
&lt;col style="width: 77%" /&gt;
&lt;/colgroup&gt;
&lt;thead&gt;
&lt;tr class="header"&gt;
&lt;th style="text-align: center;"&gt;Name&lt;/th&gt;
&lt;th style="text-align: center;"&gt;Formats&lt;/th&gt;
&lt;th style="text-align: left;"&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class="odd"&gt;
&lt;td style="text-align: center;"&gt;&lt;span class="monospace"&gt;rail_trail&lt;/span&gt;&lt;/td&gt;
&lt;td style="text-align: center;"&gt;&lt;a href="/files/datasets/rail_trail.rds"&gt;rds&lt;/a&gt;&lt;/td&gt;
&lt;td style="text-align: left;"&gt;Dataset counting the number of people that pass through a sensor on a rail trail &lt;br&gt; Dataset for &lt;a href="/assignments/homework-1/"&gt;Homework 1&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
</content></entry><entry><title>Weeks 1 and 2</title><link href="http://fall18.cds101.com/materials/week-01-02-materials/" rel="alternate"></link><published>2018-08-27T08:00:00-04:00</published><updated>2018-08-27T08:00:00-04:00</updated><author><name>Dr. Glasbrenner</name></author><id>tag:fall18.cds101.com,2018-08-27:/materials/week-01-02-materials/</id><summary type="html">&lt;p&gt;&lt;span class="h2"&gt;What are the computational and data&amp;nbsp;sciences?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="h3"&gt;Videos&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;01 - What are the computational and data sciences -&amp;nbsp;Prologue&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/c5SiNBP88BM" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;strong&gt;02 - What are the computational and data sciences -&amp;nbsp;Science&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/fxLFfuW4eag" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;strong&gt;03 - What are the computational and data sciences - Data&amp;nbsp;Overview&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/t7iEMTkfY6g" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;strong&gt;04 - What are the computational and data sciences - Data&amp;nbsp;Sampling&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/kGlrYxTDGh8" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;strong&gt;05 - What are the …&lt;/strong&gt;&lt;/p&gt;</summary><content type="html">&lt;p&gt;&lt;span class="h2"&gt;What are the computational and data&amp;nbsp;sciences?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="h3"&gt;Videos&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;01 - What are the computational and data sciences -&amp;nbsp;Prologue&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/c5SiNBP88BM" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;strong&gt;02 - What are the computational and data sciences -&amp;nbsp;Science&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/fxLFfuW4eag" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;strong&gt;03 - What are the computational and data sciences - Data&amp;nbsp;Overview&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/t7iEMTkfY6g" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;strong&gt;04 - What are the computational and data sciences - Data&amp;nbsp;Sampling&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/kGlrYxTDGh8" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;strong&gt;05 - What are the computational and data sciences -&amp;nbsp;Computation&lt;/strong&gt;&lt;/p&gt;
&lt;!--html_preserve--&gt;
&lt;iframe src="https://www.youtube.com/embed/7mhehSq959k" width="420" height="350" frameborder="0" allowfullscreen&gt;
&lt;/iframe&gt;
&lt;!--/html_preserve--&gt;
&lt;p&gt;&lt;span class="h3"&gt;Slides&lt;/span&gt;&lt;/p&gt;
&lt;div class="no-bullets"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/week01_what_are_comput_data_sci_01_science.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;01 -&amp;nbsp;Science&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/week01_what_are_comput_data_sci_02_data_overview.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;02 - Data&amp;nbsp;overview&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="/doc/week01_what_are_comput_data_sci_03_data_sampling.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;03 - Data&amp;nbsp;sampling&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/doc/week01_what_are_comput_data_sci_04_computation.pdf"&gt;&lt;i class="fas fa-file-pdf" data-fa-transform="grow-16"&gt;&lt;/i&gt;    &lt;span class="card-downloads-format"&gt;04 -&amp;nbsp;Computation&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</content><category term="class notes"></category></entry></feed>