November 2016

The rOpenSci geospatial suite

November 22, 2016 | Scott Chamberlain

Geospatial data - data embedded in a spatial context - is used across disciplines, whether it be history, biology, business, tech, public health, etc. Along with community contributors, we're working on a suite of tools to make working with spatial data in R as easy as possible. If you're not ... [Read more...]

Create a Correlation Matrix in R

November 21, 2016 | Douglas E Rice

So, in my last post, I showed how to create two histograms from a certain data set and then how to plot the two variables to see if there is any relationship. Visually, it was easy to tell that there was a negative relationship between the weight of an automobile ...
[Read more...]

Piping Within Pipes

November 21, 2016 | Random R Ramblings

The magrittr pipe (%__%) has revolutionised the way many people now write R code. I’ve been using R for over 7 years and the pipe has become a staple of my programming conventions. However it was recently brought to my attention that you can actually use pipes within function calls, which ...
[Read more...]

Descriptive Analytics-Part 4 : Data Manipulation

November 21, 2016 | Vasileios Tsakalos

Descriptive Analytics is the examination of data or content, usually manually performed, to answer the question “What happened?”. In order to be able to solve this set of exercises you should have solved the part 0, part 1, part 2 ,and part 3 of this series but also you should run this script which ... [Read more...]

Fusion and Runtime Compilation for NNVM and TinyFlow

November 20, 2016 | DMLC

Fusion and Runtime Compilation Today’s deep learning models perform tens of thousands of operations on GPU. The input and output of each GPU kernel has to be stored in the global memory, but read and write on global memory is much slower than on on-chip register. When some special ...
[Read more...]

Lord’s Paradox in R

November 20, 2016 | Andrés Gutiérrez

In an article called A Paradox in the Interpretation of Group Comparisons published in Psychological Bulletin, Lord (1967) made famous the following controversial story:A university is interested in investigating the effects of the nutritional diet its...
[Read more...]

Choosing which method to use for “optimizing” functions

November 20, 2016 | nashjc

A decision tree for function minimization What R calls “optimization” is more generally known as function minimization. The tools in the stats package function optim() are all essentially function mimizers, as are those in the package optimrx found at https://r-forge.r-project.org/projects/optimizer/. optimrx tries to make it ... [Read more...]

An extensive tutorial of D3partitionR 0.2

November 20, 2016 | guillotantoine

Basis and principle of D3partitionR D3partitionR is to plot sequential and hierarchical data using treemap (and circle Tree Map), sunburst and partition chart, collapsible trees (indented or not). The package only has one all-in function called D3partitionR(…) to create a partition chart. Two others functions as renderD3... [Read more...]

Nonparametric Tests Exercises

November 20, 2016 | Miodrag Sljukic

In this set of exercises you will be presented with real-life problems in marketing. Your task will be to choose appropriate nonparametric statistical technique and solve the problem using appropriate R functions. Answers to the exercises are available here. Exercise 1 A company wants to learn if sales income is equaly ... [Read more...]

Popularity of Baby Names Since 1880

November 20, 2016 | Michael Toth

A while back I spent some time figuring out how to serve interactive shiny apps through my website, but I haven't had a chance to build anything until recently. I set out to create a few simple shiny apps in R that I could use as a sort of test ... [Read more...]
1 3 4 5 6 7 15

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)