├── .gitattributes ├── Appendix - practical guide to prediction models_6.docx ├── binary outcome.R ├── competing events.R ├── continuous_outcome.R └── time-to-event.R /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esm-ispm-unibe-ch/R-guide-to-prediction-modelling/HEAD/.gitattributes -------------------------------------------------------------------------------- /Appendix - practical guide to prediction models_6.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esm-ispm-unibe-ch/R-guide-to-prediction-modelling/HEAD/Appendix - practical guide to prediction models_6.docx -------------------------------------------------------------------------------- /binary outcome.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esm-ispm-unibe-ch/R-guide-to-prediction-modelling/HEAD/binary outcome.R -------------------------------------------------------------------------------- /competing events.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esm-ispm-unibe-ch/R-guide-to-prediction-modelling/HEAD/competing events.R -------------------------------------------------------------------------------- /continuous_outcome.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esm-ispm-unibe-ch/R-guide-to-prediction-modelling/HEAD/continuous_outcome.R -------------------------------------------------------------------------------- /time-to-event.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/esm-ispm-unibe-ch/R-guide-to-prediction-modelling/HEAD/time-to-event.R --------------------------------------------------------------------------------