's Avatar

@reciting.bsky.social

20 Followers  |  269 Following  |  1 Posts  |  Joined: 23.03.2025  |  1.5538

Latest posts by reciting.bsky.social on Bluesky

Post image

A paper on the probability words used in intelligence analysis. Each word is meant to relate to a specific probability range. But people interpret these words in varied ways. "Participants greatly overestimated the probability for realistic possibility"
www.tandfonline.com/doi/full/10....

28.03.2025 09:50 — 👍 147    🔁 27    💬 6    📌 5
Hex logo for my course, Psychology of Data Visualization, featuring an image of various graphic ideas inside a brain

Hex logo for my course, Psychology of Data Visualization, featuring an image of various graphic ideas inside a brain

ANNOUNCE:
📊 I'm teaching my favorite course, _Psychology of Data Visualization_ again starting in Jan. Among other topics: #history of #dataviz, graph #perception, #rstats graphs, data journalism, ...
Course materials available at: friendly.github.io/6135/
I'll use the tag #psy6135 for posts

03.12.2024 21:26 — 👍 64    🔁 12    💬 3    📌 0

Nice

27.03.2025 00:35 — 👍 2    🔁 0    💬 0    📌 0

So @jbgruber.bsky.social's {rollama} #rstats package here is actually super super cool

02.03.2024 16:29 — 👍 17    🔁 4    💬 0    📌 0
webr-demo
AUTHOR: Jeffrey M. Perkel
PUBLISHED: December 14, 2023
WEBR STATUS: 🟢 Ready!

WebR
This document demonstrates the webR package for the #rstats community. Using it, in conjunction with the quarto-webr Quarto extension, allows users to create Quarto documents with code that runs at runtime instead of during document rendering.

p <- mtcars |> 
   ggplot(aes(x = wt, y = mpg, color = factor(cyl))) + 
   geom_point(shape = 21)

p

We can modify this base graph (stored as the variable p), for instance by changing the background from grey to white.

p + theme_minimal()

Now, replace the text in the previous cell to read:

p + 
  labs(title = "Title", x = "Weight", y = "Miles-per-gallon") +
  theme_minimal()

(You can click the clipboard icon at the upper-right of the cell above to copy its text) and click Run Code again.

webr-demo AUTHOR: Jeffrey M. Perkel PUBLISHED: December 14, 2023 WEBR STATUS: 🟢 Ready! WebR This document demonstrates the webR package for the #rstats community. Using it, in conjunction with the quarto-webr Quarto extension, allows users to create Quarto documents with code that runs at runtime instead of during document rendering. p <- mtcars |> ggplot(aes(x = wt, y = mpg, color = factor(cyl))) + geom_point(shape = 21) p We can modify this base graph (stored as the variable p), for instance by changing the background from grey to white. p + theme_minimal() Now, replace the text in the previous cell to read: p + labs(title = "Title", x = "Weight", y = "Miles-per-gallon") + theme_minimal() (You can click the clipboard icon at the upper-right of the cell above to copy its text) and click Run Code again.

This is so cool. R running in the browser thanks to WebAssembly and {webR}, no installation required! Check it out! #Rstats jperkel.github.io

14.12.2023 23:43 — 👍 6    🔁 5    💬 0    📌 0
Post image Post image Post image Post image

Bivariate maps showing the relationships between Temperature and Precipitation.

Made with Plot, based on a great tutorial by Fil: observablehq.com/@jo...

Data from TerraClimate (1958-present).

#cartography #maps #mapping #climate #dataviz #SciArt

06.01.2025 07:00 — 👍 122    🔁 34    💬 6    📌 1

@reciting is following 20 prominent accounts