Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions interpretations.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -636,3 +636,12 @@ name interpretation
\hfsurv estimated survival factor (alias for \hsurvfactor)
\hfsurvf estimated survival factor function (alias for \hsurvfactorf)
\hsurvff estimated survival factor function (shorthand for \hsurvfactorf)
\emp empirical estimator label ("emp" subscript)
\km Kaplan-Meier estimator label ("KM" subscript)
\naa Nelson-Aalen estimator label ("NA" subscript)
\hsurvemp empirical survival function estimator Ŝ_emp
\hsurvkm Kaplan-Meier survival function estimator Ŝ_KM
\hsurvnaa Nelson-Aalen survival function estimator Ŝ_NA
\hsurvempf empirical survival function estimator Ŝ_emp(·) applied to argument
\hsurvkmf Kaplan-Meier survival function estimator Ŝ_KM(·) applied to argument
\hsurvnaaf Nelson-Aalen survival function estimator Ŝ_NA(·) applied to argument
9 changes: 9 additions & 0 deletions macros.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,15 @@
\def\hsurv{\mathop{\hat{\surv}}\nolimits}
\def\hSurv{\mathop{\hat{\surv}}\nolimits}
\providecommand{\hSurvf}[1]{\hSurv\paren{#1}}
\def\emp{\text{emp}}
\def\km{\text{KM}}
\def\naa{\text{NA}}
\def\hsurvemp{\hsurv_{\emp}}
\def\hsurvkm{\hsurv_{\km}}
Comment thread
d-morrison marked this conversation as resolved.
\def\hsurvnaa{\hsurv_{\naa}}
\providecommand{\hsurvempf}[1]{\hsurvemp\paren{#1}}
\providecommand{\hsurvkmf}[1]{\hsurvkm\paren{#1}}
\providecommand{\hsurvnaaf}[1]{\hsurvnaa\paren{#1}}
\def\dist{\ \sim \ }
\def\ddist{\ \dot{\sim} \ }
\def\dsim{\ \dot{\sim} \ }
Expand Down
Loading