November 2018

Zero Counts in dplyr

November 19, 2018 | R on kieranhealy.org

Here’s a feature of dplyr that occasionally bites me (most recently while making these graphs). It’s about to change mostly for the better, but is also likely to bite me again in the future. If you want to follow along there’s a GitHub repo with the necessary ... [Read more...]

Cognitive Services in Containers

November 19, 2018 | David Smith

I've posted several examples here of using Azure Cognitive Services for data science applications. You can upload an an image or video to the service and extract information about faces and emotions, generate a caption describing a scene from a provided photo, or speak written text in a natural voice. (... [Read more...]

Change over time is not “treatment response”

November 19, 2018 | Kristoffer Magnusson

This will be a non-technical post illustrating the problems with identifying treatment responders or non-responders using inappropriate within-group analyses. Specifically, I will show why it is pointless to try to identify a subgroup of non-responders using a naïve analysis of data from one treatment group only, even though we ...
[Read more...]

Hacking Bioconductor

November 19, 2018 | Colin Gillespie

Introduction Domain squatting or URL hijacking is a straightforward attack that requires little skill. An attacker registers a domain that is similar to the target domain and hopes that a user accidentally visits the site. For example, if the domain is example.com, then a typo-squatter would register similar domains ...
[Read more...]

Flowers for Julia

November 19, 2018 | @aschinchon

No hables de futuro, es una ilusión cuando el Rock & Roll conquistó mi corazón (El Rompeolas, Loquillo y los Trogloditas) In this post I create flowers inspired in the Julia Sets, a family of fractal sets obtained from complex numbers, after being iterated by a holomorphic function. Despite ...
[Read more...]

Tweeting wikidata info

November 18, 2018 | Roel M. Hogervorst

In this explainer I walk you through the steps I took to create a twitter bot that tweets daily about people who died on that date. I created a script that queries wikidata, takes that information and creates a sentence. That sentence is then tweeted. For example: A tweet I ...
[Read more...]

Many Factor Models

November 18, 2018 | R Views

Today, we will return to the Fama French (FF) model of asset returns and use it as a proxy for fitting and evaluating multiple linear models. In a previous post, we reviewed how to run the FF three-factor model on the returns of a portfolio. That is, we ran one ...
[Read more...]

RcppMsgPack 0.2.3

November 18, 2018 | Thinking inside the box

Another maintenance release of RcppMsgPack got onto CRAN today. Two new helper functions were added and not unlike the previous 0.2.2 release in, some additional changes are internal and should allow compilation on all CRAN systems. MessagePack itsel... [Read more...]

The BNF Interactions Project

November 17, 2018 | Fergus Taylor

I recently rewrote the code for this project after moving it to its own github repository. This started as a project to learn to use d3.js, for which I had to learn to collect the BNF interactions first. But it’s useful as a standalone resource you can use ... [Read more...]

NCAA Basketball: Clustering Conferences

November 17, 2018 | R on Home

Introduction Data Pre-Processing Load Packages Scrape and Clean Data Pace of Play Overall Tempo Conference Tempo Conference Clustering High-Major vs. Mid-Major K-means The Best of the Rest Introduction With the recent start of the college basketball season, I thought it would be fun to explore how style of play varies ...
[Read more...]

epubr 0.5.0 CRAN release

November 17, 2018 | Matt's R Blog

The epubr package provides functions supporting the reading and parsing of internal e-book content from EPUB files. This post briefly highlights the changes from v0.4.0. See the vignette for a more comprehensive introduction. Minor addition There is not much to see with the upgrade to version 0.5.0. Only one user function ... [Read more...]
1 4 5 6 7 8 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)