March 2019

R 3.5.3 now available

March 12, 2019 | David Smith

The R Core Team announced yesterday the release of R 3.5.3, and updated binaries for Windows and Linux are now available (with Mac sure to follow soon). This update fixes three minor bugs (to the functions writeLines, setClassUnion, and stopifnot), but you might want to upgrade just to avoid the "package ... [Read more...]

Installing Socviz

March 12, 2019 | R on kieranhealy.org

I’ve gotten a couple of reports from people having trouble installing the socviz library that’s meant to be used with Data Visualization: A Practical Introduction. As best as I can tell, the difficulties are being caused by GitHub’s rate limits. The symptom is that, after installing the ... [Read more...]

MilanoR Meetup: From Data to Insights

March 12, 2019 | MilanoR

What’s the real value of a data product? Let's find out together at our MilanoR Meetup, the ideal occasion to know new R Users and share some knowledge! The post MilanoR Meetup: From Data to Insights appeared first on MilanoR. [Read more...]

Uber/Lyft Maximization: More Money for The Time

March 12, 2019 | Lauren Taylor

Motivation Uber and Lyft who are the main ridesharing companies can make more money at a faster rate by filling their cars with passengers at a higher peak time when they are on the road. The typical Uber/Lyft driver normally have full-time jobs, full-time students, or in between jobs. ...
[Read more...]

Learning R: The Collatz Conjecture

March 12, 2019 | Learning Machines

In this post we will see that a little bit of simple R code can go a very long way! So let’s get started! One of the fascinating features of number theory (unlike many other branches of mathematics) is that many statements are easy to make but the brightest ... [Read more...]

Binning Data with rbin

March 11, 2019 | Rsquared Academy Blog

We are happy to introduce the rbin package, a set of tools for binning/discretization of data, designed keeping in mind beginner/intermediate R users. It comes with two RStudio addins for interactive binning. Installation
# Install release version from CRAN
install.packages("rbin")

# Install development version from GitHub
# install.packages("devtools")
devtools::install_github("rsquaredacademy/rbin")
RStudio Addins rbin includes two RStudio addins for manually binning data. Below is a ...
[Read more...]

Data Science at AT&T Labs Research

March 11, 2019 | Hugo Bowne-Anderson

Hugo Bowne-Anderson, the host of DataFramed, the DataCamp podcast, recently interviewed Noemi Derzsy, a Senior Inventive Scientist at AT&T Labs Research within the Data Science and AI Research organization. Introduction Noemi Derzsy Hugo: Hi there, Noemi, and welcome to DataFramed. Noemi: Hi. Thank you for having me. Hugo: It's ...
[Read more...]

Ranking places with Google to create maps

March 11, 2019 | Thomas M

Today we’re going to use the googleway R package, which allows their user to do requests to the GoogleMaps Places API. The goal is to create maps of specific places (restaurants, museums, etc.) with information from Google Maps rankings (number of stars given by other people). I already discussed ... [Read more...]

This is not normal(ised)

March 11, 2019 | nsaunders

“Sydney stations where commuters fall through gaps, get stuck in lifts” blares the headline. The story tells us that: Central Station, the city’s busiest, topped the list last year with about 54 people falling through gaps Wow! Wait a minute… Central Station, the city’s busiest Some poking around in ...
[Read more...]

Bayesian Statistics: Analysis of Health Data

March 10, 2019 | Michael Grogan

CategoriesRegression Models Tags Bayesian Analysis Linear Regression R Programming t-test The premise of Bayesian statistics is that distributions are based on a personal belief about the shape of such a distribution, rather than the classical assumption which does not take such subjectivity into account. In this regard, Bayesian statistics defines ...
[Read more...]
1 8 9 10 11 12 16

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)