powered by
Returns the varaince-covariance matrix of the parameters of a GNARfit object.
# S3 method for GNARfit vcov(object,...)
A matrix of estimated covariances between the parameter estimates, this is calculated using vcov for lm objects.
a GNARfit object, the output from a GNARfit call.
further arguments passed to vcov.
S3 method for class "GNARfit".
#covariance matrix of fiveNode fit vcov(GNARfit())
Run the code above in your browser using DataLab