May 2017

Instrumental Variables in R exercises (Part-2)

May 22, 2017 | Bassalat Sajjad

This is the second part of the series on Instrumental Variables. For other parts of the series follow the tag instrumental variables. In this exercise set we will build on the example from part-1. We will now consider an over-identified case i.e. we have multiple IVs for an endogenous ... [Read more...]

Bagging, the perfect solution for model instability

May 22, 2017 | insightr

By Gabriel Vasconcelos Motivation The name bagging comes from boostrap aggregating. It is a machine learning technique proposed by Breiman (1996) to increase stability in potentially unstable estimators. For example, suppose you want to run a regression with a few … Continue reading →
[Read more...]

Connecting R to an Oracle Database

May 22, 2017 | geraldbelton

R is a very popular language for doing analytics, and particularly statistics, on your data. There are a number of R functions for reading in data, but most of them take a delimited text file (such as .CSV) for input. […]
[Read more...]

Sunflowers for COLOURlovers

May 22, 2017 | @aschinchon

Andar, lo que es andar, anduve encima siempre de las nubes (Del tiempo perdido, Robe) If you give importance to colours, maybe you know already COLOURlovers. As can be read in their website, COLOURlovers is a creative community where people from around the world create and share colors, palettes and ...
[Read more...]

Exploring Instacart Dataset with PCA

May 21, 2017 | R on Notes of a Dabbler

Recently, Instacart released a dataset of ~3 million orders made by ~200,000 users at different days of week and times of day. There is also an ongoing Kaggle competition to predict which products a user will buy again. My goal here is more modest where I just wanted to explore the dataset ...
[Read more...]

A Very Palette-able Post

May 21, 2017 | hrbrmstr

Many of my posts seem to begin with a link to a tweet, and this one falls into that pattern: And @_inundata is already working on a #rstats palette. https://t.co/bNfpL7OmVl— Timothée Poisot (@tpoi) May 21, 2017 I’d seen the Ars Tech post about the named color ...
[Read more...]

Using R: When using do in dplyr, don’t forget the dot

May 21, 2017 | mrtnj

There will be a few posts about switching from plyr/reshape2 for data wrangling to the more contemporary dplyr/tidyr. My most common use of plyr looked something like this: we take a data frame, split it by some column(s), and use an anonymous function to do something useful. ... [Read more...]

R Weekly Bulletin Vol – IX

May 20, 2017 | R programming

This week’s R bulletin will cover topics on how to list files, extracting file names, and creating a folder using R. Hope you like this R weekly bulletin. Enjoy reading! Shortcut Keys 1. Run the current chunk – Ctrl+Alt+C 2. Run the next chunk – Ctrl+Alt+N 3. Run the current ...
[Read more...]
1 4 5 6 7 8 18

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)