R/group_sim.R
temp__GroupSim_SimUIC.Rd
GroupSim_SimUIC
GroupSim_SimUIC( dag, group1, group2, IC_method = NULL, verbose = simona_opt$verbose )
Similar as GroupSim_SimGIC, it is calculated as:
group_sim = sum_{x in intersect(A, B)}(IC(x))/max(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 = ...)