50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


lqmix (version 1.1)

summary.lqr: Summary of an lqr object

Description

Summary method for the class lqr

Usage

# S3 method for lqr
summary(object, ...)

Value

Return an object of class

summary.lqr. This is a list of summary statistics for the fitted linear quantile regression model given in object, with the following elements:

fix

a matrix with estimates, standard errors, Z statistics, and p-values for the regression coefficients

scale

the scale parameter

sigma.e

the standard deviation of error terms

lk

the log-likelihood

npar

the total number of model parameters

aic

the AIC value

bic

the BIC value

qtl

the estimated quantile

nobs

the total number of observations

model

the estimated model

call

the matched call

Arguments

object

an lqr object

...

not used