library(tidyverse)
library(tidymodels)
library(ggimage)
theme_set(theme_bw())
<- readr::read_csv('https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2022/2022-08-16/characters.csv')
characters
<- readr::read_csv('https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2022/2022-08-16/myers_briggs.csv')
myers_briggs
<- readr::read_csv('https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2022/2022-08-16/psych_stats.csv') psych_stats
TidyTuesday: Open Psychometrics 2022Wk33
MacOS
R
Two tasks: - make a image-loaded fancy ggplot - use questions to predict myers_briggs type
Discussion: - how to use rating user number and standard deviation from the data - other ideas worth to try
ESTJ: extraversion (E), sensing (S), thinking (T), judgment (J) INFP: introversion (I), intuition (N), feeling (F), perception (P)