Articles by R Views

March ’17 Tips and Tricks

March 30, 2017 | R Views

This month’s Tips and Tricks focus is on file navigation. Many of these tips are straightforward - more tip than trick - but they can save quite a bit of time and frustration. Open Recent Please don’t spend time navigating through your folder structure to find a recent ...
[Read more...]

R and Singularity

March 28, 2017 | R Views

R (https://www.r-project.org) is a premier system for statistical and scientific computing and data science. At its core, R is a very carefully curated high-level interface to low-level numerical libraries. True to this principle, R packages have greatly expanded the scope and number of these interfaces over the ...
[Read more...]

R and Singularity

March 28, 2017 | R Views

R (https://www.r-project.org) is a premier system for statistical and scientific computing and data science. At its core, R is a very carefully curated high-level interface to low-level numerical libraries. True to this principle, R packages have greatly expanded the scope and number of these interfaces over the ...
[Read more...]

Some Random Weekend Reading

March 23, 2017 | R Views

Few of us have enough time to read, and most of us already have depressingly deep stacks of material that we would like to get through. However, sometimes a random encounter with something interesting is all that it takes to regenerate enthusiasm. Just in case you are not going to ... [Read more...]

Some Random Weekend Reading

March 23, 2017 | R Views

Few of us have enough time to read, and most of us already have depressingly deep stacks of material that we would like to get through. However, sometimes a random encounter with something interesting is all that it takes to regenerate enthusiasm. Just in case you are not going to ... [Read more...]

February 2017 New Package Picks

March 21, 2017 | R Views

One hundred and forty-five new packages were added to CRAN in February. Here are 47 interesting packages organized into five categories; Biostatistics, Data, Data Science, Statistics and Utilities. Biostatistics BaTFLED3D v0.1.7: Implements a machine...
[Read more...]

February 2017 New Package Picks

March 21, 2017 | R Views

One hundred and forty-five new packages were added to CRAN in February. Here are 47 interesting packages organized into five categories; Biostatistics, Data, Data Science, Statistics and Utilities. Biostatistics BaTFLED3D v0.1.7: Implements a machine learning algorithm to make predictions and determine interactions in data that varies along three independent modes. ...
[Read more...]

Quandl and Forecasting

March 16, 2017 | R Views

Welcome to another installment of Reproducible Finance with R. Today we are going to shift focus in recognition of the fact that there’s more to Finance than stock prices, and there’s more to data download than quantmod/getSymbols. In this post, we will explore commodity prices using data ...
[Read more...]

Quandl and Forecasting

March 16, 2017 | R Views

Welcome to another installment of Reproducible Finance with R. Today we are going to shift focus in recognition of the fact that there’s more to Finance than stock prices, and there’s more to data download than quantmod/getSymbols. In this post, we will explore commodity prices using data ...
[Read more...]

Why I love R Notebooks

March 14, 2017 | R Views

Note: R Notebooks requires RStudio Version 1.0 or later I’m a big fan of the R console. During my early years with R, that’s all I had, so I got very comfortable with pasting my code into the console. Since then I’ve used many code editors for R,...
[Read more...]

Why I love R Notebooks

March 14, 2017 | R Views

Note: R Notebooks requires RStudio Version 1.0 or later I’m a big fan of the R console. During my early years with R, that’s all I had, so I got very comfortable with pasting my code into the console. Since then I’ve used many code editors for R, ...
[Read more...]

Madrid R User Group, A Brief History

March 9, 2017 | R Views

(Editors note: A Spanish verison of the post follows the English text) In the first meeting we were 5, now we are consistently over 60. It was not difficult for us to start up the group of users of R of Madrid. Gregorio Serrano, Carlos Gil Bellost... [Read more...]

Madrid R User Group, A Brief History

March 9, 2017 | R Views

(Editors note: A Spanish verison of the post follows the English text) In the first meeting we were 5, now we are consistently over 60. It was not difficult for us to start up the group of users of R of Madrid. Gregorio Serrano, Carlos Gil Bellosta, Pedro Concejero and I started ... [Read more...]

Interactive Maps and ETF Analysis

March 7, 2017 | R Views

In this post, I’ll describe a Shiny app to support the Emerging Markets ETF Country Exposure analysis developed in a previous post I have done some additional work and updated the analysis to include five ETFs in the app, whereas we originally imported data on 1 ETF. The new notebook ... [Read more...]

Interactive Maps and ETF Analysis

March 7, 2017 | R Views

In this post, I’ll describe a Shiny app to support the Emerging Markets ETF Country Exposure analysis developed in a previous post I have done some additional work and updated the analysis to include five ETFs in the app, whereas we originally imported data on 1 ETF. The new notebook ... [Read more...]

February ’17 Tips and Tricks

March 2, 2017 | R Views

If you spend time with an excellent programmer, one thing that immediately jumps out is how quickly she can write code. It often appears to be magic, the number of keystrokes simply can’t equal the number of characters on the screen. The secret: it doesn’t! Most programmers use ...
[Read more...]

The R Formula Method: The Bad Parts

February 28, 2017 | R Views

R’s model formula infrastructure was discussed in my previous post. Despite the elegance and convenience of the formula method, there are some aspects that are limiting. Limitations to Extensibility The model formula interface does have some limitations: It can be kludgy with many operations on many variables (e.g., ...
[Read more...]
1 16 17 18

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)