News

When coding in any language, you must first recognize that certain symbols or combinations of symbols correspond to specific actions. Below are some general tips when coding in the R language: On any ...
Syntax 3: R’s apply () function As the name helpfully suggests, this will apply a function to a data frame (or several other R data structures, but we’ll stick with data frames for now).
Almost every R user knows about popular packages like dplyr and ggplot2. But with 10,000+ packages on CRAN and yet more on GitHub, it’s not always easy to unearth libraries with great R functions.
This workshop is designed for Stata users who would like an introduction to the R (RStudio) environment and syntax. In this workshop, participants will learn how to perform basic Stata commands in R ...
Make your R data.table code more efficient and elegant with these special symbols and operators. Plus, learn about the new fcase() function ...