Skip to content

Instantly share code, notes, and snippets.

@LJaneis
LJaneis / gist:e361bd3171089b037d331edce776fa92
Created July 14, 2025 11:13
Code for Sex-Stratified Mediation Analysis of Bullying and Conduct Problems via Brain Region Volumes in Adolescents
#### Load the gamm4 library ####
library(gamm4)
library(lme4)
library(extrafont)
library(lmerTest)
library(mediation)
library(tidyverse)
library(knitr)
library(lavaan)
library(psych)