Course Outline

Course Overview

Modules

Assignments

Resources

Policies

Insurmountable Coding Problems


What’s Your Malfunction?





Must be submitted for Peer Commentary by 8:00 pm Wednesday, October 25th.


Peer Commentary and Final Homework DUE at 5:00 pm Wednesday, November 1st.



Create a new GitHub repo and git-referenced Rstudio Project called “AN588_Malfunction_BUlogin”. Within that repo, create a new .Rmd file called “BUlogin_OriginalHomeworkCode_04”. Don’t forget to add your Peer Group and instructor as collaborators, and to accept their invitations to you. Making sure to push both the markdown and knitted .html files to your repository, do the following:

[1] Write a simple R function, Z.prop.test(), that can perform one- or two-sample Z-tests for proportion data, using the following guidelines:

Your Final Assignment for Homework 03

Your final assignment, due to me by 5:00 pm on November 1st, is to have in your AN588_Malfunction_BUlogin repo only the following files (aside from repo basics like an .Rproj and README file):
    1. The FINAL PUSH of your Original Homework Code, including the five challenges you faced, as pushed to your repo by 5:00 pm on Wednesday, November 1st, an R Markdown file named BUlogin_OriginalHomeworkCode_04.
    2. The FINAL PUSH of the Peer Commentary made on your code, an R Markdown file named Peerlogin_PeerCommentary_BUlogin_04 or PeerGroupX_PeerCommentary_BUlogin_04.
    3. The FINAL PUSH of your Final Homework Code, which has taken into account any changes recommended from the Peer Commentary and notes, an R Markdown file named BUlogin_FinalHomeworkCode_04.

Homework 04 Solutions will be posted on November 2nd.


NOTE: If you want your homework code to look nice (beyond being very well annotated and commented), and be easy to use by others, you can check out the relatively simply example R Markdown templates in the AN588_Week_3_caschmit repo.

Please also consider consulting the following helpful guidelines on how to write effective R Markdown documents (also available at the end of Module 03), which go well beyond the simple formatting of the templates.