July 2017

Correspondence Analysis with FactoMineR

July 13, 2017 | francoishusson

Here is a course with videos that present Correspondence Analysis in a French way. Five videos present a course on CA, highlighting the way to interpret the data. Then  you will find videos presenting the way to implement in FactoMineR. With this course, you will be stand-alone to perform and ...
[Read more...]

PCA course using FactoMineR

July 13, 2017 | francoishusson

Here is a course with videos that present Principal Component Analysis in a French way. Three videos present a course on PCA, highlighting the way to interpret the data. Then  you will find videos presenting the way to implement in FactoMineR, to deal with missing values in PCA thanks to ...
[Read more...]

The R Survey

July 12, 2017 | R Views

The R Consortium is undertaking a multi-year effort to survey the whole R world. In a rather low-key blog post at the end of last month, the R Consortium’s technical committee, the Infrastructure Steering Committee (ISC), launched its prototype survey of R users. The idea is to use the ...
[Read more...]

RNG impact on MCMC [or lack thereof]

July 12, 2017 | xi'an

Following the talk at MCM 2017 about the strange impact of the random generator on the outcome of an MCMC generator, I tried in Montréal airport the following code on the banana target of Haario et al. (1999), copied from Soetaert and Laine and using the MCMC function of the FME ...
[Read more...]

Better Grouped Summaries in dplyr

July 12, 2017 | John Mount

For R dplyr users one of the promises of the new rlang/tidyeval system is an improved ability to program over dplyr itself. In particular to add new verbs that encapsulate previously compound steps into better self-documenting atomic steps. Let’s take a look at this capability. First let’s ... [Read more...]

Data Science Accelerator for Credit Risk Prediction

July 12, 2017 | Guest Blogger

by Fang Zhou, Data Scientist; Graham Williams, Director of Data Science, all at Microsoft Credit Risk Scoring is a classic but increasingly important operation in banking as banks are becoming far more risk careful when lending for mortgages, credit card payments or other commercial purposes, in an industry known for ... [Read more...]

Analyzing Obesity across USA

July 12, 2017 | Anish Singh Walia

The main aim of this project is to study the states which had the most obese population among adults and children as well as teens in USA. Secondly, another objective of this project is to learn how to scrape data in R from an HTML page using rvest package and ...
[Read more...]

Introduction to Volatility

July 11, 2017 | R Views

This is the beginning of a series on portfolio volatility, variance, and standard deviation. I realize that it’s a lot more fun to fantasize about analyzing stock returns, which is why television shows and websites constantly update the daily market returns and give them snazzy green and red colors. ... [Read more...]

easy riddle

July 11, 2017 | xi'an

From the current Riddler, a problem that only requires a few lines of code and a few seconds of reasoning. Or not. N households each stole the earnings from one of the (N-1) other households, one at a time. What is the probability that a given household is not burglarised? ...
[Read more...]

Asynchronous API calls with postlightmercury

July 11, 2017 | Mikkel

In this post I’ll tell you about a new package I’ve built and also take you under the hood to show you a really cool thing thats going on: asynchronous API calls. The package: postlightmercury I created a package called postlightmercury which is now on cran. The package ...
[Read more...]

Take the R Consortium survey on R

July 11, 2017 | David Smith

Since its foundation just a little over two years ago, the R Consortium has been dedicated to providing support to the R Project and the R community. Already, the R Consortium has channeled the contributions from its corporate members to fund more than 25 projects, working groups, and community initiatives. Recently ... [Read more...]

Install R and Python via Homebrew

July 11, 2017 | Mauricio Vargas S. 帕夏

Original posted on 2017-01-08Updated posted on 2017-07-12 Why should you do this? With a single brew upgrade you can save yourself a headache and valuable time when you need newer software versions. Besides that, R binaries from CRAN and OS X stock Python can give problems with ... [Read more...]

R and GNU tools via Homebrew

July 11, 2017 | Mauricio Vargas S. 帕夏

Original posted on 2017-01-08Updated posted on 2017-07-12 Introduction A few months ago I needed to use stock Python. One way to achieve that, and not to use OS X provided version, is to install it using Homebrew. Why I needed that? Python packages installed via pip were ... [Read more...]
1 8 9 10 11 12 14

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)