summary.midrq: Summary for Mid-Quantile Regression Models

View source: R/Qtools_mid.R

summary.midrqR Documentation

Summary for Mid-Quantile Regression Models

Description

This functions gives a summary list for a mid-quantile regression model.

Usage

## S3 method for class 'midrq'
summary(object, alpha = 0.05, numerical = FALSE, robust = FALSE, ...)

Arguments

object

an object of class midrq.

alpha

numeric value to determine the confidence level (1-alpha) of the required interval.

numerical

logical flag. If TRUE, the variance-covariance estimate is approximated by the inverse of the numerical Hessian.

robust

logical flag. If TRUE, the Huber-White covariance estimate is computed using the Huberized residuals.

...

not used.

Author(s)

Marco Geraci

References

Geraci, M. and A. Farcomeni. Mid-quantile regression for discrete responses. arXiv:1907.01945 [stat.ME]. URL: https://arxiv.org/abs/1907.01945.

See Also

midrq


Qtools documentation built on Nov. 2, 2023, 6:11 p.m.