March 2018

Machine Learning Modelling in R : : Cheat Sheet

March 22, 2018 | The R Trader

I came across this excellent article lately “Machine learning at central banks” which I decided to use as a basis for a new cheat sheet called Machine Learning Modelling in R. The cheat sheet can be downloaded from RStudio cheat sheets repository. As the R ecosystem is now far too ... [Read more...]

Plotting and subsetting stars objects

March 21, 2018 | Edzer Pebesma

Summary Plots of raster data Subsetting Conversions: raster, spacetime Easier set-up Earlier stars blogs [view raw Rmd] Summary This is the second blog on the stars project, an R-Consortium funded project for spatiotemporal tidy arra...
[Read more...]

Introducing the CGPfunctions package

March 21, 2018 | Chuck Powell

Overview This package includes functions that I find useful for teaching statistics as well as actually practicing the art. They typically are not “new” methods but rather wrappers around either base R or other packages and concepts I’m tryin...
[Read more...]

spacings on a torus

March 21, 2018 | xi'an

While in Brussels last week I noticed an interesting question on X validated that I considered in the train back home and then more over the weekend. This is a question about spacings, namely how long on average does it take to cover an interval of length L when drawing ... [Read more...]

R Tip: Break up Function Nesting for Legibility

March 21, 2018 | John Mount

There are a number of easy ways to avoid illegible code nesting problems in R. In this R tip we will expand upon the above statement with a simple example. At some point it becomes illegible and undesirable to compose operations by nesting them, such as in the following code. ...
[Read more...]

Automate R processes

March 21, 2018 | Super User

Last week we updated the cronR R package and released it to CRAN allowing you to schedule any R code on whichever timepoint you like. The package was updated in order to comply to more stricter CRAN policies regarding writing to folders. Along the lines, the RStudio add-in of the ... [Read more...]

Regression Analysis Essentials For Machine Learning

March 21, 2018 | Easy Guides

Regression analysis consists of a set of machine learning methods that allow us to predict a continuous outcome variable (y) based on the value of one or multiple predictor variables (x). Briefly, the goal of regression model is to build a mathematical equation that defines y as a function of ... [Read more...]

NIMBLE webinar Friday April 13

March 20, 2018 | Chris Paciorek

We’ll be presenting a webinar on NIMBLE, hosted by the Eastern North America Region of the International Biometric Society. Details are as follows. Programming with hierarchical statistical models: An introduction to the BUGS-compatible NIMBLE system for MCMC and more Friday, April 13, 2018 11:00 a.m. – 1:00 p.m. EST Must register before ...
[Read more...]

Learning some tough lessons!

March 20, 2018 | Jamie Lendrum

It’s been a while since I’ve posted - mainly because I got myself into a mess with Git and I’ve been putting off trying to sort it out. I’ve been wanting to post about htmlwidgets for a while now, and in my naivity I thought I’... [Read more...]

Installing R and R studio

March 20, 2018 | Dominique Makowski

Guide Install R and R Studio Go here: https://cloud.r-project.org/ Download the last version for your OS Install it Go here: https://www.rstudio.com/products/rstudio/download/#download Download the right version for your OS Install it Start R studio Install the psycho package If you’ve ... [Read more...]

Multiple Versions of R

March 20, 2018 | R Views

Data scientists prefer using the latest R packages to analyze their data. To ensure a good user experience, you will need a recent version of R running on a modern operating system. If you run R on an production server – and especially if you use RStudio Connect – plan to support ...
[Read more...]

R and Docker

March 20, 2018 | David Smith

If you regularly have to deal with specific versions of R, or different package combinations, or getting R set up to work with other databases or applications then, well, it can be a pain. You could dedicate a special machine for each configuration you need, I guess, but that's expensive ... [Read more...]

Introducing tabr: guitar tabs with R

March 20, 2018 | Matt Leonawicz

This post introduces a new R package I am working on called tabr for creating guitar tablature (“tabs”) from R code. The tabr package provides programmatic music notation and a wrapper around LilyPond for creating quality guitar tablature. [Click here for original post] (in process of switching where I post ...
[Read more...]
1 4 5 6 7 8 15

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)