Computes covariance across all retained draws of global model variables.
Usage
# S3 method for class 'RprobitB_fit'
vcov(object, ...)Value
A symmetric numeric matrix whose rows and columns are the global
posterior variables returned by coef().
Details
The returned matrix is the covariance of the posterior distribution, not
the sampling covariance of an estimator. It is reported through
stats::vcov() because it is the standard way to ask a fitted model for
the covariance of its parameters.
