https://github.com/jhrcook/rpackageplayground
My repository for trying out R packages and tutorials.
https://github.com/jhrcook/rpackageplayground
r r-language r-package r-packages r-programming
Last synced: 7 months ago
JSON representation
My repository for trying out R packages and tutorials.
- Host: GitHub
- URL: https://github.com/jhrcook/rpackageplayground
- Owner: jhrcook
- Created: 2019-09-20T19:39:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-28T17:54:02.000Z (almost 6 years ago)
- Last Synced: 2025-01-13T11:50:08.463Z (9 months ago)
- Topics: r, r-language, r-package, r-packages, r-programming
- Language: HTML
- Homepage:
- Size: 3.48 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# R Package Playground
author: Josh Cook
date: 2019-09-20[](https://github.com/jhrcook)
[](https://twitter.com/JoshDoesa)
[](https://joshuacook.netlify.com)This is a repository where I can practice using various R packages or follow tutorials that I find interesting.
## Explored packages
* ['lavaan'](http://lavaan.ugent.be/index.html)
* ['lme4'](https://cran.r-project.org/web/packages/lme4/index.html)## Tutorials
## In Progress
* ['brms'](https://github.com/paul-buerkner/brms)
* [*Bayesian modeling in R*](https://www.r-bloggers.com/bayesian-models-in-r-2/)
* [*Computing and visualizing LDA in R*](https://www.r-bloggers.com/computing-and-visualizing-lda-in-r/)
+ I need to finish with STHDA tutorial that goes into other forms of discriminant analysis.## To Explore
* ['recipes'](https://github.com/tidymodels/recipes)
* ['rms'](http://biostat.mc.vanderbilt.edu/wiki/Main/RmS)
* ['h2o'](https://github.com/h2oai/h2o-3)
* causal inference
* missing data ([CRAN Task View](https://cran.r-project.org/web/views/MissingData.html))
* ['missForest'](https://cran.r-project.org/web/packages/missForest/index.html)
* ['simputation'](https://cran.r-project.org/web/packages/simputation/index.html)
* ['dils'](https://cran.r-project.org/web/packages/dils/index.html)
* ['DiffusionRimp'](https://cran.r-project.org/web/packages/DiffusionRimp/index.html)
* ['LearnBayes'](https://cran.r-project.org/web/packages/LearnBayes/index.html)## General Resources
* [CRAN Task Views](https://cran.r-project.org/web/views/)