Description Usage Format Examples
This data set contains a list of quantile regression models (rq) for bias correction. In total nine regression models are saved in a list form, where we recommend to use the 0.35 for the correction.
1 | data("list.quantile.regs")
|
A list object of length 9, containing quantiles in sequences between 0.1 and 0.5 with 0.05 distances.
1 2 3 4 5 6 | data(list.quantile.regs)
##### Do not run these examples #####
##### In get_smuce the function is called as follows #####
##### pr1 = predict(mod.full,help); pr1[is.na(pr1)] = -1/gam; #####
##### ind.q = which(seq(0.1, 0.5, by = 0.05) == quant) #####
##### pr.cor = predict(list.quantile.regs[[ind.q]], data.frame(x = pr1) #####
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.