February 2024

Level Up Your R/Shiny Team Skills – Download Ebook

February 6, 2024 | Appsilon

Are you ready to take your R/Shiny skills to the next level? Whether you’re a seasoned developer or just starting your journey, we have the perfect opportunity for you to enhance your team’s collaboration, efficiency, and overall effectiveness in building stunning Shiny applications. Join us for our ...
[Read more...]

Group By Minimum in R

February 6, 2024 | R Archives » Data Science Tutorials

The post Group By Minimum in R appeared first on Data Science Tutorials Unravel the Future: Dive Deep into the World of Data Science Today! Data Science Tutorials. Group By Minimum in R, the GROUP BY clause is used in combination with aggregate functions such as MIN(), MAX(), SUM() etc. ... [Read more...]

Getting marine polygon maps in R

February 5, 2024 | A.M. Barbosa

Another frequent question of my students is how to obtain a polygon map of the seas and oceans, rather than the land polygons (countries, etc.) that are commonly imported with R spatial data packages. You can mostly just use the … Continue reading →
[Read more...]

The Benefits of data.table Syntax

February 5, 2024 | Tyson Barrett

Among the many reasons to use data.table in your code (which includes the more common answers of speed, memory efficiency, etc.) is the syntax. The syntax is concise, predictable, and R-centric. In this post, I’d like to show how these features... [Read more...]

The Benefits of data.table Syntax

February 4, 2024 | Tyson Barrett

Among the many reasons to use data.table in your code (which includes the more common answers of speed, memory efficiency, etc.) is the syntax. The syntax is concise, predictable, and R-centric. In this post, I’d like to show how these feature...
[Read more...]

new programming with data.table

February 4, 2024 | HighlandR

The newest version of data.table has hit CRAN, and there are lots of great new features. Among them, a %notin% function, a new let function that can be used instead of := ( I wasn’t too fussed about this originally but have tried it a few ti... [Read more...]

Version 1.1.0 of NIMBLE released

February 4, 2024 | Chris Paciorek

We’ve released the newest version of NIMBLE on CRAN and on our website. NIMBLE is a system for building and sharing analysis methods for statistical models, especially for hierarchical models and computationally-intensive methods (such as MCMC,Laplace approximation, and SMC). This release provides new functionality as well as various ...
[Read more...]

Correlation heat maps with {ggplot2}

February 3, 2024 | Albert Rapp

Correlation heat maps are pretty easy to create with {ggplot}. But there are some things you have to watch out for. For example, ggplot doesn’t use the correct colors for such a chart by default. In this blog post, I show you how to create a cor...
[Read more...]

more .I in data.table

February 2, 2024 | HighlandR

Following on from my last post, here is a bit more about the use of .I in data.table. Scenario : you want to obtain either the first, or last row, from a set of rows that belong to a particular group. For example, for a patient admitted to ... [Read more...]

Natalia Andriychuk on RUGs, Pfizer R Center of Excellence, and Open Source Projects: Fostering R Communities Inside and Out

February 2, 2024 | R Consortium

The R Consortium recently talked with Natalia Andriychuk, Statistical Data Scientist at Pfizer and co-founder of the RTP R User Group (Research Triangle Park in Raleigh, North Carolina), to get... The post Natalia Andriychuk on RUGs, Pfizer R Center of Excellence, and Open Source Projects: Fostering R Communities Inside and ...
[Read more...]

Big Book of R at 400 [New milestone!]

February 2, 2024 | Oscar

Drumroll please……………….!!!!! With the addition of these 7 new books, the collection now stands at over 400 entries of (mostly) free R books! Many thanks to Markus Gesmann, Jacobus, Max Cotera, Luis, Olivier Leroy and Gary for their latest contributions. This a truly a one-of-a-kind resource. I want to give … The post ...
[Read more...]
1 5 6 7 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)