March 2015

Just how many retracted articles are there in PubMed anyway?

March 19, 2015 | nsaunders

I am forever returning to PubMed data, downloaded as XML, trying to extract information from it and becoming deeply confused in the process. Take the seemingly-simple question “how many retracted articles are there in PubMed?” Well, one way is to search for records with the publication type “Retracted Article”. As ... [Read more...]

Beating the benchmark for the Kaggle Otto Group Product Classification Challenge with a simple R script

March 19, 2015 | Vineet

Two days ago, Kaggle began a new competition called the Otto Group Product Classification Challenge. In this competition, participants are challenged to create a model to correctly classify products between 9 product categories (fashion, electronics, etc.). The data consists of 200k products with 93 features each. The features have been obfuscated so ... [Read more...]

Solar eclipse

March 19, 2015 | Dan Kelley Blog/R

Introduction Today there was a solar eclipse that was not visible on my side of the Atlantic, but was seen on the European side, either as a partial eclipse, towards the south, or a total one, towards the north [1]. Eclipses being rare and solar power being a new thing, this ... [Read more...]

The synoptic problem and statistics [book review]

March 19, 2015 | xi'an

A book that came to me for review in CHANCE and that came completely unannounced is Andris Abakuks’ The Synoptic Problem and Statistics.  “Unannounced” in that I had not heard so far of the synoptic problem. This problem is one of ordering and connecting the gospels in the New Testament, ...
[Read more...]

Geo Analysis

March 19, 2015 | Pablo C.

EU - Life Quality Geo Report Living longer, living better? It's equally important to measure the longer living as well as its quality. Analyzing data from eurostat which containts the following two variables: 1- Healthy life years: Is a healt... [Read more...]

A first look at rxBTrees

March 19, 2015 | Joseph Rickert

by Joseph Rickert The gradient boosting machine as developed by Friedman, Hastie, Tibshirani and others, has become an extremely successful algorithm for dealing with both classification and regression problems and is now an essential feature of any machine learning toolbox. R’s gbm() function (gbm package) is a particularly well ... [Read more...]

Model Segmentation with Cubist

March 18, 2015 | statcompute

Cubist is a tree-based model with a OLS regression attached to each terminal node and is somewhat similar to mob() function in the Party package (https://statcompute.wordpress.com/2014/10/26/model-segmentation-with-recursive-partitioning). Below is a demonstrate of cubist() model with the classic Boston housing data. [Read more...]

Forecast, Automatic Routines vs. Experience

March 18, 2015 | arthur charpentier

This morning, in our Time Series course, we’ve been playing with some data I got from google.ca/trends/. Actually, we’ve been playing on some old version, downloaded 18 months ago (discussed in a previous post, in French). __ urls = "http://freakonometrics.free.fr/report-headphones-2015.csv" __ report=read.table( + urls,... [Read more...]

Growing some Trees

March 18, 2015 | arthur charpentier

Consider here the dataset used in a previous post, about visualising a classification (with more than 2 features), __ MYOCARDE=read.table( + "http://freakonometrics.free.fr/saporta.csv", + header=TRUE,sep=";") The default classification tree is __ arbre = rpart(factor(PRONO)~.,data=MYOCARDE) __ rpart.plot(arbre,type=4,extra=6) We can change the options ... [Read more...]

Analyze LinkedIn with R

March 18, 2015 | julianhi

 If you have any questions to this tutorial or find some problems please feel free to create a topic in the forum: http://thinktostart.com/forums/forum/questions-tutorials/analyze-linkedin-with-r/ Some time ago I saw an interesting post in a R... The post Analyze LinkedIn with R appeared first on ThinkToStart. [Read more...]

Dark themes for writing

March 17, 2015 | Rob J Hyndman

I spend much of my day sitting in front of a screen, coding or writing. To limit the strain on my eyes, I use a dark theme as much as possible. That is, I write with light colored text on a dark background. I don’t know why this is ... [Read more...]

Some thoughts on Vim

March 17, 2015 | Joseph Rickert

by Gary R. Moser Director of Institutional Research and Planning The California Maritime Academy I recently contacted Joseph Rickert about inviting Vim guru Drew Niel (web: vimcasts.org, book: "Practical Vim: Edit Text at the Speed of Thought") to speak at the Bay Area R User Group group. Due to ... [Read more...]
1 4 5 6 7 8 13

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)