R/VTM.R

Defines functions VTM

VTM <-
function(vc, nr){
   matrix(vc, ncol = length(vc), nrow = nr, byrow = T)
}
mdbrown/survCompetingRisk documentation built on May 22, 2019, 3:23 p.m.