methods.vcovmat.RdMethods for objects of class "vcovmat".
# S3 method for class 'vcovmat'
print(x, digits=4, tol, zero=".", na="", ...)
# S3 method for class 'vcovmat'
x[i, j, ...]an object of class "vcovmat".
integer to specify the number of decimal places to which the printed results should be rounded (the default is 4).
numeric value giving the tolerance for values that will be considered to be zeros.
character string to represent zero values.
character string to represent missing values.
indices to select rows/columns.
other arguments.
When printing a "vcovmat" object, values equal to zero are printed by default as a period. This makes it easier to see the structure of the variance-covariance matrix, which often has a block-diagonal structure. Values sufficiently close to zero are also treated as zero. This is controlled by the tol argument, which, if unspecified, is set by default to 10 * .Machine$double.eps.
To turn a matrix x of class "vcovmat" into a regular matrix, just use unclass(x).
Viechtbauer, W. (2010). Conducting meta-analyses in R with the metafor package. Journal of Statistical Software, 36(3), 1–48. https://doi.org/10.18637/jss.v036.i03