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...]

simulating signed mixtures

February 1, 2024 | xi'an

While simulating from a mixture of standard densities is relatively straightforward, when the component densities are easily simulated, to the point that many simulation methods exploit an intermediary mixture construction to speed up the production of pseudo-random samples from more challenging distributions (see Devroye, 1986), things get surprisingly more complicated when ...
[Read more...]

Group By Maximum in R

February 1, 2024 | R Archives » Data Science Tutorials

The post Group By Maximum 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 Mzximum In R programming, the group_by() function is used to group data based on one or more variables. The ... [Read more...]

How to Make Your Shiny App Beautiful

February 1, 2024 | Jakub Chojna

Shiny apps are very often used for quick prototyping and proof of concept. However, if you want to use a Shiny app in production and make it attractive to the users, you need to make sure that the app is not only functional but also visually appealing and efficient. When ...
[Read more...]
1 33 34 35 36 37 2,117