R/group_sim.R
temp__GroupSim_SimDIC.Rd
GroupSim_SimDIC
GroupSim_SimDIC( dag, group1, group2, IC_method = NULL, verbose = simona_opt$verbose )
Similar as GroupSim_SimGIC, it calculates the Dice coeffcient:
group_sim = 2*sum_{x in intersect(A, B)}(IC(x))/(sum_{x in A}(IC(x)) + sum_{x in B}(IC(x)))
IC method can be set via control = list(IC_method = ...).
control = list(IC_method = ...)