-
Higher Performance in R – Amdahl and Gustafson’s laws
Intro So I’m currently taking this course about “High Performance Computing”. This entry is not about that exactly: let’s face it, R is not the best option there 😀 But some concepts I touched in the past I thought I could summarise today (for example of past entries: here or here, and more links in the…
-
Reports & Math: Rmd, LaTeX & mosaicCore
Intro So long story short: I’m soon to start working on some reports that will include some math stuff. I could do that with a Word-like editor, but why would I when we have the marvelous R Markdown? Let’s test a few things that will surely come in handy… Creating reports to share So suppose…
-
Cleaning Data: testing DataExplorer
Intro (It’s been a few weeks, taking some time off to recharge batteries before I get myself into a master… So I thought it would be a good idea.) Anyhow, to the point: Many a time, when working with data, the first thing will be to “look at it”. Then maybe you’ll need to clean…