Code: Select all
\documentclass[11pt,draft]{article}
\usepackage[top=1in, bottom=1in, left=1in, right=1in]{geometry}
\usepackage{amsmath}
\usepackage{accents}
\usepackage{graphicx,epstopdf}
\usepackage{amssymb}
\author{Nathanael Fickett}
\title{EXST 7039 - Final Exam}
\date{[today]}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhead[C]{EXST 7039 - Final Exam }
\fancyhead[R]{Nathanael Fickett \\ \today}
\renewcommand{\headrulewidth}{0pt}
\begin{document}
\begin{enumerate}
\item Table for parts (a) and (b): \\
{\begin{tabular}{l c c c}
\hline\noalign{\smallskip}
Description & L-R Chi Square & DF & Prob$>$Chi Sq \\
\hline \noalign{\smallskip}
No Effect vs. Regression & 150.28096223 & 1 & $ <$.0001 \\
Regression vs. Separate Location (SL) & 0.4161522035 & 1 & 0.5189 \\
SL vs. SL and Scale & 2.6016429793 & 2 & 0.2723 \\
\hline %inserts single line
\end{tabular}}
\begin{itemize}
\item[(a)] From line 3 in the the table above, the addition of a scale parameter to the model has a p-value of 0.2723, which is not significant. Thus, it can be considered constant across yarn lengths. \\
\begin{center}
\includegraphics[width=\linewidth]{./FE_1PPwithShape}
\end{center}
\end{itemize}
\end{enumerate}
\end{document}