Our free monthly webinar series is back, and the first session on 21 August – “Reports that Write Themselves: Automated Reporting with Quarto” was a fantastic success! It was wonderful to see the Jumping Rivers community grow, with so many data p...
Survivor Australia vs. The World has wrapped up, and the data is now available in the {survivoR} package. You can […]
The post Survivor Australia vs. The World is now in {survivoR} appeared first on Dan Oehm | Gradient Descending. [Read more...]
Open science has transformed how research is conducted, shared, and reused.
Yet the organisations at the heart of this transformation are often left vulnerable, underfunded, and disconnected from one another.
To move from simply surviving to truly thr... [Read more...]
Introduction
{admiralneuro} joins the family as the latest {admiral} extension package. The package supports neurological disease areas, with the initial release of version 0.1.0 focusing on Alzheimer’s disease.
The package was born out of a ...
We learnt how to assemble DNA fragments from a recently published N. meningitidis outbreak study using SKESA 🧬, practiced using BLAST for species identification and MLST for strain typing, and explored how serogroups are determined using specialized P...
Introduction
Neuroscience Extension Package for ADaM in R Asset Library • admiralneuro {admiralneuro} joins the family as the latest admiral {admiral} extension package. The package supports neurological disease areas, with the initial re...
Step-by-step guide to using nops_fix() for fixing problems that occurred during scanning written NOPS exams in R/exams.
Overview
The R/exams package provides a workflow for generating (exams2nops()), scanning (nops_sc...
Code
library(tidyverse)
library(patchwork)
library(gt)
# sysfonts::font_add_google(name = "fira code")
# showtext::showtext_auto()
knitr::opts_chunk$set(collapse = TRUE, comment = "#__", dev = "ragg_png")
In celebration of the release of {ggplot2} 4.0.0 🥳, I wanted to explore the relationships between the geometric objects (“geoms”) and statistical transformations (“stats”) that ...
An overview of essential R libraries for sports analytics with examples. Table of Contents tidyverse: Data Wrangling ggplot2: Data Visualization Shiny: Interactive Dashboards worldfootballR: Soccer Data nflfastR: NFL Play-by-Play Data Conclusion tidyverse: Data Wrangling The tidyverse is a collection of packages for data science. It includes dplyr, readr, and tidyr, ... [Read more...]
Join our workshop on Structural Bayesian Techniques for Experimental and Behavioral Economics, With applications in R and Stan, which is a part of our workshops for Ukraine series! Here’s some more info: Title: Structural Bayesian Techniques for Experimental and Behavioral Economics, With applications in R and Stan Date: Thursday, ... [Read more...]
If this post is useful to you I kindly ask a minimal donation on Buy Me a Coffee. It shall be used to continue my Open Source efforts. The full explanation is here: A Personal Message from an Open Source Contributor.
You can send me questions for...
Learning Japanese means memorizing thousands of characters, some of which look
nearly identical. I wanted a way to visualize which kanji are similar to each
other, and for once there wasn’t an R package for this, so I built one using
Claude Code for $2...
If this post is useful to you I kindly ask a minimal donation on Buy Me a Coffee. It shall be used to continue my Open Source efforts. The full explanation is here: A Personal Message from an Open Source Contributor.
You can send me questions for...
If this post is useful to you I kindly ask a minimal donation on Buy Me a Coffee. It shall be used to continue my Open Source efforts. The full explanation is here: A Personal Message from an Open Source Contributor.
You can send me questions for... [Read more...]
If this post is useful to you I kindly ask a minimal donation on Buy Me a Coffee. It shall be used to continue my Open Source efforts. The full explanation is here: A Personal Message from an Open Source Contributor.
You can send me questions for...
Clinical trials are a crucial component of the pharmaceutical industry, providing the evidence needed to demonstrate the safety, efficacy, and overall benefit of new drugs or treatments.
Clinical trials reporting, a detailed process in itself,...
Paper in a prompt creating a first draft in one prompt*
*It was a rather long prompt
I wanted to see if I could get an AI agent to complete a first draft of a paper, including data analysis, searching for references on the web and writing a complete ... [Read more...]