November 2018

Australian MP tweets collection and quick analysis

November 22, 2018 | Alex Levashov

CategoriesVisualizing Data Tags R Programming Text Mining WordCloud Having state election coming soon in Victoria (Australian state where I live) I decided to make a quick analysis and compare what politicians from major Australian party’s post in their Twitter accounts. I have collected Twitter hanldes of Australian Parliament members (...
[Read more...]

Dealing with failed projects

November 22, 2018 | That’s so Random

Recently, I came up with Thoen’s law. It is an empirical one, based on several years of doing data science projects in different organisations. Here it is: The probability that you have worked on a data science project that failed, approaches one very quickly as the number of projects ... [Read more...]

RFishBC CRAN Release

November 22, 2018 | fishR Blog

I am pleased to announce that the RFishBC package has been released to CRAN. This package is intended to help fisheries scientists gather age and measurement data from digital images of calcified structures and, possibly, back-calculate p... [Read more...]

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...]
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)