R/trans.par.ind.norm.r

Defines functions trans.par.ind.norm

trans.par.ind.norm = function(p, v, Z1){
  mu = Z1 %*% as.matrix(p)
  sd = exp(v)
  cbind(mu,sd)
}

Try the BayesPIM package in your browser

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

BayesPIM documentation built on April 12, 2025, 1:59 a.m.