an object of class summary.lqmm. The function summary.lqmm 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 covariance = TRUE).
tTable
a matrix with estimates, standard errors, etc.
B
the matrix of all bootstrapped parameters.
Details
print.summary.lqmm formats the coefficients, standard errors, etc. and additionally gives `significance stars'.
# NOT RUN {data(Orthodont)
fitOi.lqmm <- lqmm(distance ~ age, random = ~ 1, group = Subject,
tau = c(0.1,0.5,0.9), data = Orthodont)
summary(fitOi.lqmm)
# }