Microsoft quietly made available this week a new family of R Server data-analytics products. Thanks to a tweet from Tero Alhonen, I found listings on MSDN for a family of new Microsoft R Server ...
Make your R data.table code more efficient and elegant with these special symbols and operators. Plus, learn about the new fcase() function R data.table code becomes more efficient — and elegant — ...
This workshop is hands-on and intended for beginners; no previous knowledge of data analysis and/or R is required. This session will cover the following topics for R: data preparation, descriptive ...
Once you’ve installed and configured R to your liking, it’s time to start using it to work with data. Yes, you can type your data directly into R’s interactive console. But for any kind of serious ...
The table below shows my favorite go-to R packages for data import, wrangling, visualization and analysis — plus a few miscellaneous tasks tossed in. The package names in the table are clickable if ...
Designed to introduce students to quantitative methods in a way that can be applied to all kinds of data in all kinds of situations, Statistics and Data Visualization Using R: The Art and Practice of ...
See how to join two data sets by one or more common columns using base R’s merge function, dplyr join functions, and the speedy data.table package. R has a number of quick, elegant ways to join data ...
Although there are many commercially available statistical software packages, only a few implement a competing risk analysis or a proportional hazards regression model with time-dependent covariates, ...