VTM {SurrogateOutcome} | R Documentation |
Helper function; this function creates a matrix that repeats vc, dm times where each row is equal to the vc vector.
VTM(vc, dm)
vc |
the vector to repeat. |
dm |
number of rows. |
a matrix that repeats vc, dm times where each row is equal to the vc vector