summariseQuantReg: Get summary stats for quantile regression models of survey...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/summariseQuantReg.R

Description

This function summarises the coefficients of quantile regression models.

Usage

1
summariseQuantReg(quant.reg.fit = NULL, boot.weights = NULL, alpha = 0.05)

Arguments

quant.reg.fit

The bootstrapped coefficients from a quantile regression model. Defaults to NULL.

boot.weights

Bootstrapped replicate weights as generated using bootSurveyDesign. Defaults to NULL.

alpha

The desired Type I Error Rate. Defaults to α = 0.05.

Value

A data.frame containing variable names, coefficients, standard errors, test statistics, and p-values.

Author(s)

Jack Leary

See Also

bootSurveyDesign rq

Examples

1
## Not run: summariseQuantReg(quant.reg.fit = my_model, boot.weights = boot_sample_weights, alpha = 0.01)

jr-leary7/SurveyQuantReg documentation built on Dec. 21, 2021, 3:14 a.m.