May 2017

R in Insurance 2017 Programme online

May 11, 2017 | R on mages' blog

The programme for the 2017 R in Insurance conference in Paris has been published. Talks will discuss new ideas and research with the applications in life and general insurance, from network analysis, reserving, pricing to catastrophe modelling, followed by a conference dinner at the Musée d’Orsay. Registration is open ... [Read more...]

R in Insurance 2017 Programme online

May 11, 2017 | Markus Gesmann

The programme for the 2017 R in Insurance conference in Paris has been published. Talks will discuss new ideas and research with the applications in life and general insurance, from network analysis, reserving, pricing to catastrophe modelling, followe...
[Read more...]

Stack Overflow Trends

May 10, 2017 | David Smith

Developer Q&A site Stack Overflow recently introduced Stack Overflow Trends, a useful tool for tracking the growth and decline in the rate of questions asked on various topics (by their Stack Overflow tag). For example, you can see that activity around both R and Python has been increasing over ... [Read more...]

Which linear model is best?

May 10, 2017 | realdataweb

Recently I have been working on a Kaggle competition where participants are tasked with predicting Russian housing prices. In developing a model for the challenge, I came across a few methods for selecting the best regression model for a given dataset. Let’s load up some data and take a ...
[Read more...]

p-values and null hypotheses

May 10, 2017 | Xavier

Almost all statistical tests that archaeologists and historians use are based on the concept of Null Hypothesis Significance Testing or NHST. If someone told you that you should be using some stats in this paper this is probably what they mean for it. The comment is usually accompanied by a ... [Read more...]

Pretty histograms with ggplot2

May 10, 2017 | Simon Jackson

@drsimonj here to make pretty histograms with ggplot2! In this post you’ll learn how to create histograms like this:  The data Let’s simulate data for a continuous variable x in a data frame d: set.seed(070510) d x #__ 1 1.3681661 #__ 2 -0.0452337 #__ 3 0.0290572 #__ 4 -0.8717429 #__ 5 0.9565475 #__ 6 -0.5521690  Basic Histogram Create the basic ggplot2 histogram ...
[Read more...]

Euler Problem 20: Large Integer Factorials

May 10, 2017 | Peter Prevos

A proposed solution in the R language to Euler Problem 20: Find the sum of the digits in the faculty of 100: 100 × 99 × ... × 3 × 2 × 1 Continue reading → The post Euler Problem 20: Large Integer Factorials appeared first on The Devil is in the Data. [Read more...]

Mapping Quandl Macroeconomic Data

May 9, 2017 | R Views

In previous posts, we built a map to access global ETFs and a simple Shiny app to import and forecast commodities data from Quandl. Today, we will begin a project that combines those previous apps. Our end goal is to build an interactive map to access macroeconomic data via Quandl, ... [Read more...]

Shiny Applications Layouts Exercises (Part-6)

May 9, 2017 | Euthymios Kasvikis

Shiny Applications Layouts – Absolutely-positioned panel In the sixth part of our journey through Shiny App Layouts we will meet the absolutely-positioned panels. These are panels that you can drag and drop or not wherever you want in the interface. Moreover you can put anything in them, including inputs and outputs. ... [Read more...]
1 10 11 12 13 14 18

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)