params {SBMSplitMerge} | R Documentation |
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 |
Value
a params
object
Examples
p <- params(0.1, c(0.2,0.4,0.5))
p
[Package SBMSplitMerge version 1.1.1 Index]