inst/misc/rcode/get.LODallshare.r

get.LODallshare <- function(vec,pshare)
{
if (any(pshare$ped.tocompute.vec%in%vec)) sum(pshare$mlog10pshare[pshare$ped.tocompute.vec%in%vec])
else NA
}
syounkin/RVsharing documentation built on May 31, 2019, 12:47 a.m.