Learn R Programming

siqr

Single-index quantile regression models are important tools in semiparametric regression to provide a comprehensive view of the conditional distributions of a response variable. This methods is especially useful when the data is heterogeneous or heavy tailed.

We provides functions that allow users to fit Single-Index Quantile Regression model via an efficient iterative local linear approach. It also provides functions to do prediction, estimate standard errors of the single-index coefficients via bootstrap, and visualize the estimated univariate function. Please see W., Y., Y. (2010) at here for details.

Copy Link

Version

Install

install.packages('siqr')

Monthly Downloads

199

Version

0.8.1

License

GPL-3

Maintainer

Tianhai Zu

Last Published

December 14th, 2021

Functions in siqr (0.8.1)

summary.siqr

Function to print summary
siqr

Main estimation function of single index quantile regression model. a two step method.
generate.data

Data generation function for simulation and demonstration There are three settings.
lprq0

A supporting function that return the local polynomial regression quantile. This estimates the quantile and its derivative at the point x.0
plot.siqr

plot function of siqr