R/vec.r

Defines functions vec

########## R function: vec ##########

# Obtains the vecorisation of a matix.

# Last changed: 08 JAN 2018

vec <- function(A)
   return(as.vector(A))

############ End of vec ############

Try the glmmEP package in your browser

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

glmmEP documentation built on Oct. 30, 2019, 9:39 a.m.