December 2015

2015-06 A ‘safemode’ Package for R

December 2, 2015 | pmur002

The ‘safemode’ package provides a safemode() function that creates a “safe mode” session in R. In “safe mode”, all symbols have an “age” (a last-modified time stamp) and a set of dependent symbols, and a warning is issued whenever a … Continue reading → [Read more...]

The Statistician as Data Action Hero

December 2, 2015 | Joel Cadwell

"If our goal as a field is to use data to solve problems, then we need to move away from exclusive dependence on data models and adopt a more diverse set of tools."Leo BreimanStatistical Modeling: The Two CulturesBreiman ends the opening abstract of hi... [Read more...]

The Statistician as Data Action Hero

December 2, 2015 | Joel Cadwell

"If our goal as a field is to use data to solve problems, then we need to move away from exclusive dependence on data models and adopt a more diverse set of tools."Leo BreimanStatistical Modeling: The Two CulturesBreiman ends the opening abstract of his "manifesto" to the statistical community ... [Read more...]

RcppCCTZ 0.0.1

December 1, 2015 | Thinking inside the box

A new package! A couple of weeks ago folks at Google released CCTZ: a C++ library for translating between absolute and civil times using the rules of a time zone. It requires only a proper C++11 compiler and the standard IANA time zone data base which standard Unix, Linux, OS ... [Read more...]

Inter-relationships in a matrix

December 1, 2015 | arthur charpentier

Last week, I wanted to displaying inter-relationships between data in a matrix. My friend Fleur, from AXA, mentioned an interesting possible application, in car accidents. In car against car accidents, it might be interesting to see which parts of the cars were involved. On https://www.data.gouv.fr/fr/, ...
[Read more...]

Exploring Recursive CTEs with sqldf

December 1, 2015 | Joseph Rickert

by Bob Horton Sr. Data Scientist at Microsoft Common table expressions (CTEs, or “WITH clauses”) are a syntactic feature in SQL that makes it easier to write and use subqueries. They act as views or temporary tables that are only available during the lifetime of a single query. A more ... [Read more...]

Calculate Inflation with R

December 1, 2015 | Kris Eberwein

I was surprised to see there weren’t more of these types of calculators in the R community. Inflation and adjusted payments seem like they would be more common. I was able to find a way to gather Consumer Price Index data using the quantmod package but quantmod leaves you ... [Read more...]

The Case for a Data Science Lab

December 1, 2015 | Mark Sellors

By Mark Sellors, Technical Architect – Mango Solutions As more and more Data Science moves from individuals working alone, with small data sets on their laptops, to more productionised, or analytically mature settings, an increasing number of restrictions are being … Continue reading → [Read more...]

Hypnotical Fermat

December 1, 2015 | aschinchon

Se le nota en la voz, por dentro es de colores (Si te vas, Extremoduro) This is a gif generated with 25 plots of the Fermat’s spiral, a parabolic curve generated through the next expression: where is the radius, is the polar angle and is simply a compress constant. Fermat ...
[Read more...]

Crowd sourced benchmarks

December 1, 2015 | csgillespie

When discussing how to speed up slow R code, my first question is what is your computer spec? It always surprises me when complex biological experiments, costing a significant amount of money, are analysed using a six year old laptop. A new desktop machine costs around £1000 and that money would ...
[Read more...]

Array exercises

December 1, 2015 | r-exercises

Exercise 1 Create an array (3 dimensional) of 24 elements using the  dim()  function. Exercise 2 Create an array (3 dimensional) of 24 elements using the  array()  function. Exercise 3 Assign some dimnames of your choice to the array using the  dimnames()  function. Exercise 4 Assign some dimnames of your choice to the array using […] [Read more...]

Notes from Warsaw R meetup

December 1, 2015 | R on mages' blog

I had the great pleasure time to attend the Warsaw R meetup last Thursday. The organisers Olga Mierzwa and Przemyslaw Biecek had put together an event with a focus on R in Insurance (btw, there is a conference with the same name), discussing examples of pricing and reserving in general ... [Read more...]

Notes from Warsaw R meetup

December 1, 2015 | Markus Gesmann

I had the great pleasure time to attend the Warsaw R meetup last Thursday. The organisers Olga Mierzwa and Przemyslaw Biecek had put together an event with a focus on R in Insurance (btw, there is a conference with the same name), discussing examples of pricing and reserving in general ... [Read more...]

How to Search PubMed with RISmed package in R

December 1, 2015 | Aaron Gowins

In the last tutorial, we developed a simple shiny R App to provide a tool to collect and analyze PubMed data. There was some interest in learning more about RISmed itself, so I’ll back up a little and present some of the core RISmed package. About PubMed and RISmed ... [Read more...]

Installing RStudio Shiny Server on AWS

December 1, 2015 | gluc

In this beginner’s level tutorial, you’ll learn how to install Shiny Server on an AWS cloud instance, and how to configure the firewall. It will take just a few minutes! Why? Playing around with Shiny is simple enough: all you need is is the R package called shiny, ...
[Read more...]
1 13 14 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)