January 2017

RcppTOML 0.1.0

January 5, 2017 | Thinking inside the box

Big news: RcppTOML now works on Windows too! This package had an uneventful 2016 without a single update. Release 0.0.5 had come out in late 2015 and we had no bugs or issues to fix. We use the package daily in production: a key part of our parameterisation is in TOML files In ... [Read more...]

Text Processing using the textTinyR package

January 5, 2017 | mlampros

This blog post is about my recently released package on CRAN, textTinyR. The following notes and examples are based mainly on the package Vignette. The advantage of the textTinyR package lies in its ability to process big text data files in ... [Read more...]

The Most Important Commodity in 2017 is Data

January 5, 2017 | hrbrmstr

Despite being in cybersecurity nigh forever (a career that quickly turns one into a determined skeptic if you’re doing your job correctly) I have often trusted various (not to be named) news sources, reports and data sources to provide honest and as-unbiased-as-possible information. The debacle in the U.S. ...
[Read more...]

LDA for Classification into Several Groups

January 5, 2017 | Aaron Schlegel

Similar to the two-group linear discriminant analysis for classification case, LDA for classification into several groups seeks to find the mean vector that the new observation is closest to and assign accordingly using a distance function. The several group case also assumes equal covariance matrices amongst the groups . LDA... The ... [Read more...]

City of Fort Collins Spending Analysis

January 5, 2017 | Scott Stoltzman

Stoltzmaniac is going local in today’s blog post! I dug into the City of Fort Collins open data and published my findings below. The data was surprisingly clean and laid out in JSON format on Amazon S3. This post shows my exploration of the data along with some observations. ...
[Read more...]

Patterns across 50 years of French presidential election

January 5, 2017 | grumble10

[Une version francaise de cette article est disponible ici] This year (2017) we will have our presidential election between April and May in France. A while ago I discovered the open data website of the French government publishing public data with free access and promoting utilization by anyone. So in this ... [Read more...]

Introducing the ebbr package for empirical Bayes estimation (using baseball statistics)

January 5, 2017 | David Robinson

Previously in this series: The beta distribution Empirical Bayes estimation Credible intervals The Bayesian approach to false discovery rates Bayesian A/B testing Beta-binomial regression Understanding empirical Bayesian hierarchical modeling Mixture models and expectation-maximization We’ve introduced a number of statistical techniques in this series: estimating a beta prior, beta-binomial ... [Read more...]

Intermediate Tree 2

January 5, 2017 | Hasan Imtiaz

This is a continuation of the intermediate decision tree exercise. Answers to the exercises are available here. If you obtained a different (correct) answer than those listed on the solutions page, please feel free to post your answer as a comment on that page. Exercise 1 use the predict() command to ... [Read more...]

Linear Regression from Scratch in R

January 5, 2017 | Troy Walters

One of the very first learning algorithms that you’ll encounter when studying data science and machine learning is least squares linear regression. Linear regression is one of the easiest learning algorithms to understand; it’s suitable for a wide array of problems, and is already implemented in many programming ... [Read more...]

Thematic Interactive Map

January 4, 2017 | Joshua Kunst

Last week all the rstatsosphere see the beautiful Timo Grossenbacher work. The last month, yep, the past year I’ve working on create maps easily with highcharter. When I saw this chart I took as challege to replicate this nice map in using... [Read more...]

SIR model with deSolve & ggplot2

January 4, 2017 | eugejjoh

This is my first post ever… and in 2017!  Since I am currently fun-employed, my hope is to upload some interesting material on using R on a weekly basis. Making this an informative and motivational blog to share my interests and mini-projects in R. Now on to this post’s material… ...
[Read more...]
1 13 14 15 16 17 19

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)