June 2013

R Plotting Financial Time Series

June 19, 2013 | klr

In my little world of finance, data almost always is a time series.  Through both quiet iteration and significant revolutions, the volunteers of R have made analyzing and charting time series pleasant.  As a mini-tribute to all those who have... [Read more...]

highlight 0.4.2

June 19, 2013 | romain

highlight 0.4.2 is on CRAN. This fixes a few bugs reported by users. The main improvement is that we can now use highlight as a vignette engine, using the functionality introduced in R 3.0.0. In the Rcpp universe, we use … Continue reading → [Read more...]

My R package’s worldmap of downloads!

June 18, 2013 | bhejbiostat

Last week, a colleague draw my attention on this new log files from the Rstudio cloud CRAN mirror, through a post from Tal Galili. This CRAN mirror is a little different, as it uses Amazon CloudFront to deliver the downloads … Continue reading → [Read more...]

The Fallacy of 1/N and Static Weight Allocation

June 18, 2013 | alexios

In the last few years there has been a increasing tendency to ignore the value of a disciplined quantitative approach to the portfolio allocation process in favor of simple and static weighting schemes such as equal weighting or some type of adjusted volatility weighting. The former simply ignores the underlying ... [Read more...]

Create SAS Code from R ‘tree’ Objects

June 18, 2013 | mariosegal

I recently was faced with the desire to port some tree models developed in R to SAS so I could score a large database. To me this makes sense as SAS is better with large files (or at least so as not to offend anyone, I am better with large ... [Read more...]

Resources for getting started with R

June 18, 2013 | Kushan Shah

As we believe you may know, we are having a webinar tomorrow (June 19th, 2013) on Predictive Analytics. During this webinar, you are going to be introduced to R, learn how to build a predictive model and also how to carry insightful analysis through visualization. As learning a new language can ... [Read more...]

BCEA 1.3.0

June 18, 2013 | Gianluca Baio

After months of work (although to be fair, we haven't worked 100% full time on this), Andrea and I are nearly ready to publish the next release of BCEA. Andrea has done a brilliant job and is responsible for most of the good new features (NB: see ... [Read more...]

R GIS: Terrain Analysis for Polygons as Simple as it Gets!

June 18, 2013 | Kay Cichini

library(rgdal)library(raster)alt gadm gadm_sub plot(alt)plot(gadm_sub, add=T)asp slo __ extract(slo, gadm_sub, fun = mean, na.rm = T, small = T, df = T) ID slope1 1 9.9590532 2 1.0474433 3 7.4561654 4 1.6737865 5 11.946553__ extract(asp, gadm_sub, fun = mean, na.rm = T, small = T, df = T) ID aspect1 1 170.80652 2 184.01303 3 190.71554 4 136.89535 5 205.2115 [Read more...]

The Green Number Effect

June 18, 2013 | andrew

Following up on a suggestion from my previous post, here are the statistics for medal count versus age. Every point on the plot is the number (see colour legend on right) of athletes who have achieved a given number of medals by a particular age. There is clear evidence of ... [Read more...]

Job opening! Come work with us!

June 18, 2013 | andrew

Postdoctoral position in statistical modeling of social networks A full-time postdoctoral position is available beginning Fall 2014 in the research group of Tian Zheng and Andrew Gelman working on statistical analysis and modeling of social network data, in close cooperation with our experimental collaborators. Four key papers of this project so ... [Read more...]

googleVis 0.4.3 released with improved Geocharts

June 18, 2013 | Markus Gesmann

The Google Charts Tools provide two kinds of heat map charts for geographical data, the Flash based Geomap and the HTML5/SVG based Geochart. I prefer the Geochart as it doesn't require Flash, but so far there have been two shortcomings with it: I couldn't add additional tooltip information and ... [Read more...]

Software Packages for Graphs and Charts

June 17, 2013 | Wesley

Graphs can be an important feature of analysis. A graph that has been well designed and put together can make summary statistics much more readable and increase the interpretability. It also makes reports and articles looks more professional. There are many software packages that are available to design great graphs ... [Read more...]

Computerworld’s Beginners Guide to R

June 17, 2013 | David Smith

Sharon Machlis is not only the online managing editor at Computerworld, she's also a budding data scientist who recently started learning the R language. To the benefit of all other new R users, she's shared her learnings in an excellent 6-part beginners guide to R, published by Computerworld. It's jam-packed ... [Read more...]
1 4 5 6 7 8 14

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)