STAT 450: Instructions for coding portion of exam

Description

You will be asked to carry out a couple of simulation studies. You must record your exam with Kaltura Express Capture and submit a link to the recording along with your exam deliverables.

What can you use?

  • Allowable resources:

    • Course notes
    • Course keys
    • Google searches
    • AI queries
    • Code you’ve written previously
  • Prohibited resources:

    • Other human help (e.g., classmates) in any way

Deliverables

Submit:

  1. A link to your screen capture video
  2. One of the following
  • A copy/paste of your R code
  • A link to your published html (e.g. on R Pubs)

Rubric

Criterion Excellent (8-10) Fair (7-5) Poor (4-1)
Process (30%) All code follows structure demonstrated in course notes. For each question, the entire simulation data set is created with one series of pipes. Code partially follows template demonstrated in course notes. Code minimally follows template demonstrated in course notes.
Correctness (20%) All code produces correct output. Code provides partially correct output. Code has many bugs and/or does not produce the correct output.