R/List2VecMult.R

List2VecMult <- function (theta) {
  para <- c(theta$gamma, theta$phi, theta$alpha, theta$Ysigma, theta$Bsigma)
  return(para)
}

Try the JSM package in your browser

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

JSM documentation built on Sept. 4, 2020, 1:08 a.m.