Calculate linear combinations of parameters simulated in BUGS. This is a test version for internal use!
CCDiff(bugs, dat, cmat = NULL,
type = c("Dunnett", "Tukey", "Sequen", "Williams", "Changepoint"))
an object of class bugs
, containing N values of the joint posterior distribution of in an N-times-P matrix named muvec
an object of R2Bugsdat1w
a contrast matrix of dimensions M-times-P
a single character string, which type of comparisons to perform, if cmat
is not given; this argument is ignored if cmat
ist specified
An object of class "CCDiff", a list with elements
the N-times-M matrix of the transformed joint posterior distribution
the bugs object, as input
the object of class "R2Bugsdat1w", as input
the M-times-P contrast matrix
Testversion, for internal use.