August 2017

Answer probability questions with simulation

August 20, 2017 | sindri

Probability is at the heart of data science. Simulation is also commonly used in algorithms such as the bootstrap. After completing this exercise, you will have a slightly stronger intuition for probability and for writing your own simulation algorithms. Most of the problems in this set have an exact analytical ... [Read more...]

joyplot for GSEA result

August 20, 2017 | R on Guangchuang Yu

I am very glad to find that someone figure out how to use ggjoy with ggtree. I really love ggjoy and believe it can be a good tool to visualize gene set enrichment (GSEA) result. DOSE/clusterProfiler support several visualization methods. running...
[Read more...]

DART: Dropout Regulation in Boosting Ensembles

August 19, 2017 | statcompute

The dropout approach developed by Hinton has been widely employed in the context of deep learnings to prevent the deep neural network from over-fitting, as shown in https://statcompute.wordpress.com/2017/01/02/dropout-regularization-in-deep-neural-networks. In the paper http://proceedings.mlr.press/v38/korlakaivinayak15.pdf, the dropout is also proposed to address the ... [Read more...]

How to install wgrib2 in OSX

August 19, 2017 | glossarch

Prompted by both my own struggles with wgrib2 compilation and a plea on the rNOMADS email listserv, I’m going to describe how to compile and install wgrib2 on Mac OS. First of all, some background: wgrib2 is an excellent utility written by Wesley Ebisuzaki at NOAA.  It allows for ... [Read more...]

Is dplyr Easily Comprehensible?

August 19, 2017 | John Mount

dplyr is one of the most popular R packages. It is powerful and important. But is it in fact easily comprehensible?dplyr makes sense to those of us who use it a lot. And we can teach part time R users a lot of the common good use patterns. But, ...
[Read more...]

simplyR

August 19, 2017 | Easy Guides

simplyR is a web space where we’ll be posting practical and easy guides for solving real important problems using R programming language. As we aren’t fans of unnecessary complications, we’ll keep the content of our tutorials / R codes as simpl... [Read more...]

Zillow Rent Analysis

August 19, 2017 | Anu Rajaram

Hello Readers, This is a notification post – Did you realize our website has moved? The blog is live at New JA Blog under the domain http://www.journeyofanalytics.com . You can read about the rent analysis post here. If you received this post AND an email from anu_analytics, then ... [Read more...]

Obstacles to performance in parallel programming

August 18, 2017 | David Smith

Making your code run faster is often the primary goal when using parallel programming techniques in R, but sometimes the effort of converting your code to use a parallel framework leads only to disappointment, at least initially. Norman Matloff, author of Parallel Computing for Data Science: With Examples in R, ... [Read more...]

ggvis Exercises (Part-2)

August 18, 2017 | Euthymios Kasvikis

INTRODUCTION The ggvis package is used to make interactive data visualizations. The fact that it combines shiny’s reactive programming model and dplyr’s grammar of data transformation make it a useful tool for data scientists. This package may allows us to implement features like interactivity, but on the other ... [Read more...]

GoTr – R wrapper for An API of Ice And Fire

August 18, 2017 | Mango Solutions

Ava Yang It’s Game of Thrones time again as the battle for Westeros is heating up. There are tons of ideas, ingredients and interesting analyses out there and I was craving for my own flavour. So step zero, where is the data? Jenny Bryan’s purrr tutorial introduced the ...
[Read more...]

RcppArmadillo 0.7.960.1.0

August 17, 2017 | Thinking inside the box

The bi-monthly RcppArmadillo release is out with a new version 0.7.960.1.0 which is now on CRAN, and will get to Debian in due course. And it is a big one. Lots of nice upstream changes from Armadillo, and lots of work on our end as the Google Summe... [Read more...]

2017 App Update

August 17, 2017 | Val Pinskiy

As you may have noticed, we have made a few changes to our apps for the 2017 season to bring you a smoother and quicker experience while also adding more[...] The post 2017 App Update appeared first on Fantasy Football Analytics. [Read more...]

ggplot2: place text at right location

August 17, 2017 | R & Census

A common task in plotting is adding texts as labels or annotations to specific locations. ggplot() has functions geom_text(), geom_label() and annotate() for this purpose. In this post we discuss how ggplot2 controls positioning of text. First we need to specify (x, y) coordinate in the plot where ... [Read more...]

RInno

August 17, 2017 | Digital Age Economist on Digital Age Economist

An open-source project that aims to fascilitate deployment of R Shiny projects. I helped to build coding infrastructure that integrates the flexdashboard framework. The following is the summary found on the project github page: RInno makes it easy to install local shiny apps by providing an interface between R and ... [Read more...]
1 6 7 8 9 10 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)