Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
1 change: 1 addition & 0 deletions interpretations.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ name interpretation
\doddsinvf derivative of inverse odds function
\dinvoddsf derivative of inverse odds (alias)
\rate rate / hazard symbol λ
\lograte log-rate symbol η
\haz hazard function symbol λ (alias for \rate)
\hazratio hazard ratio symbol θ
\hr hazard ratio (alias for \hazratio)
Expand Down
2 changes: 2 additions & 0 deletions macros.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,8 @@
\providecommand{\doddsinvf}[1]{{\oddsinv}'\cb{#1}}
\providecommand{\dinvoddsf}[1]{{\invodds}'\cb{#1}}
\def\rate{{\lambda}}
Comment thread
d-morrison marked this conversation as resolved.
% NOTE: keep interpretations.tsv in sync with new macro names; \lograte needs a matching interpretation row.
\def\lograte{\lincomp}
\def\haz{{\lambda}}
\def\hazratio{\theta}
\def\hr{\theta}
Expand Down
Loading