home.social

#rstats — Public Fediverse posts

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

  1. New from the R Consortium nlmixr2 Working Group:

    The nlmixr2 Working Group is expanding what open-source R tooling can support in pharmacometrics, including time-to-event modeling workflows that are important in clinical and drug-development settings.

    This new post highlights technical work from Justin Wilkins and the nlmixr2 Development Team on fitting parametric time-to-event models in nlmixr2.

    Read more:
    r-consortium.org/posts/surviva

  2. Updating the graphical materials for the new edition of the monograph on the thermodynamic modeling of processes in technogenic waters. The figures present pe-pH stability (Pourbaix) diagrams for the vanadium and zinc systems, calculated using the PHREEQC core engine. Unlike simplified "water–element" systems, these models compute the thermodynamic equilibrium of the comprehensive solution matrix, accounting for actual macrocomponent concentrations, ionic strength, and ligand competition at every point of the computational space. Utilizing multicomponent calculations allows for the analysis of physicochemical processes in real water samples, rather than simply reproducing idealized "textbook diagrams".

    #Geochemistry #PHREEQC #RStats #MineWater #EnvironmentalScience #DataScience #SvystunovaGully #RedModRphree #FOSS

  3. tools::file_path_sans_ext(crap.R)

    is better than my homemade regex (even if it is a regex inside)

  4. Land cover of Serbia.

    adventures, an tale

  5. I like understanding how ideas for charts come about and it’s interesting to read @[email protected]’s explainer on that local election chart I saw everywhere. #rstats #dataviz

    What happens when a chart goes...

  6. - minimalist audio generation

    # Search for "bytebeats'
    `%>>%` <- bitwShiftR
    `%&%` <- bitwAnd
    `%|%` <- bitwOr

    t <- seq(0, 8000 * 4)
    snd <- (t * (((t %>>% 12) %|% (t %>>% 8)) %&% (63 %&% (t %>>% 4))) )
    audio::play(snd %% 255, rate = 8000)
    Sys.sleep(4)

    snd <- t * (42 %&% (t %>>% 10))
    audio::play(snd %% 255, rate = 8000)

  7. May news 🗞️ #RStats

    🎉 15 Years of rOpenSci, and we’re just getting started

    ✍️ Champions Program update

    🙌 May is Maintainer Month

    📬 Software-Review update

    🚀 Social media cards for R-universe

    📆 Coworking

    🗒️ Blog posts

    🧰 Package development corner

    ropensci.org/blog/2026/05/28/n

  8. May news 🗞️ #RStats

    🎉 15 Years of rOpenSci, and we’re just getting started

    ✍️ Champions Program update

    🙌 May is Maintainer Month

    📬 Software-Review update

    🚀 Social media cards for R-universe

    📆 Coworking

    🗒️ Blog posts

    🧰 Package development corner

    ropensci.org/blog/2026/05/28/n

  9. May news 🗞️

    🎉 15 Years of rOpenSci, and we’re just getting started

    ✍️ Champions Program update

    🙌 May is Maintainer Month

    📬 Software-Review update

    🚀 Social media cards for R-universe

    📆 Coworking

    🗒️ Blog posts

    🧰 Package development corner

    ropensci.org/blog/2026/05/28/n

  10. May news 🗞️ #RStats

    🎉 15 Years of rOpenSci, and we’re just getting started

    ✍️ Champions Program update

    🙌 May is Maintainer Month

    📬 Software-Review update

    🚀 Social media cards for R-universe

    📆 Coworking

    🗒️ Blog posts

    🧰 Package development corner

    ropensci.org/blog/2026/05/28/n

  11. May news 🗞️ #RStats

    🎉 15 Years of rOpenSci, and we’re just getting started

    ✍️ Champions Program update

    🙌 May is Maintainer Month

    📬 Software-Review update

    🚀 Social media cards for R-universe

    📆 Coworking

    🗒️ Blog posts

    🧰 Package development corner

    ropensci.org/blog/2026/05/28/n

  12. Imagine you’re evaluating a new cancer treatment. It reduces tumor size in most patients, but some experience severe side effects. Would we consider the new treatment better?

    Read more about it in a new post on superiority in the multivariate context.

    bit.ly/4e97n4n

    #statistics #bayesian #rstats

  13. Heads up for those using Remote SSH with positron/vscode: the .positron-server folder can get real big real fast. Today I notices that the folder was more than 300.000 files big, so I nuked it from orbit.
    I believe the issue is that positron doesn't remove old versions, and the server itself is 1gb and around 20.000 files.

    #RStats

  14. Heads up for those using Remote SSH with positron/vscode: the .positron-server folder can get real big real fast. Today I notices that the folder was more than 300.000 files big, so I nuked it from orbit.
    I believe the issue is that positron doesn't remove old versions, and the server itself is 1gb and around 20.000 files.

    #RStats

  15. Heads up for those using Remote SSH with positron/vscode: the .positron-server folder can get real big real fast. Today I notices that the folder was more than 300.000 files big, so I nuked it from orbit.
    I believe the issue is that positron doesn't remove old versions, and the server itself is 1gb and around 20.000 files.

    #RStats

  16. Heads up for those using Remote SSH with positron/vscode: the .positron-server folder can get real big real fast. Today I notices that the folder was more than 300.000 files big, so I nuked it from orbit.
    I believe the issue is that positron doesn't remove old versions, and the server itself is 1gb and around 20.000 files.

    #RStats

  17. Heads up for those using Remote SSH with positron/vscode: the .positron-server folder can get real big real fast. Today I notices that the folder was more than 300.000 files big, so I nuked it from orbit.
    I believe the issue is that positron doesn't remove old versions, and the server itself is 1gb and around 20.000 files.

    #RStats

  18. 🦀 smoothbp has been submitted to CRAN!
    Hierarchical piecewise regression with smoothed change-points in — multi-breakpoint models, spike-and-slab regularisation for automatic breakpoint selection, and a fast MCMC sampler written in Rust under the hood.
    Dev version: github.com/ABindoff/smoothbp

  19. 🦀 smoothbp has been submitted to CRAN!
    Hierarchical piecewise regression with smoothed change-points in #RStats — multi-breakpoint models, spike-and-slab regularisation for automatic breakpoint selection, and a fast MCMC sampler written in Rust under the hood.
    Dev version: github.com/ABindoff/smoothbp
    #rstats #statistics #bayesian

  20. As art: wonderful. As illustration: wonderful. As a tool for data communication: avoid. #rstats

    RE: https://bsky.app/profile/did:plc:guty4nrzefv72m7sndu3vrfu/post/3mmtq2yq7tc25

  21. Let a fancy genetic algorithm run for 13+ hours only for it to return less good results than my naive algorithm. :blobcatmaths:

    #rstats

  22. Let a fancy genetic algorithm run for 13+ hours only for it to return less good results than my naive algorithm. :blobcatmaths:

    #rstats

  23. Let a fancy genetic algorithm run for 13+ hours only for it to return less good results than my naive algorithm. :blobcatmaths:

    #rstats

  24. Let a fancy genetic algorithm run for 13+ hours only for it to return less good results than my naive algorithm. :blobcatmaths:

    #rstats

  25. Need to a convenient way to load @[email protected] 's #Rstats tools? Use the epiverse, a collection of R packages we maintain to facilitate data analysis

  26. Need to a convenient way to load @[email protected] 's #Rstats tools? Use the epiverse, a collection of R packages we maintain to facilitate data analysis

  27. Cheers to my student who wrote on their final exam code screenshot for an #Rstats course:

    dfAB <- length(variableA)-2
    # (It's 5-2 which is 3 but why use brain when R do trick)

  28. Cheers to my student who wrote on their final exam code screenshot for an #Rstats course:

    dfAB <- length(variableA)-2
    # (It's 5-2 which is 3 but why use brain when R do trick)

  29. Cheers to my student who wrote on their final exam code screenshot for an #Rstats course:

    dfAB <- length(variableA)-2
    # (It's 5-2 which is 3 but why use brain when R do trick)

  30. Cheers to my student who wrote on their final exam code screenshot for an #Rstats course:

    dfAB <- length(variableA)-2
    # (It's 5-2 which is 3 but why use brain when R do trick)

  31. Cheers to my student who wrote on their final exam code screenshot for an #Rstats course:

    dfAB <- length(variableA)-2
    # (It's 5-2 which is 3 but why use brain when R do trick)

  32. survivoR v2.3.12 is released and includes complete US50 and AU12 data. Any issues please log an issue on git. The R package is approaching 30k downloads which is wild! More considering the untracked git installs and xlsx downloads. If you use it I'd love to hear about it. #Survivor #Rstats

  33. survivoR v2.3.12 is released and includes complete US50 and AU12 data. Any issues please log an issue on git. The R package is approaching 30k downloads which is wild! More considering the untracked git installs and xlsx downloads. If you use it I'd love to hear about it. #Survivor #Rstats

  34. survivoR v2.3.12 is released and includes complete US50 and AU12 data. Any issues please log an issue on git. The R package is approaching 30k downloads which is wild! More considering the untracked git installs and xlsx downloads. If you use it I'd love to hear about it. #Survivor #Rstats

  35. survivoR v2.3.12 is released and includes complete US50 and AU12 data. Any issues please log an issue on git. The R package is approaching 30k downloads which is wild! More considering the untracked git installs and xlsx downloads. If you use it I'd love to hear about it. #Survivor #Rstats

  36. survivoR v2.3.12 is released and includes complete US50 and AU12 data. Any issues please log an issue on git. The R package is approaching 30k downloads which is wild! More considering the untracked git installs and xlsx downloads. If you use it I'd love to hear about it. #Survivor #Rstats