Articles by Tomer Zipori

What’s Artificial Intelligence all about?

February 13, 2025 | Tomer Zipori

Setup library(tidyverse) # As always library(MASS) # Sampling from a multivariate distributions library(plotly) # For 3D plots OK, but what is AI actually about? Over the past two summers, I taught a statistics and research methods course to psychology students. Generally speaking, these students tend to be a little intimidated ...
[Read more...]

Bayesian Modeling for Psychologists, Part 2

April 27, 2024 | Tomer Zipori

Setup Loading some packages for demonstrations and analysis: library(tidyverse) # Data wrangling and plotting library(ggdist) # Easy and aesthetic plotting of distributions library(ggExtra) # Adding marginal distributions for 2d plots library(tidybayes) # Tidy processing of Bayesian models and extraction of MCMC chains library(bayestestR) # Nice plots for brms models library(...
[Read more...]

Bayesian Modeling for Psychologists, Part 2

March 2, 2024 | Tomer Zipori

Setup Loading some packages for demonstrations and analysis: library(tidyverse) # Data wrangling and plotting library(ggdist) # Easy and aesthetic plotting of distributions library(ggExtra) # Adding marginal distributions for 2d plots library(tidybayes) # Tidy processing of Bayesian models and extraction of MCMC chains library(bayestestR) # Nice plots for brms models library(...
[Read more...]

Rejecting the null hypothesis or not?

September 3, 2023 | Tomer Zipori

In the current post I try to explain what appears to be a paradox: given identical data, different schools of statistics disagree about the appropriate conclusion. Traditionally, there are two ways to interpret Probability: 1. Probability is the...
[Read more...]

Rejecting the null hypothesis or not?

September 3, 2023 | Tomer Zipori

In the current post I try to explain what appears to be a paradox: given identical data, different schools of statistics disagree about the appropriate conclusion. Traditionally, there are two ways to interpret Probability: 1. Probability is the ...
[Read more...]

Netflix trends

June 12, 2023 | Tomer Zipori

This post will be dedicated yet again to some experimentation with text analysis. I will be using mostly basic and classic NLP tools like word counting and DFM’s (Document-Feature matrix). I hope that in the next NLP post I will be using some mor...
[Read more...]

Netflix trends

June 12, 2023 | Tomer Zipori

This post will be dedicated yet again to some experimentation with text analysis. I will be using mostly basic and classic NLP tools like word counting and DFM’s (Document-Feature matrix). I hope that in the next NLP post I will be using some mo...
[Read more...]

Real Vs. Fake news in football

May 11, 2023 | Tomer Zipori

As part of my data-science courses this fall semester, I have started also to get into Natural Language Processing (NLP, but of the good kind). This is the first time I have ever tried it, so let’s see how it went. Brief overview of the post: &nb...
[Read more...]

Real Vs. Fake news in football

May 11, 2023 | Tomer Zipori

As part of my data-science courses this fall semester, I have started also to get into Natural Language Processing (NLP, but of the good kind). This is the first time I have ever tried it, so let’s see how it went. Brief overview of the post: &n...
[Read more...]

What makes FIFA 23 players good?

May 5, 2023 | Tomer Zipori

Background and analysis plan The current Data is an upload to Kaggle by Babatunde Zenith, and it includes information about players in the popular FIFA 23 video game. Information includes: name, age, nationality, position, various football ratin...
[Read more...]

What makes FIFA 23 players good?

May 5, 2023 | Tomer Zipori

Background and analysis plan The current Data is an upload to Kaggle by Babatunde Zenith, and it includes information about players in the popular FIFA 23 video game. Information includes: name, age, nationality, position, various football rati...
[Read more...]

Cage-free vs. caged hens in the US

April 11, 2023 | Tomer Zipori

Background Some time ago, when the fall semester began I’ve enrolled on a course called Data science lab as part of the ‘Data Science for the Social Sciences’ program. One of the assignments was to make some TidyTuesday contribution and present ...
[Read more...]

Cage-free vs. caged hens in the US

April 11, 2023 | Tomer Zipori

Background Some time ago, when the fall semester began I’ve enrolled on a course called Data science lab as part of the ‘Data Science for the Social Sciences’ program. One of the assignments was to make some TidyTuesday contribution and present...
[Read more...]

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)