R/vtm.R

Defines functions vtm

#-------------------------------------
# Vector to Matrix (same as VTM())
#-------------------------------------
vtm<-function(vc, dm){
  matrix(vc, ncol=length(vc), nrow=dm, byrow=T)
}

Try the survAH package in your browser

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

survAH documentation built on Dec. 4, 2025, 5:07 p.m.