March 2022

Visualizing economic data with pretty worldmaps

March 22, 2022 | Fabian Scheler

Are you interested in guest posting? Publish at DataScience+ via your RStudio editor.CategoryVisualizing DataTagsData VisualisationMapsR ProgrammingTips & TricksChoropleths are a nice tool for the visualization of geographic data and with R and Python, their creation can be pretty effortless, especially when clean data is readily available. Fortunately, a lot of ...
[Read more...]

How long would you live if you were immortal?

March 22, 2022 | Learning Machines

Imagine a world without diseases and no biological limit to how long you could live. Still, there could be accidents that kill you, murder, and suicides. If you want to get an estimate of your life expectancy under those circumstances, read on! Many people (me included) are afraid of certain ... [Read more...]

Shiny: Fast Data Loading with fst

March 21, 2022 | Philipp Probst

I had several projects where I had to load in a big dataset for my shiny app. This loading was usually done in the beginning and would take more than 3 minutes. My target was to reduce this time. I starting thinking about the problem and discovered, that not the whole ... [Read more...]

Gaussian Simulation of Spatial Data Using R

March 21, 2022 | Richard Plant

Gaussian Simulation of Spatial Data Using R Richard E. Plant This post is a condensed version of an Additional Topic to accompany Spatial Data Analysis in Ecology and Agriculture using R, Second Edition. The full version together with the data and R code can be found in the Additional Topics ...
[Read more...]

RbaseX, a BaseX-client written in R

March 21, 2022 | Ben Engbers

The primary programming language used in the Data Science course at Erasmus University Rotterdam was ‘R’. So when the topic ‘XML, XQuery and XSL’ was tackled, there was a need for a tool that could work with R. BaseX, an Open Source XML database, offered the functionalities that were needed ... [Read more...]

Coding style, coding etiquette

March 20, 2022 | Posts on R-hub blog

Do you indent your code with one tab, two spaces, or eight spaces? Do you feel strongly about the location of the curly brace closing a function definition? Do you have naming preferences? You probably have picked up some habits along the way. In any c... [Read more...]

Vectorization, Purrr, and Mutate

March 20, 2022 | Pascal Schmidt

Sometimes, R is a bit too intuitive, and I wondered what was wrong with my code the other day was. The problem was vectorized functions within a mutate statement. I usually use the paste function and the ifelse function within mutate so the vectorization is already automatic. However, for a ... [Read more...]

Scale: Organisms & Organizations

March 19, 2022 | Boiled Data

Organisms & Organizations Size matters – in many situations the formula \(Y=aX^\beta\) can describe the empirical association between observed outcomes (Y) and size (X), e.g. for living organisms life expectancy (Y) is found to scale as size (X) to the power of 1/4. Geoffrey West argues i...
[Read more...]

5 New books added to Big Book of R

March 19, 2022 | Oscar

19 March 2022 There’s some very interesting books in this update! Thansk to Nick Ulle, Jonathan Godfrey , @datum_wrangler and @jebyrnes for some of the the additions. If you’re looking for a new way to discover books from the collection, follow the Big Book of R Twitter bot. Every couple … ...
[Read more...]

Finding Happiness in ‘The Smoke’

March 18, 2022 | R | Quantum Jitter

The Smoke, to use London’s nickname, has 32 boroughs plus the central business district known as the City of London. What does Cluster Analysis tell us about the characteristics that bind them? library(tidyverse) library(tidymodels) library(tidyte...
[Read more...]
1 2 3 4 5 7

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)