R/gjamReZero.r

Defines functions gjamReZero

Documented in gjamReZero

gjamReZero <- function( yDeZero ){
  
  ymat <- matrix(0, yDeZero$n, yDeZero$S)
  ymat[yDeZero$index] <- yDeZero$yvec
  colnames(ymat) <- yDeZero$ynames
  
  ymat
}

Try the gjam package in your browser

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

gjam documentation built on May 24, 2022, 1:06 a.m.