September 2016

R with Parallel Computing from User Perspectives

September 10, 2016 | Peng Zhao

Share This: This article is originally published in Capital of Statistic by Chinese [link] and I would like to thank He Tong for lots of great suggestions. All code in this post can be found on GitHub [link]. Data scientists are already very familiar with statistical software like R, SAS, ... [Read more...]

RProtoBuf 0.4.6: bugfix update

September 9, 2016 | Thinking inside the box

Relatively quickly after version 0.4.5 of RProtoBuf was released, we have a new version 0.4.6 to announce which appeared on CRAN today. RProtoBuf provides R bindings for the Google Protocol Buffers ("Protobuf") data encoding and serialization library used and released by Google, and deployed as a language and operating-system agnostic protocol by ... [Read more...]

In case you missed it: August 2016 roundup

September 9, 2016 | David Smith

In case you missed them, here are some articles from August of particular interest to R users. An amusing short video extols the benefits of reproducible research with R. A guide to implementing a churn model for mobile phone customers with Microsoft R Services. Computerworld's Sharon Machlis presents 5 data visualizations ... [Read more...]

BOOK REVIEW: Financial Analytics with R

September 9, 2016 | Carrie Shaw

There’s a new source in town for those who want to learn R and it’s a good, old-fashioned book called Financial Analytics with R: Building a Laptop Laboratory for Data Science.  Written by Mark Bennett and Dirk Hugen, it hits the shelves in the U.K. in September ... [Read more...]

Spreadsheet Errors (discussed in The Economist)

September 9, 2016 | Dave Giles

Five years ago I wrote a post titled, "Beware of Econometricians Bearing Spreadsheets". The take-away message from that post was simple: there's considerable, well-documented, evidence that spreadsheets are very, very, dangerous when it comes to statistical calculations. That is, if you care about getting the right answers!Read that post, ... [Read more...]

mlr loves OpenML

September 8, 2016 | Heidi Seibold

OpenML stands for Open Machine Learning and is an online platform, which aims at supporting collaborative machine learning online. It is an Open Science project that allows its users to share data, code and machine learning experiments. At the time of writing this blog I am in Eindoven at an ...
[Read more...]

Efficient Processing With Apply() Exercises

September 8, 2016 | John Akwei

The apply() function is an alternative to writing loops, via applying a function to columns, rows, or individual values of an array or matrix. The structure of the apply() function is: apply(X, MARGIN, FUN, ...) The matrix variable used for the exercises is: dataset1 [Read more...]

The start of satRdays

September 8, 2016 | Gergely Daróczi

This post was originally shared on the R Consortium blog.Almost 200 people from 19 countries registered for the first satRday conference which was held last Saturday, September 3rd, in Budapest. The final count showed that nearly 170 R users spent 12 hours at the conference venue attending workshops, regular and lighting talks, social ... [Read more...]

Application possibilities of data science in laser technology

September 8, 2016 | eoda GmbH

Speaker of the [R] Kenntnis-Tage 2016: Julia Gleixner | TRUMPF Laser GmbH The solid-state lasers of TRUMPF Laser are used for machining materials in various areas – from welding car bodies to cutting stents to drilling minute holes for the production of solar cells. These are just some of the diverse application possibilities. ...
[Read more...]

Effect-Size Calculation for Meta-Analysis in R #rstats

September 8, 2016 | Daniel

When conducting meta-analysis, you most likely have to calculate or convert effects sizes into an effect size with common measure. There are various tools to do this – one easy to use tool is the Practical Meta-Analysis Effect Size Calculator from David B. Wilson. This online-tool is now implemented as an ... [Read more...]

Benford’s Law in R (cont.): Actual Data

September 8, 2016 | Trinostics LLC

This is the second post based on Sara Silverstein's blog on Benford’s Law. Previously we duplicated the comparison of the proportion of first digits from a series of randomly generated numbers, and successive arithmetic operations on those numbers, and saw that the the more complicated the operation, the closer ...
[Read more...]

New in Magick 0.3

September 8, 2016 | Jeroen Ooms

A new version of the ropensci magick package has been released to CRAN. Magick is a package for Advanced Image-Processing in R. It wraps the ImageMagick STL which is perhaps the most comprehensive open-source image processing library available today. Our original announcement has more details. New features This new version ... [Read more...]
1 8 9 10 11 12 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)