## S3 method for class 'secr':
vcov(object, realnames = NULL, newdata = NULL,
byrow = FALSE, ...)
secr.fit
newdata
, or a list of among-row variance-covariance
matrices, one for each `real' parameter.realnames
and newdata
are specified, the result is
either a matrix of variances and covariances for each `real' parameter
among the points in predictor-space given by the rows of newdata
or among real parameters for each row of newdata
. Failure to
specify newdata
results in a list of variances only.vcov
, secr.fit
, print.secr
## previosuly fitted secr model
vcov(secrdemo.0)
Run the code above in your browser using DataLab