decodeR
Follow the steps to decode the secret message!
Follow the steps to decode the secret message!
I am not a regular SQL user, but it can be useful to have larger datasets stored on a database for ease of sharing. In this post, I walk through setting up your own AWS database and connecting to it from R.
Tools to automatically generate course documents.
In 1989, the country of Poland underwent a peaceful revolution, replacing its existing Communist government with a Democratically elected one. This project is a statistical study of the social networks between key organizations and individuals in the years leading up to the revolution.
Tools to create Shiny documents without all the hassle.
In Carribbean ecosystems, parrotfish prey on certain coral species. This work is a statistical analysis of the patterns of parrotfish predation and the corresponding healing patterns of the coral colonies.
When information is continuous, but you only observe binary data, it can be difficult to detect association between variables. This method proposes a new model based on thresholding, and implements a search procedure that identifies groups of latently associated variables.
Tools to highlight your source code in R Markdown.
Tools to highlight your source code in R Markdown.
This method was developed to identify sets of genes that are more inter-correlated under one condition than under another; genes that are correlated among patients with a certain disease, but uncorrelated among those without the disease. The DCM method relies on statistical testing principles to iteratively search until a significantly differential set is discovered.
Tools to highlight your source code in R Markdown.
Introduction to the discipline of statistics, including the development of the discipline, professional ethics, data visualization and the role of statistics in the scientific enterprise.
A first course in R Statistical Software for data analysis. Topics include data management and wrangling, visualization, functional programming, statistical models, and resampling methods.
Advanced techniques for efficient use of computers to perform statistical computations and to analyze large amounts of data. Includes version control systems; tools supporting reproducibility; functional programming; randomization and bootstrapping; dynamic data visualizations; and R package development.
Github repository of materials for a one day ‘Introduction to the Tidyverse’ workshop..
In this talk, I introduce the {flair} package, as well as preliminary plans for the {Shindig} and {templar} packages. (link redirects to talk video)
Github repository of materials for a three-day introductory R workshop offered to Cal Poly employees in Summer of 2019.
In this talk, I present my approach to incorporating R and RStudio into a 10-week introductory statistics course for non-majors at Cal Poly. (link redirects to talk video)
Github repository of puzzle-based R exercises.
The purpose of this document is to once and for all figure out how to use tidy eval in my functions. I keep thinking I understand it, and then messing up the next time.