# \donttest{
samples_with_ICs <- add_ICs_MLL(samples_LNR, cores_for_props = 1)
attr(samples_with_ICs, 'MLL')
attr(samples_with_ICs, 'ICs')
# Pre-computed MLLs and ICs are extracted when using compare():
compare(sList=list(samples_with_ICs, samples_LNR), cores_for_props=1)
# Returns the same MD (barring noise), BPIC, DIC for both emc objects, as expected -
# but the first is extracted, the second computed in compare().
# }
Run the code above in your browser using DataLab