August 2020

TV Shows on the “Big 3” Streaming Services

August 10, 2020 | Unknown

2020 has been a tough year, and I've been doing my best to keep busy (and distracted from all the insanity - both at the personal and worldwide levels). Earlier this year, I took a course in machine learning techniques and have been working on applying...
[Read more...]

TV Shows on the “Big 3” Streaming Services

August 10, 2020 | Unknown

2020 has been a tough year, and I've been doing my best to keep busy (and distracted from all the insanity - both at the personal and worldwide levels). Earlier this year, I took a course in machine learning techniques and have been working on applying...
[Read more...]

Solving small data problems with data.table

August 10, 2020 | HighlandR

A question was asked in the NHS-R Slack channel a few weeks back. It was one of those strangely innocuous, but fiddly ones. A dplyr solution was offered, and accepted, but someone has to be the annoying person who offers a data.table solution... [Read more...]

Solving small data problems with data.table

August 10, 2020 | HighlandR

A question was asked in the NHS-R Slack channel a few weeks back. It was one of those strangely innocuous, but fiddly ones. A dplyr solution was offered, and accepted, but someone has to be the annoying person who offers a data.table solution... [Read more...]

Trail running : is it worth starting?

August 10, 2020 | Michael

https://www.flickr.com/photos/alexismarod/33815546074/ Trail running can be hard. During one, I was wondering if we can avoid the race completely and predict the race time according to distance, elevation change, sex and performance index (so yes, we have to run sometimes to measure it). We need a ...
[Read more...]

the limits of R

August 10, 2020 | xi'an

It has been repeated many times on many platforms, the R (or R⁰) number is not a great summary about the COVID-19 pandemic, see eg Rossman’s warning in The Conversation, but Nature chose to stress it one more time (in its 16 Jul edition). Or twice when considering a similar ...
[Read more...]

margins-of-victory, voting behavior & re-election

August 9, 2020 | Jason Timm

Breifly VoteView & DW-NOMINATE Longest-serving members of the US House Longest-serving members & political ideology Longest-serving members & election margins Margins & ideology: the example of Frank Pallone, Jr. (NJ-06) A re-election model – logistic regression Thoughts Breifly In this post, we take a couple of different historical perspectives on the US House of Representatives, ...
[Read more...]

Geocoding An Intersection with Open Street Map data

August 9, 2020 | R on YIHAN WU

Sometimes, geographic information is given as street intersections rather than GPS coordinates or street addresses with house numbers. Intersections can be geocoded with Google Maps (Limited free usage with API), ArcGIS (paid software) or other web services which parse text and return coordinates. If you are lucky, there may be ...
[Read more...]

Monitor COVID-19 at the COVID-19 Forecast Hub

August 9, 2020 | R Views

If you are looking for a place to monitor expert forecasts for United States weekly and cumulative COVID-19 deaths, you can’t do any better than the Reich Lab (University of Massachusetts) COVID-19 Forecast Hub. The same is true for data scientists who may be seeking to publish their own ...
[Read more...]

A Crash Course on PostgreSQL for R Users

August 8, 2020 | Pachá

Updated on 2020-09-19: I changed the “Creating tables” section. In my original script I used copy_to(), which creates (unique) indexes, while here I wrote dbWriteTable() when I adapted my code, which doesn’t create indexes and only adds records. Upd...
[Read more...]

A Crash Course on PostgreSQL for R Users

August 8, 2020 | Pachá

Updated on 2020-09-19: I changed the “Creating tables” section. In my original script I used copy_to(), which creates (unique) indexes, while here I wrote dbWriteTable() when I adapted my code, which doesn’t create indexes and only adds records. Upd...
[Read more...]

The Goldilocks Principle

August 8, 2020 | R | Quantum Jitter

The Goldilocks principle has its origins in a children’s story about a girl who tastes the bowls of porridge left by three bears. She prefers the one that is neither too hot nor too cold, but is just right. When it comes to investing in stocks, how many is “...
[Read more...]

ROC for Decision Trees – where did the data come from?

August 8, 2020 | Jerry Tuttle

ROC for Decision Trees – where did the data come from? By Jerry Tuttle       In doing decision tree classification problems, I have often graphed the ROC (Receiver Operating Characteristic) curve. The True Positive Rate (TPR) is on the y-axis, and the False Positive Rate (FPR) is on the x-axis. True Positive ... [Read more...]

Quick Hit: Speeding Up Data Frame Creation

August 8, 2020 | hrbrmstr

(This is part 2 of n “quick hit” posts, each walking through some approaches to speeding up components of an iterative operation. Go here for part 1). Thanks to the aforementioned previous post, we now have a super fast way of reading individual text files containing HTTP headers from HEAD requests into ... [Read more...]
1 7 8 9 10 11 12

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)