https://github.com/ohdsi/skeletonpredictionstudy
A skeleton package to use as a template for studies developing prediction models
https://github.com/ohdsi/skeletonpredictionstudy
patient-level-prediction skeleton
Last synced: about 2 months ago
JSON representation
A skeleton package to use as a template for studies developing prediction models
- Host: GitHub
- URL: https://github.com/ohdsi/skeletonpredictionstudy
- Owner: OHDSI
- Created: 2020-03-24T16:56:03.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-18T17:55:03.000Z (almost 3 years ago)
- Last Synced: 2025-04-14T18:16:11.719Z (about 2 months ago)
- Topics: patient-level-prediction, skeleton
- Language: R
- Homepage: https://ohdsi.github.io/SkeletonPredictionStudy
- Size: 1.09 MB
- Stars: 3
- Watchers: 9
- Forks: 9
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
A Package Skeleton for Patient-Level Prediction Studies
========================================================A skeleton package, to be used as a starting point when implementing patient-level prediction studies.
Vignette: [Using the package skeleton for patient-level prediction studies](https://raw.githubusercontent.com/OHDSI/SkeletonPredictionStudy/main/inst/doc/UsingSkeletonPackage.pdf)
Suggested Requirements
===================
- R studio (https://rstudio.com)
- Java runtime environment
- PythonInstructions
========================================================- [Instructions to build the study library if generated using ATLAS](STUDY-PACKAGE-BUILD.md)
- [Instructions to share an ATLAS generated study library on github](STUDY-PACKAGE-SHARE.md)
- [Instructions to execute the study ](STUDY-PACKAGE-EXECUTE.md)