stevensanderson, to random
@stevensanderson@mstdn.social avatar

Exciting news! 🚀 TidyDensity version 1.4.0 is here.

  • Quantile normalization to handle skewed data distributions
  • Duplicate row detection for improved data quality
  • Chi-square distribution parameter estimation made easy
  • Markov Chain Monte Carlo (MCMC) sampling for advanced analysis
  • AIC calculations for model selection

#DataAnalysis #RStats #TidyDensity R #RProgramming #Probability #tidy #tidyverse

I will do tutorials of new functionality during the week.

Post: https://www.spsanderson.com/steveondata/posts/2024-04-29/

Posit, to python
@Posit@fosstodon.org avatar

What we’ve all been waiting for - the full agenda for posit::conf(2024) is officially live!

You won’t want to miss out on this jam-packed lineup! Here’s what you can expect:

✨ Four keynote sessions
✨ 26 all-day workshops
✨ 24 breakout sessions
✨ Three evening networking events
✨ All-day lounge access with scheduled demos and time with the Posit team and partners
✨ Hours of opportunities to connect with your peers!

🔗 See the full agenda: https://reg.conf.posit.co/flow/posit/positconf24/publiccatalog/page/publiccatalog?search=&tab.day=20240811

stevensanderson, to programming
@stevensanderson@mstdn.social avatar
Posit, to random
@Posit@fosstodon.org avatar

We’re most pleased to announce the release of dbplyr 2.5.0!

dbplyr is a database backend for dplyr that allows you to use a remote database as if it were a collection of local data frames. dbplyr 2.5.0 introduces succinct new syntax for literal table identifiers.

Learn more on the tidyverse blog: https://www.tidyverse.org/blog/2024/04/dbplyr-2-5-0/

#RStats #Databases #SQL #tidyverse

stevensanderson, to RegEx
@stevensanderson@mstdn.social avatar

I decided to make a blog post out of a problem I worked on a day or two ago and thankfully I was also pointed to another solution from @embiggenData which worked well too.

#R

Post: https://www.spsanderson.com/steveondata/posts/2024-04-12/

image/png
image/png

Posit, to random
@Posit@fosstodon.org avatar

We’re thrilled to announce dplyr powered by DuckDB: duckplyr 🎉

A collaboration between the dplyr project team at Posit, cynkra, and DuckDB, duckplyr is a powerful new option that marries the user-friendly dplyr syntax with the execution capabilities of DuckDB.

Learn more: https://posit.co/blog/duckplyr-dplyr-powered-by-duckdb/

#tidyverse #RStats #duckdb #sql #dplyr

stevensanderson, to FunctionalProgramming
@stevensanderson@mstdn.social avatar

The map() function applies a function across vectors, lists, or data frames efficiently. Syntax: map(.x, .f, ...) where .x is data, .f is function, ... for extra args. Examples: square vector elements via ~.x^2, get means of column across list of data frames with ~mean(.x$y), apply custom functions to rows/cols like df$z <- map_dbl(df, add_cols).

#R

Post: https://www.spsanderson.com/steveondata/posts/2023-03-26/

image/png
image/png

Posit, to python
@Posit@fosstodon.org avatar

Opportunity Scholars at posit::conf(2024). The application deadline is approaching fast; March 22nd. If you're a strong candidate or know someone who is, please act quickly.

Opportunity Scholarships receive free tickets, a workshop, support for travel and accommodation, plus lots of swag.

Learn more and apply now,
https://posit.co/blog/posit-conf-2024-announcement/

stevensanderson, to machinelearning
@stevensanderson@mstdn.social avatar

A new release of tidyAML (v0.0.5) is now available on CRAN and GitHub!

New Features

  • Fix #217 - plot_regression_residuals()
  • Fix #215 - plot_regression_predictions()

Minor Fixes and Improvements

  • Fix #214 - Drop selection message from load_deps()
  • Fix #222 - Update fast_regression() and fast_classification()

#tidyverse #RStats #MachineLearning #DataScience #R #RProgramming #tidyaml #parsnip #tidymodels

image/png
image/png

eamon, to random
@eamon@social.coop avatar

