Hello R Markdown

R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. You can embed an R code chunk like this: summary(cars) ## speed dist ## Min. : 4.0 Min. : 2.00 ## 1st Qu.:12.0 1st Qu.: 26.00 ## Median :15.0 Median : 36.00 ## Mean :15.4 Mean : 42.98 ## 3rd Qu.

By Frida Gomam in R

December 1, 2020

CSS Grid Scaffold

Grid is the very first CSS module created specifically to solve the layout problems we’ve all been hacking our way around for as long as we’ve been making websites.

Built-in Contact Form

This theme has a form-to-email feature built in, thanks to the simple Formspree integration. All you need to activate the form is a valid recipient email address saved in the form front matter.

Nathan’s Hot Dog Eating Contest

Foreward Nathan’s Hot Dog Eating Contest is an annual competetion to hunt down the only “one” who gobbles down most of the Nathan’s hot dog under ten minutes. This blog reconstructes the analysis of Nathan’s Hot Dog Contest and talks about why line charts is more appropriate than time series charts.

  1. Relevant R Code "%||%" <- function(a, b) { if (!is.null(a)) a else b } geom_flat_violin <- function(mapping = NULL, data = NULL, stat = "ydensity",position = "dodge", trim = TRUE, scale = "area", show.

By Ajinkya Shinde in R

June 18, 2018