Test Post

“The tidyverse is an opinionated collection of R packages designed for data science. All packages share an underlying design philosophy, grammar, and data structures.” The core eight packages of the tidyverse are: Package Purpose Notably replaces ggplot2 Graphics Core graphics dplyr Data manipulation aggregate, common row and column operations tidyr Data ‘tidying’ melt, dcast readr Text file input read.table, etc purrr Functional programming tools apply family tibble Tables data. [Read More]

Introduction to Tidyverse

“The tidyverse is an opinionated collection of R packages designed for data science. All packages share an underlying design philosophy, grammar, and data structures.” The core eight packages of the tidyverse are: Package Purpose Notably replaces ggplot2 Graphics Core graphics dplyr Data manipulation aggregate, common row and column operations tidyr Data ‘tidying’ melt, dcast readr Text file input read.table, etc purrr Functional programming tools apply family tibble Tables data. [Read More]

Version Control with Git, GitHub, and RStudio

Science is collaborative!

Version Control with Git, GitHub, and RStudio
Some Background Science is collaborative. Even a “solo” projects should be reproducible, meaning we should be thinking about how other researchers can benefit from our work. And we will always have at least one collaborator - our future selves. Each of us has at some point struggled to pick up a project after weeks or months (or even years) of inactivity. Science is collaborative, and collaboration is hard. Often we aren’t trained to collaborate effectively and may be unaware of tools and practices to improve our collaborations. [Read More]

Utilizing the maximum computation power of your computer on R

Note Please open your R-Studio as an administrator. Overview In this tutorial, we introduce a package to use multiple cores of your system. After this tutorial you will be able to: Train a neural network model without using multicores Train a neural network model without using multicores Compare results Using R Markdown The tutorial that follows was created using R Markdown. As an exercise in using R Markdown, here, we ask you to save your work in an R Markdown file. [Read More]