Display most likely models according to their posterior probability

best.models(d, pp.thr = 0.01, cpp.thr = NA)

Arguments

d

snpmod object or a list of snpmod objects

pp.thr

models with PP>pp.thr will be shown

cpp.thr

the smallest set of models such that sum(PP)>=cpp.thr will be shown

Value

subset of models slot in d showing best models

Details

Note that this isn't posterior probability in the true sense, it is the posterior probability for each model amongst the bag of models in the snpmod object, d.