hammerlab / survivalstan

Library of Stan Models for Survival Analysis
Apache License 2.0
124 stars 23 forks source link

Review & implement survival model diagnostics #53

Open jburos opened 7 years ago

jburos commented 7 years ago

There are several "standard" residuals used to diagnose survival model fits. For example, scaled schoenfeld residuals are used to diagnose presence of time-dependent effects, particularly when plotted over time.

This issue is a placeholder to track progress on this.