boot.lqmm: Bootstrapping Linear Quantile Mixed Models
Description
This function is used to obtain a bootstrap sample of a fitted LQMM.Usage
boot.lqmm(object, R = 50, seed = round(runif(1, 1, 10000)))
Arguments
object
an object of class "lqmm". R
number of bootstrap replications.
seed
optional random generator seed.
Value
- an object of class "boot.lqmm".