anze3db, to random
@anze3db@fosstodon.org avatar

I've just added the R programming language to Fedidevs! You can now find 194 programmers on fedidevs!

Thank you @smach for the suggestion! 💙

https://fedidevs.com/rstats

streetsblogmass, to random
@streetsblogmass@urbanists.social avatar

I just published a very basic introduction to using Boston's bikeshare system data in . IMHO this is a great, underutilized dataset and is especially well-suited for student projects!

https://observablehq.com/@vigorousnorth/using-bluebikes-data-in-r

tylermorganwall, to random
@tylermorganwall@fosstodon.org avatar

Thank you continuous backups! I was working in RStudio and the git pane was showing "./" as being staged and I was unable to unstage it. It displayed a small amount of code from one R function, so I just reverted it after backing up that file... which reverted ALL the files in the repo to their last state (with days worth of work being gone) 😬 😬 😬

Thankfully I was able to pull versions of the files from an hour prior from backblaze, with minimal work lost

useR_conf, to random
@useR_conf@mastodon.social avatar

Check out another fireside chat hosted by Audrey Yeo, featuring Heather Turner and Abhishek Ulayil. This week's chat is on building foundations for R’s future as an accessible and diverse collaboration.

Heather is an R Foundation member with a strong track record promoting diversity in contributions to R, while Abhishek has recently converted the R Journal content to more accessible web content, and keynote speaker at useR! 2024.

https://www.menti.com/alct1hdwg7sn

nrennie, to random
@nrennie@fosstodon.org avatar

I'll be at Manchester R User Group on June 27th talking about "Faster R code with Rust"!

Come and join us: https://www.meetup.com/manchester-r/events/295438003/

ramikrispin, to datascience
@ramikrispin@mstdn.social avatar

(1/2) End To End Data Science With R 🚀

The End To End Data Science With R is a new book by Rene Essomba. The book, as the name implies, focuses on the core data science applications using R ❤️. This book covers the following topics:
✅ Exploratory data analysis
✅ Data visualization
✅ Supervised learning
✅ Unsupervised learning
✅ Time series
✅ Natural language processing
✅ Image classification

image/png
image/png
image/png

matherion, to rstats
@matherion@mastodon.nl avatar

Hey, would this be useful to #rstats people?

TwineR: an integration of Twine and WebR.

It would enable the relatively easy creation of serious games and interactive exercises to learn R or statistics (or with the {rock} package, qualitative research); combining R with a simple game/adventure engine.

Did anybody experiment with yet?

Maybe @coolbutuseless or @hrbrmstr? Others in the #rstats community?

@rstats

RoSE_Network_, to random
@RoSE_Network_@mstdn.social avatar

We're very excited to be hosting three reading groups at eCOTS over the next few weeks, and we'll be introducing them this week!

The first reading group is on the topic of "What do students learn from simulations in statistics?" and is facilitated by Andrew Pua, and will be happening May 21 10pm BST / 5pm EDT / May 22 5am Philippine Standard Time

For more information: https://causeweb.org/cause/ecots/ecots24/reading-groups

RoSE_Network_,
@RoSE_Network_@mstdn.social avatar

Another of our reading groups at eCOTS conference will discuss R Pedagogy!

📅 Starting from 29th May lasting for 5 weeks
⏰ Days of the week and times vary
👋 Come and join us!

Details: https://www.causeweb.org/cause/ecots/ecots24/reading-groups

stevensanderson, to random
@stevensanderson@mstdn.social avatar
brodriguesco, to random
@brodriguesco@fosstodon.org avatar

My {rix} package, making it easy to use #Nix as an #RStats user, is on version 0.7.0 as of tonight! The most important feature is described in this vignette: https://b-rodrigues.github.io/rix/articles/z-bleeding_edge.html

TL;DR: you can now build environments with bleeding edge CRAN or Bioconductor packages!

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

📦 [A package a day - Computing Infrastructure 48]

Today's Computing Infrastructure package is baRcodeR

Label Creation for Tracking and Collecting Data from Biological Samples
🙏 Maintained by Robert Colautti
📝 https://docs.ropensci.org/baRcodeR/

Check out this article: Using {baRcodeR} with command line prompts
💻 https://docs.ropensci.org/baRcodeR/articles/Using-baRcodeR.html

#PeerReviewed

#APackageADay
#OSS
#RStats
@rstats

DataAngler, to random
@DataAngler@vis.social avatar

