June 2017

Introducing Community Tutorials

June 22, 2017 | Datazar

Today we’re introducing Datazar Community Tutorials. At Datazar, we love writing tutorials and how-tos on R, Python, D3, research and science best practices in general. So starting today, we’re extending that ability to our users so they can share ...
[Read more...]

Publishing from blogdown to GitHub with Travis

June 22, 2017 | David Selby

Yihui Xie’s new blogdown package is a brilliantly elegant and simple tool for creating R-themed blogs and web sites. Starting your own blog is as simple as one line of R code: blogdown::new_site() By default, blogdown uses Hugo, a static web site generator written in Google’s ...
[Read more...]

All the fake data that’s fit to print

June 22, 2017 | Scott Chamberlain

charlatan makes fake data. Excited to annonunce a new package called charlatan. While perusing packages from other programming languages, I saw a neat Python library called faker. charlatan is inspired from and ports many things from Python's https://github.com/joke2k/faker library. In turn, faker was inspired from ... [Read more...]

R: K-Means Clustering MLB Data

June 21, 2017 | Ian Johnson

k-means clustering is a useful unsupervised learning data mining tool for assigning n observations into k groups which allows a practitioner to segment a dataset. I play in a fantasy baseball league and using five offensive variables (R, AVG, HR, RBI, SB) I am going to use k-means clustering to: 1) ...
[Read more...]

RcppCCTZ 0.2.3 (and 0.2.2)

June 21, 2017 | Thinking inside the box

A new minor version 0.2.3 of RcppCCTZ is now on CRAN. RcppCCTZ uses Rcpp to bring CCTZ to R. CCTZ is a C++ library for translating between absolute and civil times using the rules of a time zone. In fact, it is two libraries. One for dealing with civ... [Read more...]

Confidence Intervals without Your Collaborator’s Tears

June 21, 2017 | Theory meets practice...

Abstract We provide an interpretation for the confidence interval for a binomial proportion hidden as the transcript of an hypothetical statistical consulting session. This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. The markdown+Rknitr source code of this blog is available under a GNU General Public License (... [Read more...]

Neural networks Exercises (Part-3)

June 21, 2017 | Guillaume Touzin

Neural network have become a corner stone of machine learning in the last decade. Created in the late 1940s with the intention to create computer programs who mimics the way neurons process information, those kinds of algorithm have long been believe to be only an academic curiosity, deprived of practical ... [Read more...]

Call for Help: R/Shiny Developer

June 21, 2017 | Isaac Petersen

Dear Fantasy Football Analytics Community, Four years ago, we released web apps to help people make better decisions in fantasy football based on the wisdom of the crowd.  Over the past[...] The post Call for Help: R/Shiny Developer appeared first on Fantasy Football Analytics. [Read more...]

Importing and Managing Financial Data

June 21, 2017 | Joshua Ulrich

I'm excited to announce my DataCamp course on importing and managing financial data in R! I'm also honored that it is included in DataCamp's Quantitative Analyst with R Career Track!You can explore the first chapter for free, so be sure to check it out!Course DescriptionFinancial and economic time ...
[Read more...]

Deploying a Minimal API using plumber on DigitalOcean

June 21, 2017 | R on datawookie

Some quick notes on deploying an API (generated with plumber) on DigitalOcean. Development Setup On your local machine install a couple of packages from GitHub. __ devtools::install_github("trestletech/plumber") __ devtools::install_github("sckott/analogsea") In RStudio open a new script and create a single, simple API endpoint which will ...
[Read more...]

EARL London agenda – top picks

June 21, 2017 | Blog

Nic Crane, Data Scientist The agenda for EARL London has just been released, and with three streams running in parallel, I always like to pick which talks I'll be going to in advance, to make sure I get... [Read more...]

Analytics Administration for R

June 20, 2017 | R Views

Analytic administrator is a role that data scientists assume when they onboard new tools, deploy solutions, support existing standards, or train other data scientists. It is a role that works closely with IT to maintain, upgrade, and scale analytic environments. Analytic admins have a multiplier effect - as they go ...
[Read more...]

R leads, Python gains in 2017 Burtch Works Survey

June 20, 2017 | David Smith

For the past four years, recruiting firm Burtch Works has conducted a simple survey of data scientists with just one question: "Which do you prefer to use — SAS, R or Python". The results for this year's survey of 1,046 respondents are in: R: 40% (2016: 42%) SAS: 34% (2016: 39%) Python: 26% (2016: 20%) Compared to last year's results, Python ... [Read more...]
1 3 4 5 6 7 16

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)