rOpenSci, to rstats Spanish
@rOpenSci@hachyderm.io avatar

Coworking and Office Hours next week!

Theme: R in the Wild

Tuesday June 4th 09:00 Australian Western (01:00 UTC)

Join @ernestguevarra, Tomás Zaba, Nicholus Tint Zaw, and Zython Paul Lachica and @steffilazerte

  • General coworking
  • Work on some of your own workflows
  • Explore how you might incorporate R workflows in your own work
  • Chat with Ernest and other attendees and discuss strategies for incorporating R workflows at your place of work.

https://ropensci.org/events/coworking-2024-06


@rstats

Posit, to datascience
@Posit@fosstodon.org avatar

Great News! The table contest deadline has been extended to June 14, 2024.

The Table Contest is a great way to show off your data storytelling skills with the community.

Extension - We re-announced the table contest at PyCon last week, and wanted to give everyone an extra couple of weeks.

⬡ Deadline for submissions is now June 14, 2024.
⬡ Submit at pos.it/table-contest
Learn More: https://posit.co/blog/announcing-the-2024-table-contest/

#posit #DataScience #rstats #pydata #python #julia

image/jpeg
image/jpeg
image/jpeg

smach, to rstats
@smach@masto.machlis.com avatar

The {tidylog} 📦 generates in-line additional data about your dplyr and tidyr operations. "It provides simple wrapper functions for almost all dplyr and tidyr functions, such as filter, mutate, select, full_join, and group_by." By Benjamin Elbers.

https://github.com/elbersb/tidylog

@rstats

ramikrispin, to datascience
@ramikrispin@mstdn.social avatar

(1/2) Shiny Apps for demystifying statistical models and methods 🚀

This is a cool website that explains different statistical concepts with the use of interactive Shiny Apps. Ben Prytherch made this website from the Department of Statistics at Colorado State University.

video/mp4

ramikrispin,
@ramikrispin@mstdn.social avatar

(2/2) It covers the following topics:
✅ Factorial ANOVA
✅ Mixed effect ANOVA
✅ Mixed effect with random slopes
✅ Logistic regression
✅ ANCOVA
✅ One-way ANOVA
✅ Odds ratio vs relative risk
✅ Correlation coefficient vs slope
✅ Sampling

Great use case of Shiny apps 👇🏼
https://sites.google.com/view/ben-prytherch-shiny-apps/shiny-apps

njtierney, to random
@njtierney@aus.social avatar

We are stoked to release the pkg {geotargets} version 0.1.0 on github (not CRAN yet)

https://www.njtierney.com/post/2024/05/27/geotargets-0-1-0/

The {geotargets} extends the {targets} package to work with geospatial data formats. This release provides support for {terra} formats.

It simple would not have been possible to have this package without Eric Scott @LeafyEricScott and Andrew Brown @humus_rocks - it's been a really fun project to work on together, looking forward to future iterations!

smach, to rstats
@smach@masto.machlis.com avatar

The {mrup} 📦 is an “RStudio addin for searching for all local projects and editing the most recently used project list.
“Easily open any previous project. Add projects to, or remove projects from, the recent project drop-down menu.” By John Wilson, teaching fellow at Edinburgh University
https://github.com/jmcvw/mrup
@rstats

joranelias, to random
@joranelias@mastodon.social avatar

If you are somewhere between disillusioned & enraged with the direction that StackOverflow has taken, but like me you still periodically have the “answer programming questions on the internet" itch, here's a small suggestion that I’ve found rewarding.

Follow the GitHub issues of an open source project you use a lot. I 💯 guarantee you that they periodically get issues that are just confused users asking for help, or “bug reports” that are just a simple misunderstanding of the tool…

coolbutuseless, to random
@coolbutuseless@fosstodon.org avatar

#RStats 4.4.0 now includes "%||%" in base

I've always called it the "null operator", but I'm happy to learn of a better name.

multimeric,
@multimeric@genomic.social avatar

@Mehrad Don't you mean it will return the LHS unless it's null?

Mehrad,
@Mehrad@fosstodon.org avatar

@multimeric
You are right, in the text I wrote left and right in wrong order. I now edited my toot. Thanks.

brodriguesco, to random
@brodriguesco@fosstodon.org avatar

When writing guides and documentation, I always try to write what I would have liked to have read, so here is a guide on how to contribute to from the perspective of an user:

https://b-rodrigues.github.io/rix/articles/z-contributing_to_nixpkgs.html

spcanelon, to random
@spcanelon@hachyderm.io avatar

📣 I launched my first newsletter! It's free and I'll be using it to send a little email note any time I publish a blog post, publication, talk, or project on my #quarto site.

If you're interested in getting these updates, you can sign up at https://spcanelon.substack.com/

👀 I've got some #rspatial posts in the pipeline for later this year

#rstats #rladies #QuartoPub @RLadiesGlobal @rladies_bot

stevensanderson, to programming
@stevensanderson@mstdn.social avatar
ramikrispin, to python
@ramikrispin@mstdn.social avatar

(1/4) TIL about the plotnine library- the grammar of graphics in Python 🚀

I had never heard about the Plotnine library until I came across the Posit Plotnine contest (see the link below). The plotnine is a Python implementation of a grammar of graphics based on the ggplot2 library.

#python #rstats #dataviz #DataScience #opensource

image/png
image/png

transportationtalk,
@transportationtalk@fosstodon.org avatar

@ramikrispin There's also an alternative python implementation of ggplot2, called lets-plot by JetBrains: https://github.com/JetBrains/lets-plot

ramikrispin,
@ramikrispin@mstdn.social avatar

@transportationtalk nice! it is also intercative!

smach, to rstats
@smach@masto.machlis.com avatar

New Kyle Walker tutorial: “Query the 2.35 BILLION row global buildings dataset from Overture Maps in and visualize in 3D w/deck.gl

“Learn about the open_dataset() function in R's arrow 📦, which might change your life (or at least your work with big datasets)”

https://walker-data.com/posts/overture-buildings/

@rstats

jonthegeek, to random
@jonthegeek@fosstodon.org avatar

New experimental 📦 {stbl} is now available on CRAN! https://jonthegeek.github.io/stbl/

For client packages, I want to make sure args are in the form the API expects. Other packages ({checkmate}, {vctrs}) didn't QUITE do what I want, so I https://xkcd.com/927/ 'ed it and made my own!

There's still a lot missing, and I'll likely tweak the errors to make things clearer, but it was done-enough to put it into the world. Enjoy!

Watch me push to CRAN: https://youtu.be/dN-2aQ7FyfQ

Mehrad,
@Mehrad@fosstodon.org avatar

@jonthegeek
Interesting. I was thinking about writing something similar. I was tired of writing lengthy checks for input variables.

I'll give you package a spin 👍

I quickly checked the documentation and it seems straightforward.

jonthegeek,
@jonthegeek@fosstodon.org avatar

@Mehrad it's definitely at the "good enough for my specific use cases" stage. Let me know how it goes! Feedback will definitely help move it forward!

topepo, to statistics
@topepo@fosstodon.org avatar

For model calibration (esp via logistic regression), does anyone know of a statistical investigation of the properties of the resulting calibrated predictions?

IOW, if we use predictions from one model as inputs to another model, do we know the probability distribution of the final predictions?

#statistics #rstats

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • mdbf
  • ngwrru68w68
  • modclub
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • InstantRegret
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • megavids
  • GTA5RPClips
  • tacticalgear
  • normalnudes
  • tester
  • osvaldo12
  • everett
  • cubers
  • ethstaker
  • anitta
  • provamag3
  • Leos
  • cisconetworking
  • lostlight
  • All magazines