This functions gives a summary list for a quantile ratio regression model.

# S3 method for class 'qrr'
summary(object, se = "approximate", R = 200,
update = TRUE, ...)

Arguments

object

an object of class summary.qrr.

se

specifies the method used to compute standard errors. See argument method in vcov.qrr.

R

number of bootstrap replications.

update

see argument update in vcov.qrr.

...

not used.

References

Farcomeni A. and Geraci M. Quantile ratio regression. 2023. Working Paper.

Author

Marco Geraci

See also