I wish I had not found tidycensus::load_variables. I can't make myriad maps from Census data. I have other work to do! #rstats

chainsawriot, to random
@chainsawriot@emacs.ch avatar

This is on CRAN (finally). But you probably don't need to use it.

:rstats: #rstats

https://cran.r-project.org/web/packages/minty/index.html

stevensanderson, to programming
@stevensanderson@mstdn.social avatar

I will be updating my healthyR.data package soon as well as my TidyDensity. Here is some news of new functions for healthyR.data:

https://www.spsanderson.com/healthyR.data/news/index.html#new-function-development-version

#R #RProgramming #RStats #Data #Coding #Programming #Healthcare #HealthcareData #healthdata

Posit, to python
@Posit@fosstodon.org avatar

The April 2024 release of Posit Package Manager brings support for air-gapped PyPI repositories, more flexible curated CRAN repositories, performance improvements and more!

Learn about it in the blog post: https://posit.co/blog/posit-package-manager-2024-04-0/

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?

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

📦 [A package a day - Computing Infrastructure 46]

Today's Computing Infrastructure package is data pack

A Flexible Container to Transport and Manipulate Data and Associated Resources
🙏 Maintained by Matthew B. Jones
📝 https://docs.ropensci.org/datapack/

Check out this article: {datapack} R Package Overview
💻 https://docs.ropensci.org/datapack/articles/datapack-overview.html

#APackageADay
#OSS
#RStats
@rstats

stevensanderson, to random
@stevensanderson@mstdn.social avatar

🚀 Elevate Your R Programming Skills: Removing Elements from Vectors

Want to level up your R programming game? Let's talk about removing specific elements from vectors! It's a fundamental skill.

But here's the real fun: try it yourself! Experiment with your own data and see which method resonates with you. To get yourself familiar with what's happening, you have to experiment.

#R #RStats #RProgramming #Data #DataFiltering #dplyr #datatable #baser

Post: https://www.spsanderson.com/steveondata/posts/2024-05-20/

dgkeyes, to random
@dgkeyes@fosstodon.org avatar

I've always wanted to try to get axis text directly on my plots like I've seen in the New York Times and other places. Finally figured it out with the help of the {ggh4x} package. Code here: https://rfor.us/axistext #rstats

image/png

cascadiarconf, to rstats

Did you know we are offering both, in-person and remote attendance scholarships for our #CascadiaR conference happening June 21-22 in Seattle?

You can still apply until May 31st! Find out more here: https://cascadiarconf.com/

#rstats #R @rstats

stevensanderson, to datascience
@stevensanderson@mstdn.social avatar

Learn how to handle rows in R containing specific strings using base R's grep() and dplyr's filter() with str_detect(). Select or drop rows efficiently and enhance your data manipulation skills. Give it a try with your datasets for better data cleaning and organization.

#DataScience #RProgramming #Coding #R #RStats #Programming #Data #Strings

Post: https://www.spsanderson.com/steveondata/posts/2024-05-23/

petrpajdla, to random
@petrpajdla@archaeo.social avatar

Last days left to apply to a training school in computational archaeology in September in Brno!

Join us if you are interested in how to query and analyse archaeological data integrated in the ARIADNE research infrastructure using R.

https://aiscr.cz/atRium

stevensanderson, to programming
@stevensanderson@mstdn.social avatar

Need to split your data into groups based upon some vector in R? Well I got you covered today!

I go over base R, dplyr and data.table :)

Post: https://www.spsanderson.com/steveondata/posts/2024-05-21/

#R

image/png
image/png
image/png

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

📦 [A package a day - Computing Infrastructure 47]

Today's Computing Infrastructure package is Data PackageR

Construct Reproducible Analytic Data Sets as R Packages
🙏 Maintained by Marie Vendettuoli
📝 https://docs.ropensci.org/DataPackageR/

Look how @vizowl uses DataPackageR to create data package Pandemic Papers with Chris Knox
💻 https://discuss.ropensci.org/t/using-datapackager-to-create-data-package-pandemic-papers-with-chris-knox/2131

#PeerReviewed

#APackageADay
#OSS
#RStats
@rstats

stevensanderson, to programming
@stevensanderson@mstdn.social avatar

Want to split numbers up, because why not? I go over this in todays post using gsub() and strsplit() functions from base R.

Post: https://www.spsanderson.com/steveondata/posts/2024-05-22/

#R

image/png

  • 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