-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsupplement.tex
59 lines (45 loc) · 2.19 KB
/
supplement.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
\documentclass[11pt,final,fleqn]{article}
\usepackage{alltt}
% Basic packages
\usepackage[margin=1in] { geometry }
\usepackage{authblk}
% Figures
\usepackage[font={bf}]{caption}
\captionsetup{belowskip=10pt,aboveskip=-5pt}
\usepackage{float}
\usepackage[export]{adjustbox}
\renewcommand{\thefigure}{S\arabic{figure}}
% Title
\title{Supplemental Appendix: Penalized regression for left-truncated and right-censored survival data}
\newcommand*\samethanks[1][\value{footnote}]{\footnotemark[#1]}
\author[1]{Sarah F. McGough\thanks{Contributed equally.}}
\author[1]{Devin Incerti\samethanks}
\author[1]{Svetlana Lyalina}
\author[1]{Ryan Copping}
\author[2, 3]{Balasubramanian Narasimhan}
\author[2, 3]{Robert Tibshirani}
\affil[1]{Genentech, Inc, South San Francisco, CA, USA}
\affil[2]{Department of Statistics, Stanford University, Stanford, CA, USA}
\affil[3]{Department of Biomedical Data Science, Stanford University, Stanford, CA, USA}
\date{\today}
\begin{document}
\maketitle
\begin{figure}[h]
\centering
\includegraphics[max size={\textwidth}]{figs/sim_calibration_cumhaz.pdf}
\caption{Cumulative hazards among non-small cell lung cancer patients in the CGDB in models adjusting for right censoring and left truncation}
\begin{minipage}{\linewidth}
\footnotesize
Notes: The left and right facets plot cumulative hazards for overall survival (i.e., time to death) and followup time (i.e., time to right censoring), respectively. Estimates in the rightmost plot use a ``reverse Kaplan-Meier'' approach whereby the meaning of an event and censoring are flipped. The spline models were fit with one internal knot at the median of the log of followup time.
\end{minipage}
\end{figure}
\begin{figure}[h]
\centering
\includegraphics[max size={\textwidth}]{figs/sim_p11_km_plot_rwd_v_sim.pdf}
\caption{Kaplan-Meier plots of overall survival from models that adjust for right censoring but not left truncation in the simulated data and CGDB}
\begin{minipage}{\linewidth}
\footnotesize
Notes: The simulated dataset was simulated using a Weibull model including the predictors described in the main text from the CGDB. Only non-truncated patients from the simulation were used for estimation.
\end{minipage}
\end{figure}
\end{document}