home.social

#tidydata — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #tidydata, aggregated by home.social.

fetched live
  1. Having gotten my head fully around R pipes, I feel I need to write an article about it before I forget the fiddly details:

    |>, %>%, with(), lambdas, %$%, ...

    there are a lot of clever tricks for edge cases! (The with() hack I should have figured out for myself though!)

    Also, %$% -- the exposition pipe -- why didn't any of you tell me about this one!?!? You're slacking!

    #rlang #datascience #stats #statistics #rprogramming #tidyverse #tidydata #Rpipes #pipes!

  2. You can use the custom_walk() function in #RandomWalker to use distributions that are either not yet supported by the package or custom to you, remember to only return a single value from your function and let custom_walk() do the rest. #R #RStats #RProgramming #Code #tidydata

  3. Antti Rask and I created the #RandomWalker package to generate time series of random variables. Inspired by my tinkering, we plan 100+ distributions. The next version will let users define custom random processes. We're proud and excited for future updates! #ggplot2 #Tech #tidydata

  4. Here are all of the available Continuous and Discrete Random Walks in the RandomWalker package :) #R #RStats #RandomWalker #Random #tidydata

  5. Another #Random #Stochastic #Walk added to my #R #Package #RandomWalker dev version, this time it is random_multinomial_walk() As of now you can only generate a single trial but I'll work on it in the future, for now, let's just get it and move down the list. #RStats #Code #tidydata #ggplot2

  6. I added another random walk to the dev version of my #R #Package #RandomWalker for the Wilcoxon Signed Rank using the #BaseR function rsignrank. Take a look :) #R #ggplot2 #tidydata #Random #stochastic #discrete

  7. Want to visualize a 2D Random Walk of the Wilcox distribution in #R then the RandomWalker package developed by myself and Antti Rask can do that. #R #RStats #RandomWalker #RandomWalk #Visualization #ggplot2 #TidyData

  8. @lwpembleton I actually feel the exact opposite! Merged excel cells are my bane and the opposite of #tidydata

    Saying this as a 11 year OneNote ELN user

    Markdown and code syntax are fair :)

  9. 📋🧹 Ordnung ist das A und O in der Datenanalyse! Erfahre hier, wie du deine Daten in einem "tidy" Datensatz organisierst. 💡💻

    #data4goodmonday #data4good #dataforgood #correlaid #data #datascience #statistics #ehrenamt #volunteering #tidydata #tidy

  10. With R's Infer library, one can test point hypotheses, such as "the work week has 40 hours".

    I think this is a great improvement on testing point null hypotheses of no difference, which we know a priori to be false.

    infer.netlify.app/

    #rstats #statistics part of #tidymodels and #tidydata

  11. gcplyr emerged out of my own meh experiences w/ growth curves in #RStats, where I wrote many lines of custom code every time to import data and metadata, combine it with notes of what was in ea well, and reshape it to be #tidydata for #ggplot visualization and #tidyverse analyses
    2/12

  12. The last hard thing is trying to generalize the way we reshape the FERC data, which typically comes in a wide format (like... 500 columns sometimes) into #TidyData that's more relational.

    We do have a nice way to concatenate the old DBF and new XBRL data, which also aligns all of the old data, whose row numbers changed meaning from year to year as new fields were added, split, or removed.