You can read the original post in its original format on Rtask website by ThinkR here: Signature.py: Award-Winning Application at the 2024 Shiny Contest
🏆 We are excited to announce that {signature.py} is the grand winner of the 2024 Shiny Contest in the category ‘Best Shiny Application with Python’! This year, ...
Holi 2016-01 – CC-BY-NC-ND by Rajesh Pamnani
Day 22 of 30DayMapChallenge: « 2 colours » (previously).
Just a joke…
Config
library(dplyr)
library(rnaturalearth)
library(ggplot2)
library(glue)
Data
Data from Natur...
Are you new to Linux and looking to learn the basics of text editing? Look no further than VI (or VIM), the ubiquitous text editor that comes pre-installed on nearly every Linux distribution. While it may seem intimidating at first with its uniq...
I’m thrilled to introduce the biggest maestro update yet. DAGs! A DAG (directed acyclic graph) in the context of data pipelines is when you have data processing steps that connect into other steps until a final step is reached. Almost all data o... [Read more...]
About the authors
John Mount is a data scientist based in San Francisco, with 20+ years of experience in machine learning, statistics, and analytics. He is the co-founder of the data science consulting firm Win-Vector LLC, and (with Nin... [Read more...]
In a recent post I have shown that we can build linear combinations of model parameters (see here ). For example, if we have two parameter estimates, say Q and W, with standard errors respectively equal to \(\sigma_Q\) and \(\sigma_W\), we can build...
In our research work, we usually fit models to experimental data. Our aim is to estimate some biologically relevant parameters, together with their standard errors. Very often, these parameters are interesting in themselves, as they represent means,... [Read more...]
Ciclista atropellado – CC-BY by Nicanor Arenas Bermejo
Day 20 & 21 of 30DayMapChallenge: « OpenStreetMap » and « Conflict » (previously).
Mapping the accidents between bicycles and cars in 2023 in France. We have had a few sad accidents recently showing a growing attention on cyclist security and the conflicts on the road.
We’ll use the Annual ...
By Fenne RiemslaghWe had the pleasure of sitting down with Kirsten Bulsink, a data scientist at the Dutch National Institute for Public Health and the Environment (RIVM). Our discussion covered her journey from pandemic response to R-package developmen...
Introduction
As an R programmer, you often need to compare two columns within a data frame to identify similarities, differences, or perform various analyses. In this comprehensive guide, we’ll explore several methods to compare two columns in ...
Introduction
Since my last entry on this blog, the landscape of data science has
been massively disrupted by the advent of large language models (LLM).
Areas in data science such as text mining and natural language
processing have been revolutionis... [Read more...]
What is the Wald Test, a method used to test the significance of individual regression coefficients, and how can it transform your regression analysis in R?
Have you ever wondered how to assess the significance of specific predictors in your regression model or decide if a variable should remain in ...
This is reposted from the original at https://blog.stephenturner.us/p/expand-your-bluesky-network-with-r.---I’m encouraging everyone I know online to join the scientific community on Bluesky.Bluesky for ScienceStephen Turner·Nov 16Read full ...
As a beginner C programmer, understanding conditional logic and small change operators is essential for writing efficient and dynamic code. In this in-depth guide, we’ll explore the power of the conditional operator (?:), increment (++), and dec...
era v0.5.0 is now available on CRAN:
install.packages("era")
This minor release adds functions for chronological ordering (yr_sort()) of year vectors:
# Forward-counting era:
x # CE years [Read more...]
Introduction
The Vendée Globe 2024 is well under way!
I wanted to see if I could try a map of the skippers with R.
Follow this tutorial if you’d like to try it for yourself!
Getting the data
The skipper’s standings and coordinates (among o...
Join our workshop on Crafting Custom and Reproducible PDF Reports with Quarto and Typst in R, which is a part of our workshops for Ukraine series! Here’s some more info: Title: Crafting Custom and Reproducible PDF Reports with Quarto and Typst in R Date: Thursday, December 19th, 18:00 – 20:00 CEST (Rome, ... [Read more...]
You can read the original post in its original format on Rtask website by ThinkR here: You’ve Been Waiting for Native Mobile Apps with R? The Wait Is Over.
webR, and the next generation of app with R For the past couple of months, I’ve been sharing how ...
Introduction
Combining vectors is a fundamental operation in R programming. As an R programmer, you’ll often need to merge datasets, create new variables, or prepare data for further processing. This comprehensive guide will explore various met...