April 2014

Deploying Desktop Apps with R

April 2, 2014 | Lee Pang

(Update) Despite the original publish date (Apr 1), this post was not and April Fools joke. I’ve also shortened the title a bit. As part of my job, I develop utility applications that automate workflows that apply more involved analysis algorithms. When feasible, I deploy web applications as it lowers ... [Read more...]

Kaplan-Meier plots using ggplots2 (updated)

April 1, 2014 | Abhijit

About 3 years ago I published some code on this blog to draw a Kaplan-Meier plot using ggplot2. Since then, ggplot2 has been updated (from 0.8.9 to 0.9.3.1) and has changed syntactically. Since that post, I have also become comfortable with Git and Github. I have updated the code, edited it for a ... [Read more...]

Modeling the Marginals and the Dependence separately

April 1, 2014 | arthur charpentier

When introducing copulas, it is commonly admitted that copulas are interesting because they allow to model the marginals and the dependence structure separately. The motivation is probably Sklar’s theorem, which says that given some marginal cumulative distribution functions (say  and , in dimension 2), and a copula (denoted ), then we can ... [Read more...]

Adding Annotation to R Objects

April 1, 2014 | matloff

When you take a photograph, you can include the date in the image, so you remember when you created it.  (In fact, under EXIF format, it’s stored in the image file anyway, even if it doesn’t appear in the picture.)  Wouldn’t it be nice to make annotations ... [Read more...]

Stata Fully Mapped into R

April 1, 2014 | Francis Smart

Hello all of you Stata loving statistical analysts out there!  I have great news.  I am finally nearly done with the package I have been working on which provides the mechanism for Stata users to seamlessly move from Stata to R though use of ... [Read more...]

Melbourne’s Weather and Cross Correlations

April 1, 2014 | Neil Gunther

During a lunchtime discussion among recent GCaP class attendees, the topic of weather came up and I casually mentioned that the weather in Melbourne, Australia, can be very changeable because the continent is so old that there is very little geographical relief to moderate the prevailing winds coming from the ... [Read more...]

Mapping the March 2014 California Earthquake with ggmap

April 1, 2014 | hrbrmstr

I had no intention to blog this, but @jayjacobs convinced me otherwise. I was curious about the recent (end of March, 2014) California earthquake “storm” and did a quick plot for “fun” and personal use using ggmap/ggplot. I used data from the Southern California Earthquake Center (that I cleaned up ... [Read more...]

Do Not Play With Mr. Penney

April 1, 2014 | aschinchon

Facts do not speak (Henry Poincare) Mr. Penney is my best friend. He is maths teacher and loves playing. Yesterday we were in his office at the university when he suggested me a game: When you toss a coin three times, you can obtain eight different sequences of tails and ... [Read more...]

IV Estimates via GMM with Clustering in R

April 1, 2014 | diffuseprior

In econometrics, generalized method of moments (GMM) is one estimation methodology that can be used to calculate instrumental variable (IV) estimates. Performing this calculation in R, for a linear IV model, is trivial. One simply uses the gmm() function in the excellent gmm package like an lm() or ivreg() function. ... [Read more...]

Daylight Saving Effect on S&P500 and FTSE100

April 1, 2014 | andrew

Does the transition to and from Daylight Saving Time (DST) have a (significant) effect on the stock market? In a recent blog post on The UK Stock Market Almanac, the author found that the average return of the FTSE100 index for the days following the start of British Summer Time (... [Read more...]

Include uncertainty in a financial model

April 1, 2014 | simonraper

Here’s a post that appears on my new website, ragscripts.com. On-line resources for analysts are often either too general to be of practical use or too specialised to be accessible. The aim of ragscripts.com is to remedy this by providing start to finish directions for complex analytical ... [Read more...]

Calendar charts with googleVis

April 1, 2014 | Markus Gesmann

My little series of posts about the new googleVis charts continues with calendar charts. Google's calendar charts are still in beta, but they provide already a nice heat map visualisation of calendar year data. The current development version of google...
[Read more...]
1 11 12 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)