August 2017

Multiple imputation for continuous and categorical data

August 5, 2017 | francoishusson

“The idea of imputation is both seductive and dangerous” (R.J.A Little & D.B. Rubin). Indeed, a predicted value is considered as an observed one and the uncertainty of prediction is ignored, conducting to bad inferences with missing values. That is why Multiple Imputation is recommended. The missMDA package ... [Read more...]

Years as coloured bars

August 5, 2017 | nsaunders

I keep seeing years represented by coloured bars. First it was that demographic tsunami chart. Then there are examples like the one on the right, which came up in a web search today. I even saw one (whispers) at work today. I get what they are trying to do – illustrate ...
[Read more...]

A Timeline History of R

August 4, 2017 | R on datawookie

A record of some more or less important events in the history of R. This is a work in progress. The information is cobbled together from a range of sources. If you have pertinent items to add, please let me know via the comments. 2020: useR! (... [Read more...]

Painting with Data

August 4, 2017 | David Smith

The accidental aRt tumblr (mentioned here a few years ago) continues to provide a steady stream of images that wouldn't look out of place in a modern art gallery, but which in fact are data visualizations (mostly attempted in R), gone wrong. (Here's a typical recent entry.) But now, Giora ... [Read more...]

Stan Weekly Roundup, 3 August 2017

August 4, 2017 | Bob Carpenter

You’d almost think we were Europeans based on how much we’ve slowed down over the summer. Imad Ali, Jonah Gabry, and Ben Goodrich finished the online pkgdown-style documentation for all the Stan Development Team supported R packages. They can be accessed via http://mc-stan.org/(package_name), e.... [Read more...]

Stan Weekly Roundup, 3 August 2017

August 4, 2017 | Bob Carpenter

You’d almost think we were Europeans based on how much we’ve slowed down over the summer. Imad Ali, Jonah Gabry, and Ben Goodrich finished the online pkgdown-style documentation for all the Stan Development Team supported R packages. They can be accessed via http://mc-stan.org/(package_name), e.... [Read more...]

Let’s Have Some Sympathy For The Part-time R User

August 4, 2017 | John Mount

When I started writing about methods for better "parametric programming" interfaces for dplyr for R dplyr users in December of 2016 I encountered three divisions in the audience: dplyr users who had such a need, and wanted such extensions. dplyr users who did not have such a need ("we always know ...
[Read more...]

R Markdown exercises part 2

August 4, 2017 | Euthymios Kasvikis

INTRODUCTION R Markdown is one of the most popular data science tools and is used to save and execute code, create exceptional reports whice are easily shareable. The documents that R Markdown provides are fully reproducible and support a wide variety of static and dynamic output formats. Using markdown syntax, ... [Read more...]

Saving High-Resolution ggplots: How to Preserve Semi-Transparency

August 4, 2017 | Easy Guides

This article describes solutions for preserving semi-transparency when saving a ggplot2-based graphs into a high quality postscript (.eps) file format. Contents: Create a ggplot with semi-transparent color Save ggplots with semi-transparent colors Use cairo-based postscript graphics devices Export to powerpoint Create a ggplot with semi-transparent color To illustrate this, ... [Read more...]

Clustering with FactoMineR

August 4, 2017 | francoishusson

Here is a course with videos that present Hierarchical clustering and its complementary with principal component methods. Four videos present a course on clustering, how to determine the number of clusters, how to describe the clusters and how to perform the clustering when there are lots of individuals and/or ...
[Read more...]

R for System Adminstration

August 3, 2017 | Thinking inside the box

Just getting back from the most fun meetup I have been to in quite some time: episode 23 (by their count) of Open Source Open Mic hosted by Matt Godbolt and Joe Walnes here in Chicago. Nothing but a sequence of lightning talks. Plus beer and pizza. S... [Read more...]

An Iterative Approach to Data Science

August 3, 2017 | Mitch

It is the nature of boot camp.  We drink from the firehose because we only have 12 weeks to learn what university programs would spread out […] The post An Iterative Approach to Data Science appeared first on NYC Data Science Academy Blog. [Read more...]

How we voted in South Carolina

August 3, 2017 | John Johnson

Purpose This post seeks to explore how Greenville, SC and surrounding areas voted in the 2016 election. It also demonstrates how to retrieve data from the Data.World site. To retrieve data from this site using the tools in this post, you have to create an account (easy to do if ...
[Read more...]

Passing user-supplied C++ functions with RcppXPtrUtils

August 3, 2017 | Rcpp Gallery

Sitting on top of R’s external pointers, the RcppXPtr class provides a powerful and generic framework for Passing user-supplied C++ functions to a C++ backend. This technique is exploited in the RcppDE package, an efficient C++ based implementation of the DEoptim package that accepts optimisation objectives as both R ... [Read more...]

Text categorization with deep learning, in R

August 3, 2017 | David Smith

Given a short review of a product, like "I couldn't put it down!", can you predict what the product is? In that case it's pretty easy — it's for a book — but this general problem of text categorization comes up in a lot of natural language analysis problems. In his talk ... [Read more...]
1 13 14 15 16 17

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)