powered by
params
make a params object from the between-block parameter theta0 and a vector of within block parameters thetak
theta0
thetak
params(theta0, thetak)
between block parameters - a vector of length `dimension of theta`
within block parameters - a matrix with ncol=kappa and nrow=dimension of theta
ncol=kappa
nrow=dimension of theta
a params object
# NOT RUN { p <- params(0.1, c(0.2,0.4,0.5)) p # }
Run the code above in your browser using DataLab