Title
Usage
# S3 method for class 'acreboot'
vcov(
object,
types = NULL,
pars = NULL,
new.covariates = NULL,
from_boot = TRUE,
show_fixed_par = TRUE,
...
)Arguments
- object
an object generated by the bootstrap function "boot.acre()".
- types
a character vector, the same as "coef.acre()".
- pars
a character vector, the same as "coef.acre()".
- new.covariates
a data frame, the same as "coef.acre()".
- from_boot
a logical value, TRUE by default, to control whether the covariance matrix is calculated from the bootstrap results. If FALSE, the method "vcov.acre()" will be called.
- show_fixed_par
a logical value, the same as "vcov.acre()".
- ...
For S3 compatibility.