An object of class boot.lqm
is a data frame with R
rows and npars
columns containing the bootstrap estimates of theta
. If object
contains results for multiple quantiles, boot.lqm
returns an array of dimension c(R,npars,nt)
, where nt
is the length of tau
.
An object of class boot.lqmm
is a data frame with R
rows and npars
columns containing the bootstrap estimates of theta_x
, theta_z
, and scale
. If object
contains results for multiple quantiles, boot.lqmm
returns an array of dimension c(R,npars,nt)
, where nt
is the length of tau
. The elements of theta_z
are labelled with reStruct
. See function covHandling
and the example below on how to derive the variance-covariance matrix of the random effects starting from theta_z
.
The following attributes are available:
tauindex of the quantile(s).
estimatedthe estimated parameter as given by object
.
Rnumber of bootstrap replications.
seedthe random number generator seed used to produce the bootstrap sample.
nparstotal numer of parameters.
rdfthe number of residual degrees of freedom.
indicesthe bootstrap sample of independent data units.