FasteR! HigheR! StrongeR! - A Guide to Speeding Up R Code for Busy People
A practical guide for R users on optimizing code for speed, balancing performance with readability and real-world time constraints.
A practical guide for R users on optimizing code for speed, balancing performance with readability and real-world time constraints.
A guide to installing and using R on Amazon EC2 instances to overcome in-memory limitations for big data analysis.
A guide to automatically re-install R packages after upgrading to R 3.0, with OSX and Windows instructions.
A developer shares a humorous and insightful experience debugging an R package for the Adobe API, focusing on error handling and JSON parsing.
A technical guide on using R's xts and ggplot2 packages to process and visualize time-series data from field instruments.
A presentation and tutorial on using the `plyr` package in R for data manipulation, summarization, and automated statistical analysis.
Using R to automate the creation of a random teaching assistant office hours calendar, solving scheduling conflicts and improving efficiency.
A tutorial on using R and the Google Analytics API to analyze and visualize '(not provided)' organic search data.
A guide to tools and best practices for collaborating on projects using the R programming language, including version control and community engagement.
A tutorial video demonstrating how to execute SQL queries within the R programming language using the 'sqldf' package for data analysis.
A technical presentation on using R to create and analyze stochastic, age-structured matrix population models for ecological simulations.
A quick R function to edit CSV files using R's native data editor, providing a lightweight alternative to spreadsheet software.
A tutorial video demonstrating how to overlay histograms with normal curves, density curves, and secondary data series in R.
A guide on customizing your R programming environment using the .Rprofile file, including setup for Windows and Mac.
A technical guide on using R's plot.new() function for creating custom multi-panel plots, comparing it to the traditional par(mfrow) method.
A tutorial introduction to using mixed models in R for statistical analysis, covering linear and generalized linear mixed models with code examples.
A tutorial introducing the ggplot2 package in R for creating data visualizations, comparing it with base R graphics.
A screencast tutorial demonstrating how to get started with the R programming language, including installations of R, RStudio, Rcmdr, and rattle.
Introduces Rcmdr, a GUI for performing basic business statistics in R without coding, and explains its installation and usage.