Context of a MCMC
MCMCContext(X, tree, model, SE = matrix(0, PCMNumTraits(model), PCMTreeNumTips(tree)))
X | a |
---|---|
tree | a phylo object with N tips. |
model | a template used to build MixedGaussian model objects. |
SE | a k x N matrix specifying the standard error for each measurement in
X. Alternatively, a k x k x N cube specifying an upper triangular k x k
factor of the variance covariance matrix for the measurement error
for each node i=1, ..., N.
Default: |
an object of S3 class 'MCMCContext'.