Homework 8 (Monte carlo simulation project) is posted on the schedule page. It is due Dec 9 @ 11A.
When submitting your homework, follow the following rules:
- email both your written report (pdf format) and R code to me hua_zhou@ncsu.edu with subject
ST758 HW9
and file namesLastFirstHW9.pdf
andLastFirstHW9.R
- use of R Studio is highly recommended
- code should have clear and plenty of comments and
rm(list = ls())
at top and bottom - your code should never exceed 80 characters in width
- follow a good coding style; read Google’s R style guide