January 2019

Automating R-markdown Tables With Hooks

January 15, 2019 | Paul Stevenson

KableExtra was chosen as the primary way to format tabulated data in the HTML R markdown templates used at Telethon Kids Institute, see the Biometrics R package and this article. I like the tables produced by kableExtra: they look tidy and the package has a feature that highlights table rows ...
[Read more...]

Rcrastinate is now based on blogdown

January 14, 2019 | Rcrastinate

Well, hello there! I moved Rcrastinate to a blogdown-based solution now. With this, I can use all the fancy stuff that comes with R Markdown documents. I’m happy that you’re here. You can still access my older posts over at blogspot.com.
[Read more...]

R-Bloggers

January 14, 2019 | Rcrastinate

Please visit R-bloggers.com for more R-related blogs. It’s a wonderful resource for everything related to R, statistics, visualizations, and more! [Read more...]

Plotting the Affect Circumplex in R

January 14, 2019 | R on Will Hipson

I’m a strong adherent to the circumplex model of emotions introduced by James Russell in the late 1980s. Russell argued that all emotional experience can be boiled down to two dimensions: valence and arousal, with valence being how positive or negative you feel and arousal being how sluggish or ...
[Read more...]

R Tip: Use Inline Operators For Legibility

January 14, 2019 | John Mount

R Tip: use inline operators for legibility. A Python feature I miss when working in R is the convenience of Python‘s inline + operator. In Python, + does the right thing for some built in data types: It concatenates lists: [1,2] + [3] is [1, 2, 3]. It concatenates strings: 'a' + 'b' is 'ab'. … Continue reading R ... [Read more...]

pcLasso: a new method for sparse regression

January 13, 2019 | kjytay

I’m excited to announce that my first package has been accepted to CRAN! The package pcLasso implements principal components lasso, a new method for sparse regression which I’ve developed with Rob Tibshirani and Jerry Friedman. In this post, I will … Continue reading →
[Read more...]

???? R Coding Style Guide

January 13, 2019 | Iegor Rudnytskyi

Language is a tool that allows human beings to interact and communicate with each other. The clearer we express ourselves, the better the idea is transferred from our mind to the other. The same applies to programming languages: concise, clear and consistent codes are easier to read and edit. It ...
[Read more...]

Travis CI for R — Advanced guide

January 13, 2019 | Sebastian Wolf

Travis CI for R — Advanced guide Continuous integration for building an R project in Travis CI including code coverage, pkgdown documentation, osx and multiple R-Versions Photo by Guilherme Cunha on UnsplashTravis CI is a common tool to build R packages. It is in my opinion the best platform to use ...
[Read more...]

Showing a difference in means between two groups

January 13, 2019 | mrtnj

Visualising a difference in mean between two groups isn’t as straightforward as it should. After all, it’s probably the most common quantitative analysis in science. There are two obvious options: we can either plot the data from the two groups separately, or we can show the estimate of ...
[Read more...]

Medium + r-bloggers — How to integrate?

January 13, 2019 | Sebastian Wolf

Medium + r-bloggers — How to integrate? Build up a PHP script that allows you to post your Medium articles on r-bloggers.com. The script filters an RSS feed by item tags. Photo by Ato Aikins on UnsplashMotivation I started my blog about R on Medium. Medium is a wonderful platform with ...
[Read more...]

Travis CI for R — Advanced guide

January 13, 2019 | Sebastian Wolf

Travis CI is a common tool to build R packages. It is in my opinion the best platform to use R in continuous integration. Some of the most downloaded R packages built at this platform. These are for example testthat, magick or covr. I also built my package RTest at ... [Read more...]

XmR Chart | Step-by-Step Guide by Hand and with R

January 12, 2019 | Kenith Grey

Is your process in control? The XmR chart is a great statistical process control (SPC) tool that can help you answer this question, reduce waste, and increase productivity. We'll cover the concepts behind XmR charting and explain the XmR control constant with some super simple R code. Lastly, we'll cover ... [Read more...]

Practical Data Science with R, 2nd Edition discount!

January 12, 2019 | John Mount

Please help share our news and this discount. The second edition of our best-selling book Practical Data Science with R2, Zumel, Mount is featured as deal of the day at Manning. The second edition isn’t finished yet, but chapters 1 through 4 are available in the Manning Early Access Program (MEAP), ...
[Read more...]
1 6 7 8 9 10 15

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)