Coefficient H
Please check McNeish (2018) for details. Here, I am using the NSCH dataset as an example.
#load packages library(haven) library(tidyverse) library(userfriendlyscience) #import data data<-read_sav("nsch.sav") #clear the current graphics frame and get ready for the next plot plot.new()
Apr 8, 2024