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
1 change: 1 addition & 0 deletions interpretations.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@ name interpretation
\NA not-available / missing-value placeholder (text "NA")
\ub underbrace shorthand (alias for \underbrace)
\ubf underbrace with subscript label \underbrace{·}_{label}
\dims underbrace annotation labeling an expression with its dimensions, e.g. \dims{X}{n \times p}
\factor generic factor symbol θ (base for \hazfactor, \riskfactor, and similar factor macros; compares one covariate pattern to the baseline; subscript denotes the factor type)
\factorf generic factor function θ(·)
\oddsfactor odds factor θ_ω (factor symbol with odds subscript; odds for a covariate pattern vs. baseline)
Expand Down
1 change: 1 addition & 0 deletions macros.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@
\def\modresid{r^*}
\def\ub{\underbrace}
\providecommand{\ubf}[2]{\ub{#1}_{#2}}
\providecommand{\dims}[2]{\ub{#1}_{#2}}
\providecommand{\residv}{\vec{r}}
\def\hprob{\hat{\prob}}
\def\hprobs{\hprob}
Expand Down
Loading