December 2016

Three Shiny Apps to Celebrate the Beauty of Maths

December 12, 2016 | @aschinchon

Mathematics knows no races or geographic boundaries; for mathematics, the cultural world is one country (David Hilbert) One of the best decisions I took this year related with this blog was to move it to my own self-hosted domain using WordPress.org. It allows to me, for example, to embed ... [Read more...]

Threading in R?

December 11, 2016 | matloff

I was pleased to see today’s post, “(A Very) Experimental Threading in R,” by Lukasz Bartnik, as this is a long-standing interest of mine. My own effort in this direction has been my package Rdsm. The notion of threading, for those who may not have this background, refers to ... [Read more...]

Using CART: Implementation Matters

December 11, 2016 | matloff

In preparing the following example for my forthcoming book, I was startled by how different two implementations of Classification and Regression Trees (CART) performed on a particular data set. Here is what happened: For my example, I first used the Vertebral Column data set from the UCI Machine Learning Repository. ... [Read more...]

I set up a new data analysis blog

December 11, 2016 | John Johnson

Well, I tried to write a blog post using the RStudio Rmarkdown system, and utterly failed. Thus, I set up a system where I could write from RStudio. So I set up a Github pages blog at randomjohn.github.io. There I can easily write and publish posts involving data ... [Read more...]

ratio-of-uniforms [-1]

December 11, 2016 | xi'an

Luca Martino pointed out to me my own and forgotten review of a 2012 paper of his, “On the Generalized Ratio of Uniforms as a Combination of Transformed Rejection and Extended Inverse of Density Sampling” that obviously discusses a generalised version of Kinderman and Monahan’s (1977) ratio-of-uniform method. And further points ...
[Read more...]

Remember to use the RDS format

December 11, 2016 | Françoisn - [email protected]

Note to self – Remember to serialize R objects as RDS files when it makes sense. Importing Stata data into R The European Social Survey recently announced that it had added Round 7 of its survey to its cumulative dataset, which can be downloaded in CSV, SPSS or Stata format. While my ... [Read more...]

4×3 R-Hackathoning – The Finisher’s Guide

December 11, 2016 | Theory meets practice...

Abstract We present experiences from organizing a small R hackathon aimed at advancing knowledge and documentation of the R package surveillance. The hackathon was piggybacked on the ESCAIDE2016 conference visited by current and potential package users in the area of infectious disease epidemiology. The output of the hackathon is available ... [Read more...]

Estimate Regression with (Type-I) Pareto Response

December 11, 2016 | statcompute

The Type-I Pareto distribution has a probability function shown as below f(y; a, k) = k * (a ^ k) / (y ^ (k + 1)) In the formulation, the scale parameter 0 __ a __ y and the shape parameter k __ 1 . The positive lower bound of Type-I Pareto distribution is particularly […] [Read more...]

Introducing hugo!

December 11, 2016 | Jon Calder's R Blog

Fun with bot frameworks - Roughly two months ago, I embarked on a short mission: to setup an instance of hubot for integration with Slack. Despite being armed with only a very limited working knowledge of Javascript (hubot runs on node.js and scri...
[Read more...]

Introducing hugo!

December 11, 2016 | Jon Calder's R Blog

Fun with bot frameworks - Roughly two months ago, I embarked on a short mission: to setup an instance of hubot for integration with Slack. Despite being armed with only a very limited working knowledge of Javascript (hubot runs on node.js and sc...
[Read more...]

(A Very) Experimental Threading in R

December 11, 2016 | Lukasz Bartnik

I’ve been trying to find a way to introduce threads to R. I guess there can be many reasons to do that, among which I could mention simplified input/output logic, sending tasks to the background (e.g. building a model asynchronously), running computation-intensive tasks in parallel (e.g. ...
[Read more...]

Plotting GeoJSON data on a map with R

December 10, 2016 | John Johnson

GeoJSON is a standard text-based data format for encoding geographical information, which relies on the JSON (Javascript object notation) standard. There are a number of public datasets for Greenville, SC that use this format, and, the R programming language makes working with these data easy. Install the rgeojson library, which ... [Read more...]
1 9 10 11 12 13 18

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)