##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.
## The function is currently defined as
function (EY, rho, s2)
{
    YS <- simZ(EY, rho, s2)
    diag(YS) <- NA
    YS
  }Run the code above in your browser using DataLab