Update macros in documentation - #39
Conversation
|
@copilot apply changes based on the comments in this thread |
Agent-Logs-Url: https://github.com/d-morrison/macros/sessions/feb2bd1c-df50-4c56-bafc-1372db173a56 Co-authored-by: d-morrison <2474437+d-morrison@users.noreply.github.com>
Addressed in 889bb1d by adding the missing |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
@copilot also add notation for conditional survival, kappa, matching d-morrison/rme#709 |
| \providecommand{\doddsinvf}[1]{{\oddsinv}'\cb{#1}} | ||
| \providecommand{\dinvoddsf}[1]{{\invodds}'\cb{#1}} | ||
| \def\rate{{\lambda}} | ||
| % NOTE: keep interpretations.tsv in sync with new macro names; \lograte needs a matching interpretation row. |
Agent-Logs-Url: https://github.com/d-morrison/macros/sessions/efa4f2c2-d0c8-434d-b16a-b86b07ae3c4f Co-authored-by: d-morrison <2474437+d-morrison@users.noreply.github.com>
Added in 27b270f. The changes include:
These match the notation used in PR 709 where κ(t) = Pr(T > t | T ≥ t) = 1 - λ(t). |
|
@copilot apply changes based on the comments in this thread and fix https://github.com/d-morrison/macros/actions/runs/25775545489/job/75707225153?pr=39 |
Agent-Logs-Url: https://github.com/d-morrison/macros/sessions/653b42c0-9f56-41f2-b5ef-3e17c27a4b19 Co-authored-by: d-morrison <2474437+d-morrison@users.noreply.github.com>
Fixed in 72f373d. Removed the TeX comment that was breaking the parser. CI run #103 now passes successfully - all rendering steps completed without errors. |
|
add macros \cs and \condsurv that should evaluate to \kappa. These macros are interpreted as conditional survival probabilities |
Agent-Logs-Url: https://github.com/d-morrison/macros/sessions/09dbc6ee-ca5e-48ab-becf-7b300d1af909 Co-authored-by: d-morrison <2474437+d-morrison@users.noreply.github.com>
Added in a065b0e. The macros |
|
This pull request introduces a new macro definition to the
macros.qmdfile. The main change is the addition of a shorthand macro for the log-rate parameter, improving code clarity and consistency.Macro additions:
\lograteas an alias for\lincomp, which can now be used in place of writing\lincompdirectly.