Questions 6,7 and 8 should have a `~` character in them: Example: https://github.com/coding-for-reproducible-research/cfrrRtutorials/blob/b83cec6b8fc757b11ff4a0db2bdc18b99dfcff2c/inst/tutorials/Introduction%20to%20Regression%20with%20R/Introduction-to-Regression-with-R.Rmd#L731 However, when rendered, they do not:  This is because `~` is a reserved character in many LaTeX parsers. In the past I have used `$\sim$` to get around this issue.