Skip to main content

Crate solow_duration

Crate solow_duration 

Source
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§

CumIncidenceRight
Estimated cumulative incidence functions for competing risks.
PHReg
A Cox proportional-hazards model awaiting estimation.
PHRegResults
Results of a fitted Cox proportional-hazards model.
PHRegTies
A Cox proportional-hazards model with a selectable tie-handling method.
PHRegTiesResults
Results of a fitted Cox proportional-hazards model with selectable ties.
SurvDiffResult
Outcome of a (weighted) log-rank test.
SurvfuncRight
The Kaplan–Meier estimate of a right-censored survival function.

Enums§

Ties
Method for handling tied event times in the Cox partial likelihood.
WeightType
Weight family for the (weighted) log-rank test.

Functions§

survdiff
Test the equality of two or more survival distributions.