October 2020

Bayesian Statistics using R, Python, and Stan

October 20, 2020 | Paul van der Laken

For a year now, this course on Bayesian statistics has been on my to-do list. So without further ado, I decided to share it with you already. Richard McElreath is an evolutionary ecologist who is famous in the stats community for his work on Bayesian statistics. At the Max Planck ...
[Read more...]

NHS-R Book Club

October 20, 2020 | Nujcharee Haswell

Nujcharee Haswell Data Scientist Apprentice, North Yorkshire County Council “Good friends, good books, and a sleepy conscience; this is a […] The post NHS-R Book Club appeared first on NHS-R Community.
[Read more...]

Why you should use vapply in R

October 19, 2020 | Andrew Treadway

In this post we’ll cover the vapply function in R. vapply is generally lesser known than the more popular sapply, lapply, and apply functions. However, it is very useful when you know what data type you’re expecting to apply a function to as it helps to prevent silent ...
[Read more...]

Using Space Ranger at JHPCE

October 19, 2020 | rstats | LIBD rstats club

By Nick Eagles As part of recent LIBD work with spatial gene expression, I recently was recommended the tool Space Ranger, which provides software pipelines walking Visium spatial RNA-seq samples through the steps we ultimately need to explore gene expression coupled with spatial information. In this blog post, I’ll ... [Read more...]

Reproduce economic indicators from ‘The Economist’

October 19, 2020 | Thomas Brand

Economic data (% change on year ago) Gross domestic product Industrial production Consumer prices Unemployment rate, % latest quarter* 2020† 2021† latest latest 2020† latest United States -2.9 Q3 +33.1 -4.3 +3.1 -5.3 Oct +1.2 Oct +1.5 +6.9 Oct China +0.1 Q3 +0.3 +1.9 +8.2 +5.4 Nov§ +1.7 Sep +2.9 +4.2 Q3 Japan -5.9 Q3 +21.4 -5.3 +2.3 -10.0 Sep +0.2 Aug -0.1 +3.0 Sep Britain -9.6 Q3 +78.0 -9.8 +5.9 -6.3 Sep +0.9 Oct +0.8 +4.3 ... [Read more...]

Reproduce economic indicators from ‘The Economist’

October 19, 2020 | Thomas Brand

Economic data (% change on year ago) Gross domestic product Industrial production Consumer prices Unemployment rate, % latest quarter* 2020† 2021† latest latest 2020† latest United States -9.0 Q2 -31.4 -4.3 +3.1 -7.7 Aug +1.3 Aug +1.5 +7.9 Sep China +0.0 Q2 +0.8 +1.9 +8.2 +5.4 Nov§ +2.4 Aug +2.9 +3.8 Q2 Japan -10.1 Q2 -28.1 -5.3 +2.3 -10.9 Aug +0.2 Aug -0.1 +3.0 Aug Britain -21.5 Q2 -58.7 -9.8 +5.9 ... [Read more...]

Attributes in R

October 19, 2020 | kjytay

In R, objects are allowed to have attributes, which is a way for users to tag additional information to an R object. There are a few reasons why one might want to use attributes. One reason that I encountered recently … Continue reading → [Read more...]

A Step-By-Step Guide To Web Scraping With R

October 19, 2020 | Dario Radečić

Let’s develop a real-time web scraping application with R — way easier than with Python A good dataset is difficult to find. That’s expected, but nothing to fear about. Techniques like web scraping enable us to fetch data from anywhere at any time — if... [Read more...]

Web Scraping With R – Easier Than Python

October 19, 2020 | Dario Radečić

A good dataset is difficult to find. That’s expected, but nothing to fear about. Techniques like web scraping enable us to fetch data from anywhere at any time – if you know how. Today we’ll explore just how easy it is to scrape web data with R and do ...
[Read more...]
1 3 4 5 6 7 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)