R-Ladies Bot
banner
rladies-bot.bsky.social
R-Ladies Bot
@rladies-bot.bsky.social
Sharing content by R-Ladies and promoting greater diversity in the #rstats community 💜


[still experimental]

Let's meet @apreshill.com ⭐️

✨ Director of Product at Anaconda
✨ PhD in #Psychology
✨ Avid #OSS contributor (#rstats, #data 🐧)
✨ Promotes gender diversity in #rstats (#rladies 💜)
✨ And more!

🔗 https://www.apreshill.com/

#amazingwomenintech#womenalsoknow#impactthefuture
Image of Alison Presmanes Hill
Image of Alison Hill (a brown-haired person wearing a green sweater). The image has a darker background with Northern lights and a night sky also showing one-liner of lemons (for Hugo Apéro) and penguins (for palmerpenguins).
raw.githubusercontent.com
November 5, 2025 at 11:29 AM
📝 'Many similar models - Part 2: Automate model fitting with purrr::map() loops'

👤 Ariel Muldoon

📖 Unlock efficiency: `purrr::map()` for many R models!

🔗 https://aosmith.rbind.io/2019/07/22/automate-model-fitting-with-loops/

#rladies#rstats#oldiebutgoodie
August 30, 2025 at 7:18 AM
📝 'Septimo Encuentro. Aprendiendo a Programar en 30 lecciones'

👤 Yanina Bellini Saibene (@yabellini.bsky.social)

📖 **Datos: su visualización revela patrones y nuevas preguntas.**

🔗 https://yabellini.netlify.app/blog/2024_aprendiendoaprogramar/07-aprendiendo-a-programar/

#rladies#rstats
August 30, 2025 at 7:18 AM
📝 'Diagnostics for Simple Linear Models'

👤 Steffi LaZerte

📖 Linear model assumptions & cautions: diagnose with R!

🔗 https://steffilazerte.ca/posts/diagnostics-lm/

#rladies#rstats#oldiebutgoodie#stats#lm#vif#normality#diagnostics#residuals#cooksd#r
August 30, 2025 at 7:18 AM
📝 'Sales Predictions Kaggle Competition September 2022'

👤 Sabrina Schalz (@sabrinaschalz.bsky.social)

📖 Cracking book sales: Python prediction for 6 countries.

🔗 https://sabrinaschalz.wordpress.com/2022/12/10/sales-predictions-kaggle-competition-september-2022/

#rladies#rstats#oldiebutgoodie
August 30, 2025 at 7:17 AM
📝 '¡Auxilio! Tengo datos cuantitativos, ¿y ahora qué hago? (Parte 2)'

👤 Macarena Quiroga

📖 Guía R: Media, Mediana, Moda. ¡Domina tus datos numéricos!

🔗 https://macarenaquiroga.com/post/auxilio-tengo-datos-cuantitativos-y-ahora-qu-hago-parte-2/

#rladies#rstats#oldiebutgoodie
August 30, 2025 at 7:17 AM
📝 'To downsample imbalanced data or not, with #TidyTuesday bird feeders'

👤 Julia Silge (@juliasilge.com)

📖 Imbalanced data: Does downsampling predict squirrel visits?

🔗 https://juliasilge.com/blog/project-feederwatch/

#rladies#rstats#oldiebutgoodie
August 30, 2025 at 7:17 AM
📝 'Creating a dataset from an image using reticulate in R Markdown'

👤 Isabella Velásquez (@ivelasq3.bsky.social)

📖 R Markdown + Python: Make a gorilla dataset from an image!

🔗 https://ivelasq.rbind.io/blog/reticulate-data-recreation/

#rladies#rstats#oldiebutgoodie#tutorial
August 30, 2025 at 7:17 AM
📝 'How Quarto embed fixes data science storytelling'

👤 Emily Riederer

📖 Quarto embed: Craft impactful, reproducible data stories.

🔗 https://emilyriederer.com/post/quarto-comms/

#rladies#rstats#workflow#quarto#rmarkdown
August 30, 2025 at 7:17 AM
📝 'n_letter_words and a personal (publicly available) package'

👤 Ella Kaye (@ellakaye.co.uk)

📖 R's `n_letter_words` function creates unique words. Try `EMK`!

🔗 https://ellakaye.co.uk/posts/2017-06-17_n-letter-words/

#rladies#rstats#oldiebutgoodie#r#packagedevelopment
August 30, 2025 at 7:16 AM
📝 'Iterative visualizations with ggplot2: no more copy-pasting'

👤 Elena Dudukina

📖 Tired of copy-pasting? Tidy eval optimizes iterative ggplot2.

🔗 http://www.elenadudukina.com/post/iterative-ggplotting/2021-06-20-iterative-plotting/

