Expand description
§solow-duration
Survival / duration analysis for the Solow statistical-computing stack.
SurvfuncRight— the Kaplan–Meier (product-limit) estimator of a right-censored survival function, with Greenwood standard errors.PHReg— Cox proportional-hazards regression estimated by maximizing the Breslow partial log-likelihood, exposing coefficients, standard errors, z-statistics, p-values and the partial log-likelihood.
Both estimators are cross-validated against golden reference values frozen
in tests/fixtures/duration.json.
Structs§
- CumIncidence
Right - Estimated cumulative incidence functions for competing risks.
- PHReg
- A Cox proportional-hazards model awaiting estimation.
- PHReg
Results - Results of a fitted Cox proportional-hazards model.
- PHReg
Ties - A Cox proportional-hazards model with a selectable tie-handling method.
- PHReg
Ties Results - Results of a fitted Cox proportional-hazards model with selectable ties.
- Surv
Diff Result - Outcome of a (weighted) log-rank test.
- Survfunc
Right - The Kaplan–Meier estimate of a right-censored survival function.
Enums§
- Ties
- Method for handling tied event times in the Cox partial likelihood.
- Weight
Type - Weight family for the (weighted) log-rank test.
Functions§
- survdiff
- Test the equality of two or more survival distributions.