March 2015

FOMC Cycle Trading Strategy in Quantstrat

March 14, 2015 | Peter Chan

Another hotly anticipated FOMC meeting kicks off next week, so I thought it would be timely to highlight a less well-known working paper, “Stock Returns over the FOMC Cycle”, by Cieslak, Morse and Vissing-Jorgensen (current draft June 2014). Its main result is:Over the last 20 years, the average excess return on ... [Read more...]

Adopting R for experienced developers

March 14, 2015 | Pete

More and more frequently I come across people who express an interest in R, and I thought I would share some advice to help people decide if R is something they should use, as well as some high level advice on getting started. Most of these people are developers with ... [Read more...]

Mortality & Age Comparisons Chapters

March 13, 2015 | dogle

Thanks to some very thoughtful reviews, I have dramatically updated the Mortality and Age Comparisons chapters in the Introduction to Fisheries Analysis with R book. Changes to the Age Comparisons chapter in particular resulted in major changes to the FSA … Continue reading → [Read more...]

How to Make a Histogram with ggvis in R

March 13, 2015 | DataCamp

The two previous posts described how you can make histograms with basic R and the ggplot2 package. This third and last part of our histograms tutorial will look at how to make a histogram with ggvis. This package is similar to ggplot2, as it is also based on “the grammar ... [Read more...]

Why Drat? A Guest Post by Steven Pav

March 13, 2015 | Thinking inside the box

Editorial Note: The following post was kindly contributed by Steven Pav. Why Drat? After playing around with drat for a few days now, my impressions of it are best captured by Dirk's quote: It just works. Demo To get some idea of what I mean by this, suppose you are ... [Read more...]

Ruby: Use R in Ruby via “rinruby”!

March 13, 2015 | jdm

  ____  sample_size = 10 ____  R.eval “x __  R.eval “summary(x)” ____  R.eval “sd(x)” With a here document: require "rinruby" #Set all your variables in Ruby n = 10 beta_0 = 1 beta_1 = 0.25 alpha = 0.05 seed = 23423 R.x = (1..n).entries #Use actual R code to perform the analysis R.eval […] [Read more...]

New Whitepaper: Connect R to other applications with DeployR

March 13, 2015 | David Smith

DeployR is a server-based framework that provides simple, secure R integration for application developers. It's available in two editions: DeployR Open, which is free and open-source; and Revolution R Enterprise DeployR, which adds a scalable grid framework and enterprise authentication features for production applications integrated with R. If you're looking ... [Read more...]

SimilaR

March 13, 2015 | Maciej Bartoszuk

Introduction Being a teacher can be a very gratifying job. If you teach programming, which is your favorite hobby too, nothing can be better than that. Only thing can spoil your dream: cheating students. As we all know, one can…Read more › [Read more...]

How to Make a Histogram with ggplot2

March 12, 2015 | filip Schouwenaars

In our previous post you learned how to make histograms with the hist() function. You can also make a histogram with ggplot2, “a plotting system for R, based on the grammar of graphics”. This post will focus on making a Histogram With ggplot2. Want to learn more? Discover the DataCamp ... [Read more...]

A Monte Carlo Simulation for Pi Day

March 12, 2015 | Joseph Rickert

by Joseph Rickert What will you be doing at 26 minutes and 53 seconds past 9 this coming Saturday morning? I will probably be running simulations. I have become obsessed with an astounding result from number theory and have been trying to devise Monte Carlo simulations to get at it. The result, well ... [Read more...]

Simple template for scientific manuscripts in R markdown

March 12, 2015 | Petr Keil

The good reasons to write scientific reports and manuscripts in LaTeX or Markdown are: improved document integrity (always), simplicity (not always) and reproducibility (always). I prefer the lightweight Markdown over rich but more complex LaTeX -- I think that lightweight is good for reproducibility. I am also in love with … ... [Read more...]
1 6 7 8 9 10 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)