January 2022

A Comparative Review of the R-Instat GUI for R

January 24, 2022 | Bob Muenchen

by Robert A. Muenchen Introduction R-Instat is a free and open source graphical user interface for the R software that focuses on people who want to point-and-click their way through data science analyses. Written in Visual Basic, it is currently only available for Microsoft Windows. However, a Linux version is ...
[Read more...]

Notes on Github

January 23, 2022 | R on Harshvardhan

RStudio Using Github is the popular method of version control in RStudio. I have struggled with managing Github with RStudio. In this section, I will put together pieces from different sources to fix your issues or get started with it. Sta...
[Read more...]

December 2021: “Top 40” New CRAN Packages

January 23, 2022 | R Views

One hundred thirty-four new packages made it to CRAN last December. Here are my “Top 40” picks in eight categories: Data, Genomics, Machine Learning, Medicine, Science, Statistics, Utilities, and Visualization. Data aurin v0.5.1: Implements an API for AURIN, Australia’s largest resource for accessing clean, integrated, spatially enabled and research-ready data ...
[Read more...]

Automatic differentiation in R with Stan Math

January 23, 2022 | R-bloggers | A Random Walk

Introduction Automatic differentiation Automatic differentiation (AD) refers to the automatic/algorithmic calculation of derivatives of a function defined as a computer program by repeated application of the chain rule. Automatic differentiation plays an important role in many statistical computing problems, such as gradient-based optimization of large-scale models, where gradient calculation ...
[Read more...]

Introducing scale model in greybox

January 23, 2022 | Ivan Svetunkov

At the end of June 2021, I released the greybox package version 1.0.0. This was a major release, introducing new functionality, but I did not have time to write a separate post about it because of the teaching and lack of free time. Finally, Christmas has arrived, and I could spend several ...
[Read more...]

Predicting future recessions

January 21, 2022 | jb.hasse

Even if this sounds incredible, yes, we can predict future recessions using a couple of time series, some simple econometric models, and … R !  The basic idea is that the slope of the yield curve is somewhat linked to the probability of future recessions. In other words, the difference between the ...
[Read more...]

Using the Local Dialect to Teach R Programming

January 21, 2022 | R Consortium

Tell us about yourself My name is Dattijo Murtala Makama, I am currently working as a Senior Software Engineer at the National Center for Artificial Intelligence and Robotics (NCAIR). I... The post Using the Local Dialect to Teach R Programming appeared first on R Consortium.
[Read more...]

{emayili} Message Templates

January 20, 2022 | R - datawookie

Services like Mailchimp and MailerLite make it easy to create stylish email campaigns. Their templating tools allow you to create elegant HTML messages which are personalised to the recipient. Wouldn’t it be cool if you could do something similar when sending emails from R? Well, with the latest version ...
[Read more...]

Reduce Dependency Hell: from testthat to tinytest

January 20, 2022 | Avi

For my handful of followers, you may have noticed something strange. Over the past two days, I released updates to all four of my packages on CRAN. I decided to practice what I preach and actively reduce dependency hell by moving from testhat to tinytest. I have been programming for ...
[Read more...]

{emayili} Sending Email from Shiny

January 19, 2022 | R - datawookie

The {emayili} package for sending emails from R works well within a Shiny app. You just need to set it up right. I’ve added a simple demonstration script to the latest version of {emayili}. You’ll find it in the inst/shiny/send-message directory. Setup Probably the easiest way ...
[Read more...]

The Basics of R (in Spanish!)

January 19, 2022 | R on R (for ecology)

(¿Quieres más detalles sobre el curso en español? Desplázate hacia abajo.) Hello everyone! This blog post is a bit different from usual posts in that I’d like to make a very exciting announcement about an upcoming course launch. Part of my vision...
[Read more...]

The robustness of food webs to species extinctions

January 19, 2022 | Frederico Mestre

The study of food webs is very relevant, considering the role these networks have in describing the transfer of energy and matter in the ecosystem (Thompson et al. 2012). As such, the evaluation of the robustness to species extinctions is an important step in any analysis evaluating food web stability. The ...
[Read more...]
1 2 3 4 5 8

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)