53 lines
816 B
TeX
53 lines
816 B
TeX
\documentclass{article}
|
|
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage{Sweave}
|
|
|
|
\title{Working title: Data Descriptor for HMC Data Set}
|
|
\author{Angelica Henestrosa}
|
|
|
|
\begin{document}
|
|
%\SweaveOpts{concordance=TRUE}
|
|
|
|
\maketitle
|
|
|
|
\begin{abstract}
|
|
tbd
|
|
\end{abstract}
|
|
|
|
\section{Background and Summary}
|
|
|
|
\section{Methods}
|
|
|
|
\section{Data Records}
|
|
|
|
\section{Technical Validation}
|
|
|
|
\section{Usage Notes (optional)}
|
|
|
|
\section{Code Availability}
|
|
|
|
\section*{References}
|
|
|
|
\section*{Author Contributions}
|
|
|
|
\section*{Competing Interests}
|
|
|
|
\section*{Acknowledgements}
|
|
|
|
|
|
Hier ist ein R-Chunk:
|
|
|
|
\begin{Schunk}
|
|
\begin{Sinput}
|
|
> x <- rnorm(100)
|
|
> summary(x)
|
|
\end{Sinput}
|
|
\begin{Soutput}
|
|
Min. 1st Qu. Median Mean 3rd Qu. Max.
|
|
-1.65490 -0.56456 0.06666 0.11672 0.67502 2.62504
|
|
\end{Soutput}
|
|
\end{Schunk}
|
|
|
|
\end{document}
|