January 2016

Data analysis with ProjectTemplate in RStudio with Git

January 17, 2016 | data prone - R

Abstract ProjectTemplate is a system for organizing and automating data analysis in R. Here is a recipe for creating a new ProjectTemplate project in RStudio and initializing version control with Git. Order of Operations I find that the following sequence is most efficient and error-proof: Create ProjectTemplate project Create RStudio ... [Read more...]

Set up RStudio in the cloud to work with GitHub

January 17, 2016 | Ken Kleinman

I love GitHub for version control and collaboration, though I'm no master of it. And the tools for integrating git and GitHub with RStudio are just amazing boons to productivity. Unfortunately, my University-supplied computer does not play well with GitHub. Various directories are locked down, and I can't push or ... [Read more...]

Set up RStudio in the cloud to work with GitHub

January 17, 2016 | Ken Kleinman

I love GitHub for version control and collaboration, though I'm no master of it. And the tools for integrating git and GitHub with RStudio are just amazing boons to productivity. Unfortunately, my University-supplied computer does not play well with GitHub. Various directories are locked down, and I can't push or ...
[Read more...]

A simple ANOVA

January 17, 2016 | Wingfeet

I was browsing Davies Design and Analysis of Industrial Experiments (second edition, 1967). Published by for ICI in times when industry did that kind of thing. It is quite an applied book. On page 107 there is an example where the variance of a process is estimated.DataData is from nine batches ... [Read more...]

A simple ANOVA

January 17, 2016 | Wingfeet

I was browsing Davies Design and Analysis of Industrial Experiments (second edition, 1967). Published by for ICI in times when industry did that kind of thing. It is quite an applied book. On page 107 there is an example where the variance of a process is estimated.DataData is from nine batches ... [Read more...]

First step on GIS with R

January 17, 2016 | tomizono

The PM 2.5 checker written by R has been working nicely for me.  I put a shortcut icon of this small script on my desktop PC, to check the air … Continue reading →
[Read more...]

Creating Calendars for Future’s Expiration

January 17, 2016 | quintuitive

Lately I have been doing calendar analysis of various markets (future contracts). Not an overly complicated task, but has a few interesting angles and since I haven’t seen anything similar on the Net – here we go. The world of futures is not friendly – pretty much every contract has its ... [Read more...]

ggtern 2.0 now available

January 16, 2016 | Nicholas Hamilton

Recently ggplot2 received a severe makeover by releasing version 2.0, and in the spirit of improvement, I thought ggtern should also get an overhaul, so after a few-hundred hours of code review, here is what has changed: Theme elements: Previously, the nomenclature scheme for the new theme elements was a bit ... [Read more...]

Two Y-Axes

January 16, 2016 | Kieran Healy

A few days ago, Matt Yglesias shared this tweet from Liz Ann Sonders, Chief Investment Strategist with Charles Schwab, Inc: DailyShot: Here is a comparison of the monetary base with the S&P500 ... Coincidence? pic.twitter.com/QsdNhJdbRP— Liz... [Read more...]

Artificial Intelligence in the News?

January 16, 2016 | Florian Teschner

In a previous post, I expressed the feeling that artificial intelligence, data science and big data are currently “hot” in the news. One of my favorite news outlet (“Die Zeit”) has an open data policy in a sense that they have a public API. I thought it would be worth ... [Read more...]

NBA Stat in a Shiny App

January 16, 2016 | Jun Ma - Data Blog

IntroductionShiny app is a new way to present data interactively. Unlike methods like D3, shiny performs complex calculation in real time. As a result, shiny app is more powerful and versatile. However, this also means one cannot simply embed an interactive shiny app in an html document. It needs to ... [Read more...]

S-shaped data: Smoothing with quasibinomial distribution

January 16, 2016 | msuzen

Figure 1: Synthetic data and fitted curves. S-shaped distributed data can be found in many applications. Such data can be approximated with logistic distribution function [1].  Cumulative distribution function of logistic distribution function is a logistic function, i.e., logit.To demonstrate this, in this short example, after generating a synthetic data, ... [Read more...]

10 D3.js and WebGL weather, maps, and geography charts made in Python and R

January 16, 2016 | Riddhiman

Below are 10 charts made in R or Python by Plotly users on weather, maps and geography. 1. Doctor Who? – Timelords weather forecast for different cities Chart Link: https://plot.ly/~wthrmn/30/timelords-weather-forecast-1152016/Chart Author: @ wthrmnTouched up in: Plotly online editorCode: Python code R Code 2. Its raining ! – US Precipitation (June 2015) Chart Link: ... [Read more...]
1 6 7 8 9 10 17

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)