Conventions
This page defines the contributor style guide.
Notation and labels
- Mixture component index is j.
- Restriction time notation is L.
- Cox proportional hazards shorthand is ph.
Output conventions
- GPD flag must show TRUE/FALSE.
- Prefer stable, explicit labels in printed output.
Code conventions
- Keep internal helpers in
R/02-utilities-internal.R. - Keep plot helpers in
R/06-visualization-helpers.R. - Export only stable user-facing functions.
Prereqs
- Required packages and data for this page are listed in the setup chunks above.
Outputs
- This page renders model fits, diagnostics, and summary artifacts generated by package APIs.
Interpretation
- Canonical concept page: Spec And Contracts
- Treat this page as an application/example view and use the canonical page for core definitions.
Next
- Continue to the linked canonical concept page, then return for implementation-specific details.