package
0.0.0-20210519035403-ee97d3e48df1
Repository: https://github.com/kshedden/statmodel.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

The duration package supports fitting statistical models for event time data (also known as "survival analysis") in Go. Currently, Cox proportional hazards regression, Kaplan-Meier estimates of the marginal survival function, and estimation of the cumulative incidence function are supported.

The Godoc package documentation is here.

See the examples directory for illustrations of how the package can be used.