Added diagnostics appendix, notes in results

claude_rewrite
Will King 1 year ago
parent d6d2360206
commit 963293fc2b

@ -103,6 +103,7 @@ Section \ref{SEC:Results} discusses the results of the analysis.
%--------------------------------------------------------------- %---------------------------------------------------------------
\section{Appendicies} \section{Appendicies}
%--------------------------------------------------------------- %---------------------------------------------------------------
\subfile{sections/21_appendix_diagnostics}
\newpage \newpage
\tableofcontents \tableofcontents

@ -190,10 +190,9 @@ result comes from different disease categories.
\subsection{Secondary Results} \subsection{Secondary Results}
% Examine beta parameters % Examine beta parameters
% - % - Little movement except where data is strong, general negative movement. Still really wide
% - % - Note how they all learned (partial pooling) reduction in \beta from ANR?
% - % - Need to discuss the 5 different states. Can't remember which one is dropped for the life of me. May need to fix parameterization.
% -
% - % -
\begin{figure}[H] \begin{figure}[H]

@ -0,0 +1,38 @@
\documentclass[../Main.tex]{subfiles}
\graphicspath{{\subfix{Assets/img/}}}
\begin{document}
\subsection{Diagnostics}
Reported low E-BFMI scores (low is considered below $0.2$)
\todo{Fill these out based on what is in the rendered report.}
\begin{itemize}
\item Chain 1: 0.178
\item Chain 2: 0.189
\end{itemize}
No other reported issues.
\begin{figure}[H]
\caption{Diagnostics: Trace Rank Plots - $\mu$}
\label{fig:trial_durations}
\includegraphics[width=\textwidth]{../assets/img/diagnostics/trace_rank_plot_mu_1-4}
\\[\smallskipamount]
\includegraphics[width=\textwidth]{../assets/img/diagnostics/trace_rank_plot_mu_5-8}
\\[\smallskipamount]
\includegraphics[width=\textwidth]{../assets/img/diagnostics/trace_rank_plot_mu_9-12}
\end{figure}
Mixing seems to be fine
\begin{figure}[H]
\caption{Diagnostics: Trace Rank Plots - $\sigma$}
\label{fig:trial_durations}
\includegraphics[width=\textwidth]{../assets/img/diagnostics/trace_rank_plot_sigma_1-4}
\\[\smallskipamount]
\includegraphics[width=\textwidth]{../assets/img/diagnostics/trace_rank_plot_sigma_5-8}
\\[\smallskipamount]
\includegraphics[width=\textwidth]{../assets/img/diagnostics/trace_rank_plot_sigma_9-12}
\end{figure}
Mixing is slower than $\mu$ values, but doesn't seem too problematic in light of
other deficencies such as low number of observations.
\end{document}
Loading…
Cancel
Save