📑 Reproducibility in the Classroom
🔗 www.annualreviews.org/content/jour...
📑 Reproducibility in the Classroom
🔗 www.annualreviews.org/content/jour...
Free and open to all.
1/2
Free and open to all.
1/2
www.slideshare.net/slideshow/ra...
www.slideshare.net/slideshow/ra...
Not many changes in this update, but his is quite a milestone 🥳 - the second stable package from @easystats.bsky.social, with more to come soon!
#rstats
easystats.github.io/effectsize/
Not many changes in this update, but his is quite a milestone 🥳 - the second stable package from @easystats.bsky.social, with more to come soon!
#rstats
easystats.github.io/effectsize/
Created by @simonpcouch.com, the documentation walks through built-in pals and how to make your own: simonpcouch.github.io/pal/
#RStats
Created by @simonpcouch.com, the documentation walks through built-in pals and how to make your own: simonpcouch.github.io/pal/
#RStats
The Panel is currently recruiting for new members.
www.bps.org.uk/bps-statisti...
The Panel is currently recruiting for new members.
www.bps.org.uk/bps-statisti...
github.com/allenai/awes...
github.com/allenai/awes...
Documenting things is hard but people really can't check/use your work if it doesn't have some docs. We can do better!
Documenting things is hard but people really can't check/use your work if it doesn't have some docs. We can do better!
library(atrrr)
my_handle <- 'username'
auth(user = my_handle, password = 'password')
my_followers <- get_followers(actor = my_handle, limit = Inf)
my_followees <- get_follows(actor = my_handle, limit = Inf)
library(atrrr)
my_handle <- 'username'
auth(user = my_handle, password = 'password')
my_followers <- get_followers(actor = my_handle, limit = Inf)
my_followees <- get_follows(actor = my_handle, limit = Inf)