TSR-Proj / libs_scripts.r
libs_scripts.r
Raw
#############################################################################
# Here are present libraries and functions needed to run the main analysis.
#############################################################################
library(tidyverse) 
library(pomp)
library(doFuture)  
library(mgcv)
library(doParallel)
source("f-Regressions.r")
source("f-Regressions_School.r")
source("f-Custom_rbind_Parallel.r")
source("f-Create_Mod_Final.r")