Learn R Programming

SBMSplitMerge (version 1.1.1)

params: params S3 object

Description

make a params object from the between-block parameter theta0 and a vector of within block parameters thetak

Usage

params(theta0, thetak)

Arguments

theta0

between block parameters - a vector of length `dimension of theta`

thetak

within block parameters - a matrix with ncol=kappa and nrow=dimension of theta

Value

a params object

Examples

Run this code
# NOT RUN {
p <- params(0.1, c(0.2,0.4,0.5))
p
# }

Run the code above in your browser using DataLab