Description Usage Arguments Details Value Author(s) Source See Also Examples
View source: R/lqm_S3_summary.R
Summary method for class lqm
.
1 2 |
object |
an object of |
method |
specifies the method used to compute standard errors: "boot" for bootstrap (default), "nid" for large sample approximations under nid assumptions. |
alpha |
significance level. |
covariance |
logical flag. If |
... |
see |
print.summary.lqm
formats the coefficients, standard errors, etc. and
additionally gives ‘significance stars’.
an object of class summary.lqm
. The function
summary.lqm
computes and returns a list of summary statistics of the
fitted linear quantile mixed model given in object
, using the
components (list elements) from its argument, plus
Cov |
the covariance matrix obtained from the bootstrapped estimates
(if |
tTable |
a matrix with estimates, standard errors, etc. |
Marco Geraci
The code for the "nid" method has been adapted from the function
summary.rq
in package quantreg
. It depends on the function
bandwidth.rq
.
Roger Koenker (2016). quantreg: Quantile Regression. R package version 5.29. https://CRAN.R-project.org/package=quantreg
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.