-
Author: Alli N. Cramer Shiny is an R package that allows you to create interactive data visualizations. Shiny can create HTML pages which can allow users to generate graphs, maps, etc. based on underlying data and predetermined functions. If you use R Studio, Shiny comes pre-installed and can be accessed by clicking …
Read More -
Author: Alli N. Cramer R Markdown R Markdown is an easy way to share and communicate your results from R. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents that comes with R Studio. To make a new R markdown document, go to File -> New File -> R Markdown. New R Markdown …
Read More -
Author: Alli N. Cramer This is an attempt to orient you around R. To give you a roadmap of sorts to help you find your way when learning R. The following text will show you: What R is What R studio is How to do basic math in R How to add, save, and bring in data How to read basic R syntax How to make a linear model …
Read More