March 2020

paletteer: Hundreds of color palettes in R

March 17, 2020 | Paul van der Laken

Looking for just the right colors for your data visualization? I often cover tools to pick color palettes on my website (e.g. here, here, or here) and also host a comprehensive list of color packages in my R programming resources overview. However, paletteer is by far my favorite package ...
[Read more...]

Rcpp 1.0.4: Lots of goodies

March 17, 2020 | Thinking inside the box

The fourth maintenance release 1.0.4 of Rcpp, following up on the 10th anniversary and the 1.0.0. release sixteen months ago, arrived on CRAN this morning. This follows a few days of gestation at CRAN. To help during the wait we provided this releas... [Read more...]

Testing the Correlation between Time Series Variables

March 17, 2020 | Selcuk Disci

In the previous article, we examined trends and seasonality in gasoline prices in Turkey. This time we will examine whether the gasoline prices are related to the variables that are thought to affect gasoline prices the most by the Turkish people. One of the variables is the Brent crude oil ...
[Read more...]

COVID-19: The Case of Germany

March 17, 2020 | Learning Machines

It is such a beautiful day outside, lot’s of sunshine, spring at last… and we are now basically all grounded and sitting here, waiting to get sick. So, why not a post from the new epicentre of the global COVID-19 pandemic, Central Europe, more exactly where I live: Germany?! ... [Read more...]

Generate names using posterior probabilities

March 17, 2020 | Sidharth Macherla

If you are building synthetic data and need to generate people names, this article will be a helpful guide. This article is part of a series of articles regarding the R package conjurer. You can find the first part of this series here. Steps to generate people names 1. Installation Install ... [Read more...]

How to create decorators in R

March 16, 2020 | Andrew Treadway

Introduction One of the coolest features of Python is its nice ability to create decorators. In short, decorators allow us to modify how a function behaves without changing the function’s source code. This can often make code cleaner and easier to modify. For instance, decorators are also really useful ...
[Read more...]

Online R, Python & Git Training!

March 16, 2020 | Theo Roe

Hey there! Here at Jumping Rivers, we have the capabilities to teach you R, Python & Git virtually. For the last three years we have been running online training courses for small groups (and even 1 to 1). How is it different to an in-person course? It's the same, but also different! The ...
[Read more...]

OncoTree Tidygraph

March 16, 2020 | Posts | Joshua Cook

Introduction Cancers are often first classified by their tissue of origin, but there are several types of cancer for each tissue. Further, each of these can have several subdivisions. For example, head and neck cancers can be further divided into seven cancers, including head and neck squamous cell carcinoma (HNSC). ...
[Read more...]

OncoTree Tidygraph

March 16, 2020 | Posts | Joshua Cook

Introduction Cancers are often first classified by their tissue of origin, but there are several types of cancer for each tissue. Further, each of these can have several subdivisions. For example, head and neck cancers can be further divided into seven cancers, including head and neck squamous cell carcinoma (HNSC). ...
[Read more...]

All you need to know on Multiple Factor Analysis …

March 15, 2020 | francoishusson

Multiple facrtor analysis deals with dataset where variables are organized in groups. Typically, from data coming from different sources of variables. The method highlights a common structure of all the groups, and the specificity of each group. It allows to compare the results of several PCAs or MCAs in a ...
[Read more...]

U.S. Census Counts Data

March 15, 2020 | R on kieranhealy.org

As promised previously, I packaged up the U.S. Census data that I pulled together to make the population density and pyramid animations. The package is called uscenpops and it’s available to install via GitHub or with install.packages() if you set up drat first. The instructions are on ... [Read more...]

Political Ideology & Front-line House Democrats

March 15, 2020 | Jason Timm

Briefly Front-line House Democrats Ideologies in the 116th Focusing on Democrats Summary Briefly A quick look at the voting behavior of the 30 House Democrats that represent congressional districts carried by Trump in 2016 – relative to other House members. Using Rvoteview. For a more in-depth account of the characteristics of front-line House ...
[Read more...]
1 6 7 8 9 10 14

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)