My Scribbles

This blog is a collection of things I’ve learned along the way.

Written by my past self

Shading under the Normal curve

snorm for shaded normal density curve Adapted from code from here. Used in my lab here Description Plots the pdf of the normal distribution with mean equal to mean and standard deviation equal to sd and shades in the area under the curve as determined by q (either a scalar of a vector of length 2) Usage qnorm(p, mean = 0, sd = 1, lower.tail = TRUE, …) q vector of quantiles snorm <- function(q, mean=0, sd=1, rsd=4, lower.

By R package build in intro stats

November 4, 2021

Data Sets

This blog post is meant to curate some open source data that I have used for teaching purposes. All of the datasets listed here are free for download. Students’ Academic Performance Dataset found on Kaggle Palmer Penguins: Source, csv file csv without NAs

By R package build in data

October 4, 2021

xaringan slides

A brief tutorial on how to create presentation slides in R using the xaringan pacakge

By R package build in Personal

July 14, 2021

Blogdown Cheatsheet

Here is a running collection of the useful syntax used in creating blog posts

By R package build in Personal

July 9, 2021