March 2018

Doppelgänger search with R and MatchIt

March 6, 2018 | Jonathan

In his book Everybody Lies, Seth Stephens-Davidowitz discusses the Doppelgänger Discovery method used most notably in baseball, in the case of slugger David Ortiz. Doppelgänger Discovery is a way to load up a model with as many data points about a person as possible and find their statistical ... [Read more...]

Choosing Priors: Double-Yolk Bayesian Egg

March 6, 2018 | David Smith

by Subhadeep (Deep) Mukhopadhyay and Douglas Fletcher, Department of Statistical Science, Temple University Bayesians and Frequentists have long been ambivalent toward each other. The concept of “Prior” remains the center of this 250 years old tug-of-war: frequentists view prior as a weakness that can cloud the final inference, whereas Bayesians view ... [Read more...]

JC and the Vignettes

March 6, 2018 | Jonathan Carroll

If that’s not a great 1960’s band name then I don’t know what is (hint: I don’t know what is). At the start of the year I set out my ‘goals for 2018’ just like many of us do; an overly ambitious list of things we’d like ...
[Read more...]

R Tip: Use vector(mode = “list”) to Pre-Allocate Lists

March 6, 2018 | John Mount

Another R tip. Use vector(mode = "list") to pre-allocate lists. result [[1]] #__ NULL #__ #__ [[2]] #__ NULL #__ #__ [[3]] #__ NULL The above used to be critical for writing performant R code (R seems to have greatly improved incremental list growth over the years). It … Continue reading R Tip: Use vector(mode = "list") to Pre-Allocate Lists [Read more...]

JC and the Vignettes

March 5, 2018 | Jonathan Carroll

If that’s not a great 1960’s band name then I don’t know what is (hint: I don’t know what is). At the start of the year I set out my ‘goals for 2018’ just like many of us do; an...Continue Reading →
[Read more...]

Introducing the snakecase package

March 5, 2018 | R-bloggers on Almost Random

There are many style guides out there which recommend specific naming conventions for programming languages. At 2017’s useR conference Rasmus Bååth showed quite impressively the variety of cases which even exist within base R in his talk “The current state of naming conventions in R”. However, consistent style is ... [Read more...]

Introducing the snakecase package

March 5, 2018 | R-bloggers on Almost Random

There are many style guides out there which recommend specific naming conventions for programming languages. At 2017’s useR conference Rasmus Bååth showed quite impressively the variety of cases which even exist within base R in his talk “The current state of naming conventions in R”. However, consistent style is ... [Read more...]

lime v0.4: The kitten picture edition

March 5, 2018 | Data Imaginist

I’m happy to report a new major release of lime has landed on CRAN. lime is an R port of the Python library of the same name by Marco Ribeiro that allows the user to pry open black box machine learning models and explain their outcomes on a per-observation ...
[Read more...]

Tao of Tidygraph

March 5, 2018 | QuestionFlow

Analysis of one interesting alliance graph within tidy network analysis framework. Prologue Quite some time ago I read the fantastic “Tao Te Programming” book by Patrick Burns. You can know this author from his everlasting work “The R Inferno”. “Tao Te Programming” is a vision about what a good programming ... [Read more...]

Tao of Tidygraph

March 5, 2018 | QuestionFlow

Analysis of one interesting alliance graph within tidy network analysis framework. Prologue Quite some time ago I read the fantastic “Tao Te Programming” book by Patrick Burns. You can know this author from his everlasting work “The R Inferno”. “Tao Te Programming” is a vision about what a good programming ... [Read more...]

a one-chance meeting [puzzle]

March 5, 2018 | xi'an

This afternoon, I took a quick look at the current Riddler puzzle, which sums up as, given three points A, B, C, arbitrarily moving on a plane with a one-shot view of their respective locations, find a moving rule to bring the three together at the same point at the ...
[Read more...]

My Proposal to the R Consortium

March 5, 2018 | Ari Lamstein

I recently submitted a Proposal to the R Consortium. I decided to share this proposal on my blog for two reasons: To raise awareness of... The post My Proposal to the R Consortium appeared first on AriLamstein.com.
[Read more...]

smoothScatter with ggplot2

March 5, 2018 | INWT-Blog-RBloggers

The motivation for this plot is the function: graphics::smoothScatter, basically a plot of a two dimensional density estimator. In the following I want to reproduce the features with ggplot2. smoothScatter To have some data I draw some random numbers from a two dimensional normal distribution: library(ggplot2) library(MASS) ...
[Read more...]

Show me your pipe!

March 5, 2018 | Tobias Krabel

At STATWORX, we all love R – even so much, that we have decided to visit eRum 2018, an R conference hosted in Budapest! And just as much as we love R, we love the piping operator %__% , as it makes our R codes much neater. I guess, many of you have already ...
[Read more...]

Semiparametric Regression in R

March 4, 2018 | atmathew

A. INTRODUCTION When building statistical models, the goal is to define a compact and parsimonious mathematical representation of some data generating process. Many of these techniques require that one make assumptions about the data or how the analysis is specified. For example, Auto Regressive Integrated Moving Average (ARIMA) models require ...
[Read more...]

A Tidy Text Analysis of R Weekly Posts

March 4, 2018 | r on Tony ElHabr

I’m always intrigued by data science “meta” analyses or programming/data-science. For example, Matt Dancho’s analysis of renown data scientist David Robinson. David Robinson himself has done some good ones, such as his blog posts for Stack Overflow highlighting the growth of “incredible” growth of python, and the “...
[Read more...]

Using R in SQL Server Reporting Services (SSRS)

March 4, 2018 | tomaztsql

SQL Server Reporting services (SSRS) is an outstanding tool for creating, deploying and managing paginated, mobile, KPI reports as well as Power BI reports. Tool provides simple way to share and get data insights in your corporate environment. (Photo source: Microsoft docs) Using the privileges of R language to enrich ...
[Read more...]
1 11 12 13 14 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)