summary.lqr {lqmix} | R Documentation |
Summary of an lqr
object
Description
Summary method for the class
lqr
Usage
## S3 method for class 'lqr'
summary(object, ...)
Arguments
object |
an |
... |
not used |
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 |
[Package lqmix version 1.0 Index]