Title
Usage
# S3 method for class 'acreboot'
stdEr(
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, the same as "vcov.acreboot()".
- show_fixed_par
a logical value, the same as "vcov.acre()".
- ...
For S3 compatibility.