this post was submitted on 18 Feb 2026
307 points (97.5% liked)

Science Memes

20626 readers
1615 users here now

Welcome to c/science_memes @ Mander.xyz!

A place for majestic STEMLORD peacocking, as well as memes about the realities of working in a lab.



Rules

  1. Don't throw mud. Behave like an intellectual and remember the human.
  2. Keep it rooted (on topic).
  3. No spam.
  4. Infographics welcome, get schooled.

This is a science community. We use the Dawkins definition of meme.



Research Committee

Other Mander Communities

Science and Research

Biology and Life Sciences

Physical Sciences

Humanities and Social Sciences

Practical and Applied Sciences

Memes

Miscellaneous

founded 3 years ago
MODERATORS
 
top 29 comments
sorted by: hot top controversial new old
[–] edinbruh@feddit.it 43 points 4 months ago (1 children)

I thought this was science memes! What's statistics doing here?

[–] JstAnthrUsr@feddit.org 19 points 4 months ago
[–] bryndos@fedia.io 22 points 4 months ago (1 children)

At least the first item in your list is called number 1 like a real human.

[–] First_Thunder@lemmy.zip 22 points 4 months ago (1 children)

As a programmer I now feel compelled to troll everyone by convincing the project to change the indexing to 0

[–] bryndos@fedia.io 6 points 4 months ago (1 children)

Haha, wait 'til you find out about how statisticians name and label competing hypotheses; good luck sorting that out!

[–] tetris11@feddit.uk 6 points 4 months ago (1 children)
[–] d00ery@lemmy.world 4 points 4 months ago (1 children)

Null hypothesis, as in the data shows no evidence to suggest that there is any statistical difference between the 2 outcomes. At least, thats how I understand it.

Null Hypothesis (H0) – This can be thought of as the implied hypothesis. “Null” meaning “nothing.” This hypothesis states that there is no difference between groups or no relationship between variables. The null hypothesis is a presumption of status quo or no change.

Alternative Hypothesis (Ha) – This is also known as the claim. This hypothesis should state what you expect the data to show, based on your research on the topic. This is your answer to your research question.

https://resources.nu.edu/statsresources/hypothesis

[–] tetris11@feddit.uk 3 points 4 months ago (2 children)

I stand by my derogative statements

[–] bryndos@fedia.io 5 points 4 months ago

Ho with a significant p-ness is everyone's favourite.

[–] d00ery@lemmy.world 3 points 4 months ago

😂 ok only just got the pun..

Null hypothesis always bugged me coming from a software background. Why the double negative! Just confuses me!

[–] Avicenna@programming.dev 14 points 4 months ago (1 children)

I am sorry you have to use R, you can perhaps enroll in a support group

[–] JstAnthrUsr@feddit.org 14 points 4 months ago

I did but that turned out to be yet another stats course in R.

[–] osanna@thebrainbin.org 13 points 4 months ago (1 children)
[–] tetris11@feddit.uk 4 points 4 months ago
[–] ftbd@feddit.org 12 points 4 months ago (4 children)

If you dislike R, give Julia a try!

[–] tetris11@feddit.uk 11 points 4 months ago* (last edited 4 months ago) (1 children)

I have a good friend like you. Smart guy, talks about R but mostly about Julia.

Decided to write his own transpiler. Dropped off the face of the earth. I wish I had more friends like that

[–] tpyo@lemmy.world 3 points 4 months ago (1 children)

Are the two events related?

[–] tetris11@feddit.uk 4 points 4 months ago

They're adjacent

[–] JstAnthrUsr@feddit.org 2 points 4 months ago

Actually I like it Its fun if it works ;P

[–] jackr@lemmy.dbzer0.com 2 points 4 months ago

unfortunately, julia has been adding "agentic code" to their codebase for a while now.

[–] marius@feddit.org 1 points 4 months ago (1 children)

What's the advantage of either of them compared to a jupyter notebook?

[–] ZoteTheMighty@lemmy.zip 4 points 4 months ago* (last edited 4 months ago)

Jupyter notebook isn't a language, it's a tool for running interactive sessions, typically with Python, but in principle with any language. I'm fairly certain people run Julia in Jupyter Notebooks.

As for the advantages of Julia versus Python, arrays are native types, so they interface better across the entire language. It's also shockingly fast in comparison, it compiles the code at runtime, so the longer the program runs, the faster it is.

If there is a use-case for R that Julia or Python can't do, I haven't seen it. I personally don't see the point of writing code in R when the Python and Julia are more broadly useful to learn.

[–] Lembot_0006@programming.dev 9 points 4 months ago

I have "Я" in my language. So it is relevant for me. I just see nothing good in that.

[–] rizzothesmall@sh.itjust.works 8 points 4 months ago

🏴‍☠️

[–] SkunkWorkz@lemmy.world 3 points 4 months ago
[–] PunnyName@lemmy.world 3 points 4 months ago (1 children)

This might be the first science meme that has completely and utterly flown over my head. I have zero comprehension here.

[–] Ashen44@lemmy.ca 9 points 4 months ago

Toys "R" Us is a chain of toy stores which went bankrupt and shut down all US locations in 2018, although it has recently returned to the US as of 2022.

R is a statistics focused programming language which sees wide use in the field of data science.

The meme features characters from the cartoon "The Regular Show". In the first panel, all the characters are together, interestingly one character for each letter in Toys R Us. In the second panel, only the character representing the R remains, indicating the transition from childhood (toys) to adulthood (statistics). The science part of the meme is mostly just the statistical analysis reference.

[–] CatalpaRed@lemmy.zip 2 points 4 months ago

R is a lifesaver because it is free. Totally sucked learning it but I am glad I have that skill under my belt.

[–] HexesofVexes@lemmy.world 1 points 4 months ago

Lesson 1 - Plot every pair of variables in this file as a scatter plot using Excel. Calculate every pair of correlations possible from the same file in Excel.

Lesson 2 - ggpairs and why R is amazing