https://github.com/jmisilo/r-project
https://github.com/jmisilo/r-project
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jmisilo/r-project
- Owner: jmisilo
- Created: 2022-05-11T15:05:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-13T14:11:02.000Z (about 4 years ago)
- Last Synced: 2025-02-09T20:36:04.959Z (over 1 year ago)
- Language: R
- Size: 19.3 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## R project
### Resources:
* [Dataset](https://www.kaggle.com/datasets/kamilpytlak/personal-key-indicators-of-heart-disease?fbclid=IwAR3DZTArWtLYDTTeMp3RRQ3AT3y-m2keRgEuofOPaa59zjoLhCQK-X3pjmA)
* [Correlation matrix in R](http://www.sthda.com/english/wiki/correlation-matrix-a-quick-start-guide-to-analyze-format-and-visualize-a-correlation-matrix-using-r-software?fbclid=IwAR3iBQAgrOmDy55uRU-YXosCvGCJJkQCt-x08-Tmz1X4OgFO0cvpMH1np6M)
* [Example project using R and same DS](https://www.r-bloggers.com/2019/09/heart-disease-prediction-from-patient-data-in-r/?fbclid=IwAR12PeAB7o75D7ByS_gigqYCuGXbEWbYYcj8kXWrbJN4ZxDkwMqb_NWyRXI)
* [Git and Github for Beginners](https://www.youtube.com/watch?v=RGOj5yH7evk)
* [ML in R](https://www.datacamp.com/tutorial/machine-learning-in-r?fbclid=IwAR3mEO4Ub-tls1NAYaWe_7uHjn6DXvfty4ltlaX-o2hCktY1ozT_jQCwTy8)
* [Notebooks with R](https://bookdown.org/yihui/rmarkdown/notebook.html)
* [R project structure - best practices](https://www.r-bloggers.com/2018/08/structuring-r-projects/)