sim = readr::read_csv(system.file('extdata/sim.csv',package = 'itmsa'))
# \donttest{
# Information-theoretical V-measure
itm(z1 ~ z2, data = sim, method = 'vm')
# Information Consistency-Based Measures
itm(z1 ~ z2, data = sim, method = 'icm')
# }
Run the code above in your browser using DataLab