May 2020

Covid Death Rates: Is the data correct?

May 6, 2020 | sam

Getting correct data on covid-19 cases is important to obtain up-to-date information on how the disease is progressing. It's also necessary create models and make accurate forecasts.  However, I'm starting to think most of the charts we see for covid cases over time are incorrect. The reason is these datasets ...
[Read more...]

A roadmap for getting started with R

May 5, 2020 | Oscar

Some folks at work expressed an interest in how to get started learning R. There are lots of resources out there, but I thought I’d share with you what I shared with them as a pathway that I followed that’s working out well for me. You don’t ...
[Read more...]

AzureQstor: R interface to Azure Queue Storage now on GitHub

May 5, 2020 | Hong Ooi

This post is to announce that the AzureQstor package is now on GitHub. AzureQstor provides an R interface to Azure queue storage, building on the facilities provided by AzureStor. Queue Storage is a service for storing large numbers of messages, for example from automated sensors, that can be accessed remotely ... [Read more...]

Helping R Community Events Go Virtual

May 5, 2020 | R Consortium

The R Consortium helps provide all sorts of resources to projects, companies, and events to help build R infrastructure and expand the R community. We have given out grants over... The post Helping R Community Events Go Virtual appeared first on R Consortium.
[Read more...]

Create variables through assignments

May 5, 2020 | Quantargo Blog

Usually you want to store vectors and other objects into variables so you can work with them more easily. Variables are like a box with a name. You can then refer to the name to see what is stored inside. Learn how to create a variable Use variables to store ...
[Read more...]

Time series with ARIMA and RNN models

May 4, 2020 | Modeling with R

Introduction Data preparation ARIMA model RNN model Reshape the time series Model architecture Model training Prediction results comparison Conclusion Further reading Introduction The classical methods for predicting univariate time series are ARIMA models (under linearity assumption and provided that the non stationarity is of type DS) that use the autocorrelation ...
[Read more...]

Creating a data.table from C++

May 4, 2020 | Rcpp Gallery

Introduction Rcpp provides the DataFrame class which enables us to pass data.frame object between C++ and R. DataFrame objects are key to R and used very widely. They also provide the basis from which two key packages extend them. One of these, the tibble package, operates in a similar ... [Read more...]

Still hand-crafting your Rdoc files?

May 4, 2020 | Neonira

[1] If your still hand-crafting your R documentation files, then you face a time consuming activity. Trying to foresee time needed to get a documentation to an expected quality level stays a real challenge. The generic process to create an R docum...
[Read more...]
1 13 14 15 16 17

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)