PJR
Home
Posts
Tutorials
CV
Posts
Getting Started With R and R Studio
This is a very brief guide about how to get started with R and R Studio, including links to where each can be downloaded and several …
Oct 10, 2019
2 min read
U.S. Presidential Election Results
May 8, 2019
1 min read
US Politics
TidyTutorial 3: Plotting with ggplot (and writing a function!)
In this tutorial we will load in the data created in the second tutorial and make some plots Plotting in Tidyvserse is handled by the …
Apr 30, 2019
5 min read
Visualizing ECG data with Shiny
Below is the first Shiny App I made: It’s an interface for viewing raw ECG data and some summary statistics: My First Shiny App: …
Mar 23, 2019
1 min read
HRV
Tidy Tutorial 2: Importing and manipulating data
In this tutorial we will load in the data created in the first tutorial. Once the data is loaded, we will perform a conditional …
Mar 11, 2019
16 min read
Tidy Tutorial 1: Creating some data
This is a quick tutorial to introduce some of the basic tidyverse functions by creating some fake data The design of this tutorial is …
Mar 10, 2019
5 min read
Blogdown + Hugo
How I made this website in R Studio
PJ Ryan
Mar 9, 2019
1 min read
R Notebook code{white-space: pre;} pre:not([class]) { background-color: white; } if (window.hljs && document.readyState && …
Jan 1, 0001
6 min read
R Notebook
library(tidyverse) library(stringr) states <- map_data("state") Create percent a and b states<-as.tibble(states) %>% …
Jan 1, 0001
9 min read
Cite
×