by Quantide | Mar 26, 2018 | Articles, News, R blog
Hello, R-Users! We left another year behind, and what a year! We had so many collaborations, but the one we will never be proud enough of is the one with MilanoR. Between meetings, conferences and buffets, we got to know each member of the community and their...
by Michy Alice | Feb 15, 2017 | Articles, R blog
Some time ago I wrote an article on how to use a simple neural network in R with the neuralnet package to tackle a regression task. Since then, however, I turned my attention to other libraries such as MXNet, mainly because I wanted something more than what the...
by Nicola Sturaro | Nov 30, 2016 | Articles, R blog
Enrico is a colleague of mine in Quantide. Some days ago, he asked me how to get two different legends for several coloured lines. This is the wanted result: The first version of his plot sounds like the following one: R # Create a Dataframe with Random Data in order...
by Quantide | Nov 22, 2016 | Articles, Courses, News
Hello R Users! We have an awesome news for all of you! Microsoft, in collaboration with Quantide, is offering a one-day live course totally free and open to everybody. Your first date with R course will be on December 13 at Microsoft Innovation Campus in Peschiera...
by Michy Alice | Oct 4, 2016 | Articles, R blog
When performing some kind of analysis in R it is usually common to use data stored in basic formats such as .csv or .Rdata, and then present the analysis using a .Rmd file. This process solves a lot of processing-related problems and saves time by allowing the analyst...