Skip to main content\(\require{cancel}
\newcommand{\lt}{<}
\newcommand{\gt}{>}
\newcommand{\amp}{&}
\definecolor{fillinmathshade}{gray}{0.9}
\newcommand{\fillinmath}[1]{\mathchoice{\colorbox{fillinmathshade}{$\displaystyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\textstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptscriptstyle\phantom{\,#1\,}$}}}
\)
Section A.2 Data Integrity and Structure
-
Have I visually inspected my data using commands such as head(), summary(), or View()?
-
Have I verified variable types using str()?
-
Are categorical variables correctly stored as factors or characters (not numeric)?
-
Do numeric variables represent meaningful quantities (not IDs or codes)?
-
Have I addressed missing values or unexpected levels?