Signal Detection Theory

Author

Filippo Gambarota

devtools::load_all()
library(tidyverse)
library(cowplot)
library(here)

mtheme <- function(){
    theme_minimal(20)
}

theme_set(mtheme())

funs <- filor::get_funs(here("R", "utils-glm_phd.R"))