vcov.qrr | R Documentation |
This functions returns the variance-covariance matrix of the coefficients of a fitted qrr
model object.
## S3 method for class 'qrr'
vcov(object, method = "approximate", R = 200, update = TRUE, ...)
object |
an object of |
method |
if |
R |
the number of bootstrap replications. |
update |
logical flag. If |
... |
not used. |
The use of update = FALSE
is preferred when the function vcov.qrr
is called from within another function.
Marco Geraci with contributions from Alessio Farcomeni
Farcomeni A. and Geraci M. Quantile ratio regression. 2023. Working Paper.
qrr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.