#rladies#rstats#oldiebutgoodie
August 30, 2025 at 7:16 AM
Reposted by R-Ladies Bot
R-Ladies Philly 🔔 is thrilled to have @zabore.bsky.social ✨ present "An Introduction to Survival Analysis in R" on Tues, Dec 17. We hope you can join us! 🤗 https://buff.ly/3OAUxhZ #rstats #rladies
Lunch & Learn: An Introduction to Survival Analysis in R, Tue, Dec 17, 2024, 12:00 PM | Meetup
This talk will provide a general introduction to survival analysis in R. After introducing the concept of and need for survival analysis methods, we will first discuss how
buff.ly
December 3, 2024 at 8:01 PM
Reposted by R-Ladies Bot
📝 "Tune an xgboost model with early stopping and #TidyTuesday childcare costs"

👤 Julia Silge (@juliasilge.com)

📖 Predict US childcare costs? XGBoost & early stopping unlock the answer!

🔗 https://juliasilge.com/blog/childcare-costs/

#rladies#rstats#oldiebutgoodie
July 30, 2025 at 7:31 AM
Reposted by R-Ladies Bot
📝 "Tidy your mental models"

👤 Alison Hill

📖 Refine your thinking! Tidymodels lessons learned.

🔗 https://www.apreshill.com/talk/2022-rug-mskcc/

#rladies#rstats#oldiebutgoodie
April 24, 2025 at 7:22 AM
Reposted by R-Ladies Bot
🧵Hi #RLadies and R friends! Have you built a package?

I started writing my own functions when I noticed I was copying the same code over and over. Eventually, I wrapped some of them into a package — just for myself.

Now I’m learning how to turn my code into tools others can actually use. 📦💜
July 15, 2025 at 1:11 PM
Reposted by R-Ladies Bot
📝 "Introduce yourself online with blogdown & Hugo Apéro"

👤 Alison Hill

📖 Build your own website! Learn R Markdown, blogdown, & Hugo. Easy deployment included.

🔗 https://www.apreshill.com/talk/2021-iyo-tunis/

#rladies#rstats#oldiebutgoodie
July 16, 2025 at 7:24 AM
Reposted by R-Ladies Bot
📝 "Publish a Quarto project using GitHub Pages+GitHub Actions in 6 minutes (no need to render locally!)"

👤 Melissa Van Bussel

📖 Publish Quarto projects on GitHub Pages via GitHub Actions – effortlessly & free!

🔗 https://www.youtube.com/watch?v=arzBRW5XIkg

#rladies#rstats
June 12, 2025 at 7:22 AM
Reposted by R-Ladies Bot
En un ratito voy a estar con #rladies Santa Rosa y Resistencia-Corrientes para contarles como desarrollar un paquete de R, como @rOpenSci te puede ayudar y en particular como podes aplicar a nuestro programa de campeon(e|a)s.

+ Slides […]
Original post on fosstodon.org
fosstodon.org
April 23, 2025 at 6:48 PM
Reposted by R-Ladies Bot
Today's #tidytuesday data was from Netflix, curated by Jen Richmond from RLadies-Sydney #Rladies

Simple line graph where I got to practice re-formatting the axes and adding an annotation with a time-series x-axis :)
July 29, 2025 at 4:52 PM
📝 "Too much git cleaning"

👤 Athanasia Monika Mowinckel (@drmowinckels.io)

📖 Master Git: Undo mistakes, recover lost work! Simple solutions inside.

🔗 https://drmowinckels.io/blog/2024/git-clean-woes/

#rladies#rstats
August 28, 2025 at 7:21 AM
📝 "Introduce yourself online"

👤 Alison Hill

📖 Build your own website with RStudio & GitHub! Learn to share your work & boost your presence.

🔗 https://www.apreshill.com/talk/2021-rstudio-global/

#rladies#rstats#oldiebutgoodie
August 28, 2025 at 7:21 AM
Reposted by R-Ladies Bot
🌟 Just posted:
A fantastic talk from @liomys.mx 💜 on how R users can harness the power of #LLMs!

Hosted by R-Ladies Gaborone 🌍
🎥 Watch: youtu.be/0WsF4XcIhYI
📚Inspired by his website guide: luisdva.github.io/llmsr-book/

#RStats #LLMs #RLadies #DataScience
R-Ladies Gaborone (English) - LLM Tools in the R Space with Luis D Verde Aggregoitia
YouTube video by R-Ladies Global
youtu.be
June 30, 2025 at 8:39 PM
Reposted by R-Ladies Bot
This week's #RLadies curator is @jformoso.bsky.social 🥳
July 13, 2025 at 5:14 PM
Reposted by R-Ladies Bot
Join us for the R-Ladies Networking Event at useR! 2025

Friday, August 8 at 6:30 PM | Gross Hall Room 103, Duke University.
Come say hi, meet members, discover local chapters, and explore how to get involved.
More details here: user2025.r-project.org/additional/r...

#useR2025 #rladies
August 8, 2025 at 4:16 PM
Reposted by R-Ladies Bot
📝 "More exploratory plots with ggplot2 and purrr: Adding conditional elements"

👤 Ariel Muldoon

📖 Automate ggplot2 plots with conditional elements using `purrr` for efficient exploratory data analysis.

🔗 https://aosmith.rbind.io/2019/09/27/more-exploratory-plots/

#rladies#rstats#oldiebutgoodie
August 20, 2025 at 7:21 AM