August 2015

How to use lists in R

August 25, 2015 | Slawa Rokicki

In the [last post](http://rforpublichealth.blogspot.com/2015/03/basics-of-lists.html), I went over the basics of lists, including constructing, manipulating, and converting lists to other classes. Knowing the basics, in this post, we'll use the **apply()** functions to see just how powerful working with lists can be. I've done two ... [Read more...]

Taylor Rule – using Shiny in R

August 25, 2015 | Atmajitsinh Gohil

I am writing this blog post after a really long time. I had the R code and the shiny app ready but somehow i did not get time to post the same. This post is inspired from Taylor Rule screen in Bloomberg terminal. If you are working in finance Bloomberg... [Read more...]

R Graphical Systems

August 24, 2015 | C

Just had an article published over at Simple Talk about the 3 R Major R Graphical Systems:https://www.simple-talk.com/content/article.aspx?article=2271 [Read more...]

R Graphical Systems

August 24, 2015 | C

Just had an article published over at Simple Talk about the 3 R Major R Graphical Systems:https://www.simple-talk.com/content/article.aspx?article=2271 [Read more...]

email graphs

August 24, 2015 | Dan Kelley Blog/R

Communication between individuals working on a group project is commonly carried over email, and in-person meetings tend to be preceded by an emailed agenda, and followed by emailed minutes. Projects organized around GitHub or similar systems tend also to have email updates for issue reports, etc. All of this means ... [Read more...]

PDQ Version 6.2.0 Released

August 24, 2015 | Neil Gunther

PDQ (Pretty Damn Quick) is a FOSS performance analysis tool based on the paradigm of queueing models that can be programmed natively in R Python Perl C and several other languages. This minor release is now available for download. If you're new to PDQ, here's a simple queueing model written ... [Read more...]

PDQ Version 6.2.0 Released

August 24, 2015 | Neil Gunther

PDQ (Pretty Damn Quick) is a FOSS performance analysis tool based on the paradigm of queueing models that can be programmed natively in R Python Perl C and several other languages. This minor release is now available for download. If you're new to PDQ, here's a simple queueing model written ... [Read more...]

How R is used at Zillow to estimate housing values

August 24, 2015 | David Smith

Zillow, the leading real estate and rental marketplace in the USA, uses R to estimate housing values. Zillow's signature product is the Zestimate, their estimated market value for individual homes, and it's calculated using R in a parallel batch job for 100 million homes nationwide. The process is described in this ... [Read more...]

RcppDE 0.1.3

August 24, 2015 | Thinking inside the box

A pure maintenance release 0.1.3 of the RcppDE package arrived on CRAN yesterday. RcppDE is a "port" of DEoptim, a popular package for derivative-free optimisation using differential optimization, to C++. By using RcppArmadillo, the code becomes a lot shorter and more legible. This version simply fixes a typo in the vignette ... [Read more...]

Changing the font of R base graphic plots.

August 24, 2015 | Sascha W.

Want to change the font used in your R plots? I got a quite simple solution that works on Mac OS.You need the function 'quartzFonts'. With this function, you can define additional font families to use in your R base graphic plots. The default font families are 'sans', 'serif' ... [Read more...]

Changing the font of R base graphic plots.

August 24, 2015 | Sascha W.

Want to change the font used in your R plots? I got a quite simple solution that works on Mac OS.You need the function 'quartzFonts'. With this function, you can define additional font families to use in your R base graphic plots. The default font fami... [Read more...]
1 2 3 4 5 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)