Description Usage Arguments Value Author(s) See Also Examples
View source: R/summariseQuantReg.R
This function summarises the coefficients of quantile regression models.
1 | summariseQuantReg(quant.reg.fit = NULL, boot.weights = NULL, alpha = 0.05)
|
quant.reg.fit |
The bootstrapped coefficients from a quantile regression model. Defaults to NULL. |
boot.weights |
Bootstrapped replicate weights as generated using |
alpha |
The desired Type I Error Rate. Defaults to α = 0.05. |
A data.frame containing variable names, coefficients, standard errors, test statistics, and p-values.
Jack Leary
1 | ## Not run: summariseQuantReg(quant.reg.fit = my_model, boot.weights = boot_sample_weights, alpha = 0.01)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.