a colorful background with the words " the more you know " and a star
ALT: a colorful background with the words " the more you know " and a star
A little known fact is that RStudio rendering is powered by usersβ electromagnetic fields (i.e., βgood vibesβ) and the exodus to Positron has severely limited its ability to compile code. #rstats
05.08.2025 11:48 β π 9 π 1 π¬ 1 π 0
Remember this #rstats post? I wasn't the only one talking about it & the tidyverse team was listening π #databs
New #dplyr functions? They're looking for feedback!!
π€ replace_when, recode_values, replace_values
π Read this:
github.com/tidyverse/ti...
π£οΈ Comment on PR:
github.com/tidyverse/ti...
04.08.2025 17:30 β π 50 π 13 π¬ 4 π 2
We Need to Talk About Pedocon Theory
The connection between Donald Trump and Jeffrey Epstein is no accident, but reveals a deep logic at the heart of reactionary politics.
I think pedocon theory is right. Itβs empirically adequate, parsimonious, fits within a broader theoretical framework, and has immense explanatory breadth and depth www.liberalcurrents.com/we-need-to-t...
29.07.2025 11:10 β π 76 π 27 π¬ 2 π 1
I am such a sucker for frivolous uses of AI. Here's an anthem for the tidyverse: suno.com/s/iVMVs4IoyA...
11.07.2025 20:35 β π 10 π 2 π¬ 3 π 1
Modules + Claude code for simple but labor intensive edits across files
12.07.2025 11:28 β π 0 π 0 π¬ 0 π 0
Very cool to see authors of this article mentioning the importance of sharing project-, data-, AND variable-level documentation alongside data in a repository, and linking to the templates I've provided on OSF as an example! π
doi.org/10.1515/ling...
08.07.2025 19:05 β π 29 π 7 π¬ 2 π 0
Tbh I relate to that big yellow spike of with mad uncertainty around age 30. π€£
08.07.2025 12:27 β π 2 π 0 π¬ 0 π 0
As a data manager, good documentation not only helps me do my job better, but also helps me annoy you less! π
Good documentation about inclusion criteria, READMEs about oddities in the data, consort diagrams and tracking to explain missing data, and so on, are all ways to ensure I bug you less! πππ
27.06.2025 17:46 β π 22 π 2 π¬ 0 π 1
I think if youβre curious and truly care about problem solving you might have a ~temporary~ feeling of closure or a premature commit. But you will keep iterating (opening/closing) as you explore the problem space and how it works, validate the throughput, and improve the methods. Stay curious!
19.06.2025 13:57 β π 3 π 0 π¬ 0 π 0
So cool! Any intros or docs planned for helping people familiar with the futureverse make the leap to marai?
14.06.2025 10:56 β π 1 π 0 π¬ 0 π 0
Functional Programming Tools
A complete and consistent functional programming toolkit for R.
Bleeding edge update for the #tidyverse purrr package with even more seamless #rstats parallel maps.
Introducing our shiniest new adverb: `in_parallel()`. Just wrap your function to take advantage of blazing fast parallel processing via mirai.
pak::pak("tidyverse/purrr")
purrr.tidyverse.org/dev/
13.06.2025 15:32 β π 103 π 32 π¬ 6 π 1
Prior Predictive Checks with marginaleffects and brms β Vincent Arel-Bundock
One cool thing you can/should do is sample from priors only, and plot the distribution of the actual quantity of interest (ex: risk ratio). I find this very useful. This is actually super easy with brms. arelbundock.com/posts/margin...
12.06.2025 21:52 β π 21 π 2 π¬ 1 π 0
The worst is when you write in active voice and then someone tries to edit all of it back into passive. Old habits die hard and the good fight continues.
04.06.2025 12:41 β π 1 π 0 π¬ 1 π 0
You could use surveydown and provide the LLM with the package docs
31.05.2025 13:21 β π 1 π 0 π¬ 1 π 0
screenshot of a code editor showing the following R code:
library(quantmod)
library(ggplot2)
library(lubridate)
startYear <- 2015
startDate <- paste0(startYear, '-01-01')
getSymbols(c('spy', 'btc-usd'), from= startDate)
# function factory that creates a scale function that only shows valid years.
# try to keep code that could change in here!
make_valid_year_scale_function <- function(start_year){
function(){
list(
scale_x_continuous(breaks = seq(start_year, Sys.Date() |> year(), 1)),
theme(panel.grid.minor.x = element_blank()) # use function after other theme funcs
)
}
}
# this makes it so I can add scale_x_valid_years() to any plot
scale_x_valid_years <- make_valid_year_scale_function(startYear)
Here's a functional programming trick for #rstats that I wish I started using sooner:
if you need a #ggplot2 scale to be reusable across multiple plots and dynamically configurable without relying on global state, consider using a function factory (a function that returns a function) to build it
29.05.2025 23:36 β π 36 π 6 π¬ 6 π 0
shikokuchuo{net}: mirai 2.3.0
Advancing Async Computing in R
mirai - minimalist async framework for #RStats - released as an 'r-lib' package.
Blog post: Advancing Async Computing in R.
shikokuchuo.net/posts/26-mir...
mirai provides event-driven async for #RShiny and parallel processing for purrr #tidyverse.
Really excited to be working on this at Posit!
23.05.2025 14:11 β π 64 π 19 π¬ 1 π 0
Restoring Gold Standard Science
By the authority vested in me as President by the Constitution and the laws of the United States of America, including section 7301 of title 5, United
tl;dr β this EO co-opts the language of open science to implement a system of political control wherein presidential appointees are given broad latitude to designate any number of reasonable scientific activities and inferences as scientific misconduct, and to penalize those involved accordingly.
24.05.2025 21:27 β π 2498 π 1078 π¬ 103 π 109
There's so much polarization around LLMs. They are way overhyped, I agree. But I also use them semi-regularly now.
Here's a thread of genuine use cases where I find them helpful. Please add your own!
20.05.2025 19:51 β π 95 π 22 π¬ 7 π 13
Playing around with satellite imagery of #madison to make some office art. #Rstats
18.05.2025 13:24 β π 5 π 1 π¬ 0 π 0
β¨Use llms from #rstats with ellmer β¨Version 0.2.0 is on CRAN now. No blog post yet because I'm about to go on vacation, but in the meantime you can check out the release notes: github.com/tidyverse/el....
18.05.2025 14:13 β π 69 π 14 π¬ 3 π 0
The kind of Friday morning content I needed to see. β€οΈ
16.05.2025 11:35 β π 14 π 1 π¬ 0 π 0
Text: posit conf 2024 Virtual Tickets Available, Atlanta, September 16-18. A drawing outline of the Atlanta skyline and abstract cubes.
Registration for the posit::conf(2025) virtual experience is now open!
Join us virtually, Sept 16β18, and access live-streamed keynotes and 100+ talks, on-demand recordings, Q&A sessions, and our virtual networking platform.
Learn more in the blog post: posit.co/blog/posit-c...
#RStats #Python
15.05.2025 14:59 β π 21 π 17 π¬ 1 π 2
Changelog
In case you missed it, we recently updated some of our packages, including many new features (again) in the #rstats #easystats {modelbased} package:
easystats.github.io/modelbased/n...
The last weeks we were working a lot on improving support and performance for Bayesian models and especially
15.05.2025 18:10 β π 14 π 5 π¬ 1 π 0
Donβt forget you can distinct_all() which avoids this problem if youβre looking to filter completely duplicate rows
15.05.2025 11:40 β π 4 π 0 π¬ 1 π 0
I'm still thinking about my favorite quote from the Posit Data Science Hangout today. It perfectly sums up what I hope I provide to the researchers I work with: a trusted partner, who is there to support them in their work.
Earn a reputation for being a good person to work with
- Cara Thompson
08.05.2025 18:58 β π 25 π 5 π¬ 0 π 0
Data science = made with β€οΈ
Data science = made with sugar, spice, and everything nice π€·πΌββοΈ
Weβll get there someday π
08.05.2025 11:37 β π 2 π 0 π¬ 0 π 0
Content strategist and events management. Executive Director for the R Consortium #rstats. www.randomactsoftourism.com All posts are my own.
Fire department data analyst, hockey coach and old man grad student. #Rstats #dataviz #SeaKraken #PWHLSeattle
Clinical Psychology PhD student at Louisiana State University conducting research in suicide, SGM pops, and military pops. Former research coordinator at University of Pittsburgh, Minneapolis native, views are my own
LEGO, dinosaur, and data science nerd.
Biostatistician @ L-BioStat π§πͺ | PhD in Experimental DesignβοΈ
Helping researchers from trial design to data analysis #RStats #Statistics
Just a huge nerd with an abnormal love for methods, analysis, and trauma research. Creator of NFTI, STAT, award-winning data validation software, and hopefully other helpful things.
Ecology, evolution, epidemiology, statistics (mixed models). McMaster University, Hamilton, Ontario
I work in statistics and AI. Consultant, teacher, researcher. #Rstats user.
Book: https://modernstatisticswithr.com
Homepage: https://mansthulin.se
Co-founder of https://aireview.se
Epidemiologist and psychologist. Believes equitable care is both ethically necessary and cost-effective. Also likes good food
Started with lasers and nonlinear optics, now with biomedical informatics, data and statistics in health sciences.
Research in #Metaresearch, #rheumatology and #publichealth at HUG and University of Geneva.
#Rstats ninja, #Openscience
Undistinguished scientist
Co-Founder of @jumpingrivers.com
ocean and fisheries @emlab.ucsb.edu
co-organizer @rladiessb.bsky.social
hire me as a data scientist! PhD in Stats, recently ex Cisco. clustering, classification, #rstats. Personal: Eastern Orthodox, chess, Esperanto, battling cosmic evil. he/his, #BLM email: gzt at uchicago dot edu
Local historian, bike rider, and #RStats developer. Planner for Baltimore city. Poster at @elipousson@dads.cool
Senior Researcher in Infectious Disease Modelling @rivm-nl.bsky.social | Organizer @rladiesamsterdam.bsky.social | Crazy dog lady πΆ π (she/her)
Website: https://kylieainslie.github.io/
LinkedIn: https://www.linkedin.com/in/kylieainslie
#rstats #rladies
Laravel developer, data scientist, and accessibility advocate
π TALL stack | PostGIS
π R + Tidyverse | Shiny
NH, USA | Clemson University alum (Poli Sci)
DM for freelance/consulting availability or to chat about whatever!
https://kraieski.dev