General Notes:

  1. Please bring a notebook and pencil to every class.
  2. The principal documents for this course are ModernDive: An Introduction to Statistical and Data Sciences via R (MD), Data Science with R (DSWR), and Mathematical Statistics with Resampling and R (MSWR) -available inside the ASULEARN course page.
  3. Problem Set (PS) assignments are generally due on Thursdays by 5:00 pm
  4. The links for the problem sets, sampling distribution assignment, and starter code for Inference for Numerical Data in R in this document will only work for the instructor! To accept each of these assignments, go to ASULEARN and click on the appropriate link in the GitHub Classroom Invitation Links for Assignments block.

Grading Rubric for Assignments

Field Excellent (3) Competent (2) Needs Work (1)
Reproducible All graphs, code, and answers are created from text files. Answers are never hard-coded but instead are inserted using inline R code. An automatically generated references section with properly formatted citations when appropriate and sessionInfo() are provided at the end of the document. All graphs, code, and answers are created from text files. Answers are hard coded. No sessionInfo() is provided at the end of the document. References are present but not cited properly or not automatically generated. Document uses copy and paste with graphs or code. Answers are hard coded; and references, when appropriate are hard coded.
Graphics Graphs for categorical data (barplot, mosaic plot, etc.) have appropriately labeled axes and titles. Graphs for quantitative data (histograms, density plots, violin plots, etc.) have appropriately labeled axes and titles. Multivariate graphs use appropriate legends and labels. Computer variable names are replaced with descriptive variable names. Appropriate graphs for the type of data are used. Not all axes have appropriate labels or computer variable names are used in the graphs. Inappropriate graphs are used for the type of data. Axes are not labeled and computer variable names appear in the graphs.
Coding Code (primarily R) produces correct answers. Non-standard or complex functions are commented. Code is formatted using a consistent standard. Code produces correct answers. Commenting is not used with non-standard and complex functions. No consistent code formatting is used. Code does not produce correct answers. Code has no comments and is not formatted.
Clarity Few errors of grammar and usage; any minor errors do not interfere with meaning. Language style and word choice are highly effective and enhance meaning. Style and word choice are appropriate for the assignment. Complete sentences are used to report all answers. Some errors of grammar and usage; errors do not interfere with meaning. Language style and word choice are, for the most part, effective and appropriate for the assignment. Incomplete sentences and inconsistent punctuation are used to answer questions. Major errors of grammar and usage make meaning unclear. Language style and word choice are ineffective and/or inappropriate. Only numeric values are reported for answers to questions.
Completeness All questions are answered correctly. Answers to questions demonstrate clear statistical understanding by comparing theoretical answers to simulated answers. When hypotheses are tested, classical methods are compared and contrasted to randomization methods. When confidence intervals are constructed, classical approaches are compared and contrasted with bootstrap procedures. The scope of inferential conclusions made is appropriate for the sampling method. A question or two is incorrect or unanswered. Theoretical and simulated answers are computed but no discussion is present comparing and contrasting the results. When hypotheses are tested, results for classical and randomization methods are presented but are not compared and contrasted. When confidence intervals are constructed, classical and bootstrap approaches are computed but the results are not compared and contrasted. The scope of inferential conclusions made is appropriate for the sampling method. More than two questions are incorrect or unanswered. Theoretical and simulated answers are not computed correctly. No comparison between classical and randomization approaches is present when testing hypotheses. When confidence intervals are constructed, there is no comparison between classical and bootstrap confidence intervals .

Week 1: (Aug 22–25)

Optional


Week 2: (Aug 29 – Sep 1)

Optional


Week 3: No Class Sep 5 (Sep 6–8)

Optional


Week 4: (Sep 12 – 15)

Optional

  • Read chapter 4 (Data Importing and “Tidy” Data) of MD — pgs 99-117

  • Read the Git and GitHub chapter from Hadley Wickham’s book R Packages

  • Brian Caffo’s take on R IDEs


Week 5: (Sep 19 – 22)

Optional

  • Complete Correlation and Regression in R (DataCamp)

Week 6: (Sep 26 – 29)

Optional


Week 7: (Oct 3 – 6)

Optional

  • In Class Problems

  • Complete the Improving the Report chapter of Reporting with R MarkdownDataCamp

  • Complete the Customizing the Report chapter of Reporting with R MarkdownDataCamp


Week 8: (Oct 10 – 13)

Optional

  • Study

Fall Break: Oct 17 – 18


Week 9: (Oct 19 – 20)

Optional


Week 10: (Oct 24 – 27)


Week 11: (Oct 31 – Nov 3)



Week 12: (Nov 7 – 10)


Week 13: (Nov 14 – 17)

Optional


Week 14: (Nov 21 – 22)

Optional


Week 15: (Nov 28 – Dec 1)


Week 16: (Dec 5 – Dec 6)


Final Exam — Section -103: Dec 14: 11:00am - 1:30 pm

Final Exam — Section -104: Dec 9: 2:00pm - 4:30 pm


Last Updated on: Nov 17, 2022 at 01:00:51 PM