Skip to content

Commit

Permalink
Lec 1: start with email from collaborator
Browse files Browse the repository at this point in the history
 - really captures the point
  • Loading branch information
kbroman committed Nov 20, 2015
1 parent bc2c4f0 commit 8ba61d2
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions 01_Intro/01_intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,44 @@
} }


\begin{frame}[fragile,c]{}

\begin{center}
\begin{minipage}[c]{9.3cm}
\begin{semiverbatim}
\lstset{basicstyle=\normalsize}
\begin{lstlisting}[linewidth=9.3cm]
Karl -- this is very interesting,
however you used an old version of
the data (n=143 rather than n=226).

I'm really sorry you did all that
work on the incomplete dataset.

Bruce
\end{lstlisting}
\end{semiverbatim}
\end{minipage}
\end{center}

\note{This is an edited version of an email I got from a collaborator,
in response to an analysis report that I had sent him.

I try to always include some brief data summaries at the start of
such reports. By doing so, he immediately saw that I had an old
version of the data.

Because I'd set things up carefully, I could just substitute in the
newer dataset, type ``{\tt make}'', and get the revised report.

This is a reproducibility success story. But it took me a long
time to get to this point.
}
\end{frame}




\begin{frame}[c]{}


Expand Down

0 comments on commit 8ba61d2

Please sign in to comment.