2018

Beautiful Chaos: The Double Pendulum

November 21, 2018 | schochastics

This post is dedicated to the beautiful chaos created by double pendulums. I have seen a great variety of animated versions, implemented with different tool but never in R. Thanks to the amazing package gganimate, it is actually not that hard to produce them in R.
library(tidyverse)
library(gganimate)
I am not ... [Read more...]

OpenCPU 2.1 Release: Scalable R Services

November 21, 2018 | Jeroen Ooms

OpenCPU provides a mature and robust system for hosting R based services. The server exposes a simple HTTP API for calling R functions, scripts and managing data. The Cloud Server is completely free and scales up to many concurrent users. T...
[Read more...]

Le Monde puzzle [#1075]

November 21, 2018 | xi'an

A Le Monde mathematical puzzle from after the competition: A sequence of five integers can only be modified by subtracting an integer N from two neighbours of an entry and adding 2N to the entry.  Given the configuration below, what is the minimal number of steps to reach non-negative entries ...
[Read more...]

Improvements to fuzzySim functions

November 21, 2018 | A.M. Barbosa

A few improvements were recently made to several functions in the fuzzySim package. Mainly, function modelTrim is now more independent (it used to require “attach” sometimes); multTSA allows either “AIC” or “significance” as a backward stepwise selection criterion, and provides … Continue reading → [Read more...]

Cluster Analysis – Part 2: Hands On

November 21, 2018 | INWT-Blog-RBloggers

library(broom) library(cluster) library(dplyr) library(ggplot2) library(ggdendro) In the first part of this blog series, we examined the theoretical foundations of cluster analysis. In the following article we put the theory into practice using R. For the analysis in R, we will use the variables mpg (fuel ...
[Read more...]

Scrapping data about Australian politicians with RSelenium

November 21, 2018 | Alex Levashov

While there is more and more data available in structured formats (CSV, JSON) through initiatives like OpenData, sometimes nicely formatted data still not publicly available. When I decided to conduct a little study of what Australian politicians from the major party post in Twitter. So I decide to find list… ...
[Read more...]

R > Python: a Concrete Example

November 20, 2018 | matloff

I like both Python and R, and teach them both, but for data science R is the clear choice. When asked why, I always note (a) written by statisticians for statisticians, (b) built-in matrix type and matrix manipulations, (c) great graphics, both base and CRAN, (d) excellent parallelization facilities, etc. ...
[Read more...]

An Overview of the Singapore Hiring Landscape

November 20, 2018 | Timothy Lin

The idea of having a 360 degree view of the entire job seeking and matching landscape has always been a dream of any labour economist. Just imagine, a dataset of CVs and job seekers matched with job advertisements and openings! The potential of such a dataset to answer existing questions on ...
[Read more...]

R Script prep for GOplot from Trinity

November 19, 2018 | R on YIHAN WU

This post contains an adapted R script based on prep_n_run_GOplot.pl from Trinity, the denovo transcriptome assembler, for the times R cannot read in the produced EC.* files. prep_n_run_GOplot.pl is used to produce GOplot visualizing differential expression, sorted by GO terms (see http://... [Read more...]

Zero Counts in dplyr

November 19, 2018 | R on kieranhealy.org

Here’s a feature of dplyr that occasionally bites me (most recently while making these graphs). It’s about to change mostly for the better, but is also likely to bite me again in the future. If you want to follow along there’s a GitHub repo with the necessary ... [Read more...]
1 16 17 18 19 20 174

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)