R/bdiagRep.R

Defines functions bdiagRep

Documented in bdiagRep

bdiagRep <- function(x, times) {
  bdiagMat( replicate(times, x, simplify=FALSE) )
}

Try the metaSEM package in your browser

Any scripts or data that you put into this service are public.

metaSEM documentation built on May 29, 2024, 9:41 a.m.