I wrote down my thoughts about GitHub Copilot (why I'm against it) and also why I like the . I wound up with a long blog post (for me): https://www.eamoncaddigan.net/posts/coding-assistants/

CedScherer, to uk
@CedScherer@vis.social avatar

For 25% of surveyed men in the , the point of Valentine's Day is to "get laid" according to a survey from 2015.

More than the half of women responded "show how much you care"—22 percentage points more than men!

Happy Valentine's Day ❤️

Made in with 💙

MattCrumpLab, to random
@MattCrumpLab@fosstodon.org avatar

{midiblender} continues to blend ::no emoji for blender, what?::

This morning I added some style functions for style composition, as well as more explicit row-by-row midi file declaration.

Testing them out in this blog post.

https://homophony.quest/blog/46_2_12_24_dplyr_midi/

brodriguesco, to random
@brodriguesco@fosstodon.org avatar

Say want you want about the , nothing beats its expressiveness!

igorsteinmacher, to opensource

Hey you out there...
Do you use data.table or tidyverse on R?
I need to have a quick chat about your relationship with these packages to understand community sustainability.
It would be a quick and informal chat!
Please reach out and tag people who can help

#R

stevensanderson, to random
@stevensanderson@mstdn.social avatar

My TidyDensity package just got a major upgrade, powered by the blazing-fast data.table.

⚡️ And the best part? You get the speed boost no matter what format you choose.

Ready to experience the difference?

1.install.packages("TidyDensity")
2. Pick your output format: .return_tibble = TRUE for tibbles, .return_tibble = FALSE for data.tables.
3. Dive into your data

#R

Post: https://www.spsanderson.com/steveondata/posts/2024-01-12/

image/png

drmambobob, to random
@drmambobob@ecoevo.social avatar

I modified and updated my profile pic / website logo following the aesthetics of the packages.

Posit, (edited ) to random
@Posit@fosstodon.org avatar

tidymodels: Better warnings, clearer errors, and exciting new features coming soon!

The tidymodels framework is a collection of packages for modeling and machine learning using principles. This quarterly digest summarizes what’s new in the tidymodels ecosystem.

Check out the tidymodels Q4 2023 digest to learn more.
https://www.tidyverse.org/blog/2024/01/tidymodels-2023-q4/

stevensanderson, to statistics
@stevensanderson@mstdn.social avatar

Data detectives, assemble! ️‍♀️ TidyDensity just got a powerful upgrade with the 📐 triangular distribution.

What's the hype?

Flexible
Real-world relevance
Simple to understand

TidyDensity's Trifecta:

  1. Generate tidy data
  2. Estimate parameters
  3. Visualize & summarize.

Post: https://www.spsanderson.com/steveondata/posts/2024-01-10/

image/png
image/png
image/png

adityadahiya, to 13thFloor
@adityadahiya@mastodon.social avatar

Rising popularity of group of packages (by @hadleywickham
and others) amongst top R packages used as imports by other R packages.

Code & Analysis🔗: http://tinyurl.com/tidy-r-pkgs
Data Credits: Mark Padgham & @noamross

Posit, to python
@Posit@fosstodon.org avatar

Posit Cheatsheets: Now in HTML!

Our cheatsheets are concise, quick-reference guides that summarize key concepts, functions, and syntax for popular Posit tools. Cheatsheets have long been an invaluable resource for anyone working with R and the , and we’re continuing to expand them to new languages and tools.

Learn more in today's blog post! https://posit.co/blog/posit-cheatsheets-now-in-html/

ursula, to random

not to throw shade on the #tidyverse, but this year ima try to get back to basics and complete #AdventOfCode days using package-free #rstats. day 1: https://gist.github.com/ursulams/9e79aa2f478c83da14e78751139f03c2

Posit, to random
@Posit@fosstodon.org avatar

Interested in a quick look into the package lifecycle?

In this video, Hadley Wickham shares insight into the important process of deprecation - whereby a function has a better alternative available and is scheduled for removal.

https://www.youtube.com/watch?v=4vrgRNFj5gc

#RStats #Tidyverse

Posit, to random
@Posit@fosstodon.org avatar

Have you wondered what it means when a function in is 'superseded'?

Hadley Wickham shares about the package lifecycle process and a quick guide on what ‘superseded’ means for functions, and why in package development, it's equally important to be able to remove functions, as well as add them.

https://www.youtube.com/watch?v=2ySYKkaTcOE

Posit, to random
@Posit@fosstodon.org avatar

Are you working with R and SQL databases?

{dbplyr} lets you query databases with {dplyr} code. The 2.4.0 release includes eliminating subqueries when using multiple unions in a row, getting more control over the generated SQL, and new translations.

Read more: https://www.tidyverse.org/blog/2023/10/dbplyr-2-4-0/

CedScherer, to random
@CedScherer@vis.social avatar

Look at this colorful butterfly!

Ah nah, it's just accidental art with ...

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