inst/allPoolCov.R

allPoolCov <- function(weightMat, listOfMatrices) {
  list <- lapply(1:nrow(weightMat), function(i) {
    poolCov(weightMat, listOfMatrices, row = i)
  })
  names(list) <- names(listOfMatrices)
  list
}
BenBarnard/covEst documentation built on May 5, 2019, 2:40 p.m.