September 2016

Learning Statistics on Youtube

September 19, 2016 | Flavio Azevedo

Youtube.com is the second most accessed website in the world (surpassed only by its parent, google.com). It has a whopping 1 billion unique views a month. [1, 2] It is a force to be reckoned with. In the video sharing platform, there are many brilliant and hard-working content creators producing high-quality ... [Read more...]

Running a model on separate groups

September 19, 2016 | Simon Jackson

Ever wanted to run a model on separate groups of data? Read on! Here’s an example of a regression model fitted to separate groups: predicting a car’s Miles per Gallon with various attributes, but spearately for automatic and manual cars. library(tidyverse) library(broom) mtcars %__% nest(-am) %__% mutate(...
[Read more...]

Why R Math Functions on Windows are Slow, and How to Fix It

September 19, 2016 | Nigel

R on windows has much slower versions of the log, sine and cosine functions than are available on other platforms, and this can be a serious performance bottleneck for programs which frequently call these math functions.  The reason for this is that the library R uses to obtain the log ... [Read more...]

Visualizing the Fragile State Index 2016

September 18, 2016 | Jesse

Every year the Fund For Peace produces the Fragile State Index, a list that scores each nation across 12 social, economic, and political dimensions with the sum of these scores being a total measure of that nations vulnerability to collapse. While the most fragile nations tend to always have high (bad) ... [Read more...]

Stepwise Regression – What’s not to like ?

September 18, 2016 | datadrumstick

  Plenty, apparently. Besides encouraging you not to think , it doesn’t exactly do a great job at what it claims to do. Given a set of predictors, there is no guarantee that stepwise regression will find the optimal combination. Many of my statisticians buddies , whom I consult from time to ... [Read more...]

Accessing your Fitbit data

September 18, 2016 | Verena

Since I am a data junkie and bought my Fitbit Charge HR mainly because I wanted to collect and analyse data about myself, I was looking for ways to download the data to your computer. For most people the great stats overview in the app and in the online dashboard ... [Read more...]

Multiple Regression (sans interactions) : A case study.

September 16, 2016 | datadrumstick

Dataset: state.x77 – Standard built-in dataset with 50 rows and 8 columns giving the following statistics in the respective columns. Population: population estimate as of July 1, 1975 Income: per capita income (1974) Illiteracy: illiteracy (1970, percent of population) Life Exp: life expectancy in years (1969–71) Murder: murder and non-negligent manslaughter rate per 100,000 population (1976) HS Grad: percent ...
[Read more...]

Reflections on EARL London 2016

September 16, 2016 | David Smith

The Mango Solutions team have done it again: another excellent Effective Applications of R (EARL) conference just wrapped up here in London. The conference was attended by almost 400 R users from companies all around the world, and was a really fun experience. I was honored to deliver a keynote presentation, ... [Read more...]

Fixing “Peer certificate cannot be authenticated”

September 16, 2016 | Andrew Collier

I’m currently getting the following error on a Windows machine: The machine in question is sitting behind a gnarly firewall and proxy, which I suspect are the source of the problem. I also need to use --ignore-certificate-errors when running chromium-browser, which points to the same issue. This seems to ... [Read more...]

How to add pbapply to R packages

September 16, 2016 | Peter Solymos

As of today, there are 20 R packages that reverse depend/import/suggest (3/14/3) the pbapply package. Current and future package developers who decide to incorporate the progress bar using pbapply might want to customize the type and style of the progress bar in their packages to better suit the needs of ... [Read more...]
1 4 5 6 7 8 13

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)