\documentclass[11pt]{article} %\usepackage{amsbsy} % for \boldsymbol and \pmb %\usepackage{graphicx} % To include pdf files! \usepackage{amsmath} \usepackage{amsbsy} \usepackage{amsfonts} %\usepackage[colorlinks=true, pdfstartview=FitV, linkcolor=blue, citecolor=blue, urlcolor=blue]{hyperref} % For links \usepackage{fullpage} % Good for US Letter paper \topmargin=-0.75in \textheight=9.5in \usepackage{fancyhdr} \renewcommand{\headrulewidth}{0pt} % Otherwise there's a rule under the header \setlength{\headheight}{15.2pt} \fancyhf{} \pagestyle{fancy} \cfoot{Page \thepage {} of 2} % \pagestyle{empty} % No page numbers \begin{document} %\enlargethispage*{1000 pt} \begin{flushright} Name \underline{\hspace{60mm}} \\ $\,$ \\ Student Number \underline{\hspace{60mm}} \end{flushright} \vspace{2mm} \begin{center} {\Large \textbf{STA 312 f2023 Quiz 9}}\\ \vspace{1 mm} \end{center} \begin{enumerate} \item \label{age} In Question 15 of Assignment~9, you analyzed the \texttt{ColonCancer} data. The response variable is time in days until recurrence of the cancer. You began with a full model in which the explanatory variables were drug treatment condition (including Observation only), sex, age and number of lymph nodes affected. You want to know whether, taking into account sex, number of lymph nodes affected and drug treatment, the patient's age is related to time until recurrence. \begin{enumerate} \item (1 point) Using the order of variables in your fitted model, what is the null hypothesis? \vspace{10mm} \item (1 point) What is the value of the test statistic ($z$ or chi-squared)? The answer is a number from your printout. Write the number in the space below. \vspace{10mm} \item (1 point) What is the $p$-value? The answer is a number from your printout. Write the number in the space below. \vspace{10mm} \item (1 point) Do you reject $H_0$ at $\alpha = 0.05$? Answer Yes or No. \vspace{10mm} \item (2 points) In plain, non-statistical language, what do you conclude? \vspace{20mm} \end{enumerate} \textbf{On your printout, circle the requested numbers, and write ``Question~\ref{age}" beside them.} \item \label{pi} At the end of Question 15 from Assignment 9, you calculated a predicted recurrence time and a 95\% prediction interval for a patient in the Levamisole-only condition, with 6 affected lymph nodes. \begin{enumerate} \item (1 point) Give the predicted recurrence time \emph{in years}. Write the number in the space below. \vspace{5mm} \item (3 points) Give the prediction interval, \emph{in years}. Write the number in the space below. \vspace{5mm} \end{enumerate} \textbf{On your printout, circle the numbers, and write ``Question~\ref{pi}" beside them.} It is okay if the numbers on the printout are in days. \end{enumerate} % End of all the questions. \noindent Please attach your printout, showing all input and output required to answer the questions above. \textbf{Make sure your name and student number are written on the printout}. \end{document}