June 2015

Welcome to AriLamstein.com!

June 4, 2015 | Ari Lamstein

Today I am happy to announce that I have migrated my blog from JustAnRBlog.wordpress.com to AriLamstein.com. I thought I would give an inside peek into the change in case others have an interest. Also, I would personally like to see more R packages and blogs, and I ...
[Read more...]

R Recipe: RStudio and UNC Paths

June 4, 2015 | Andrew Collier

RStudio does not like Uniform Naming Convention (UNC) paths. This can be a problem if, for example, you install it under Citrix. The solution is to create a suitable environment file. This is what worked for me: I created an .Renviron file in my Documents folder on the Citrix remote ... [Read more...]

Discovered Two Great Web Sites Today

June 3, 2015 | matloff

Today is my lucky day.  I learned of two very interesting Web pages, both of them quite informative and the first of them rather provocative (yay!). I have some comments on both, in some cases consisting of mild disagreement, which I may post later, but in any event, I highly ... [Read more...]

Computing with GPUs in R

June 3, 2015 | David Smith

On Monday, we compared the performance of several different ways of calculating a distance matrix in R. Now there's another method to add to the list: using GPU acceleration in R. A GPU is a dedicated, high-performance chip available on many computers today. Unlike the CPU, it's not used for ... [Read more...]

My aversion to pipes

June 3, 2015 | Gavin L. Simpson

At the risk of coming across as even more of a curmudgeonly old fart than people already think I am, I really do dislike the current vogue in R that is the pipe family of binary operators; e.g. %__%. Introduced by Hadley Wickham and popularised and advanced via the magrittr ... [Read more...]

R vs Autobox vs ForecastPro vs …

June 2, 2015 | Rob J Hyndman

Every now and then a commercial software vendor makes claims on social media about how their software is so much better than the forecast package for R, but no details are provided. There are lots of reasons why you might select a particular software solution, and R isn’t for ... [Read more...]

Auditing data transformation

June 2, 2015 | Jan Górecki - R

Auditing data transformation can be simply described as gathering metadata about the transformation process. The most basics metadata would be a timestamp, atomic transformation description, data volume on input, data volume on output, time elapsed. If you work with R only interactively you may find it more like a fancy ... [Read more...]

New package commonmark: yet another markdown parser?

June 2, 2015 | Jeroen Ooms

Last week the commonmark package was released on CRAN. The package implements some very thin R bindings to John Macfarlane’s (author of pandoc) cmark library. From the cmark readme: cmark is the C reference implementation of CommonMark, a rationalized version of Markdown syntax with a spec. It provides a ...
[Read more...]

Hacks for thinking about high-dimensional space

June 2, 2015 | Isomorphismes

High-dimensional Euclidean space is ℝ×ℝ×ℝ×ℝ×ℝ×…. Cartesian product of many continuous quantities. You are already familiar with the concept via “an arbitrary number of sliders” or “an arbitrary number of columns in a spreadsheet”. Pivot tables are the normal way business people navigate a low-dimensional subset of a high-dimensional space. One database ...
[Read more...]

Back from R/Finance in Chicago

June 2, 2015 | Markus Gesmann

I had a great time at the R/Finance conference in Chicago last Friday/Saturday. Some brief takeaways for me were:From Emanuel Derman's talk: It is is important to distinguish between theories and models. Theories live in an abstract world and for a giv... [Read more...]
1 8 9 10 11

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)