no.process {quantreg.nonpar} | R Documentation |
Estimation for NPQR with No Inference
Description
A method for the generic function npqr
. It computes the quantile regression fits without performing inference
Usage
no.process(data = data, taus, formula, basis = NULL,
var, load, rearrange=F, rearrange.vars="quantile",
average=T, nderivs=1, method = "fn")
Arguments
data |
a data.frame in which to interpret the variables named in the |
taus |
a numerical vector, whose entries are strictly between 0 and 1, containing the quantile indexes of interest. |
formula |
a formula object, with the response Y on the left of a ~ operator, and the covariate terms, separated by + operators on the right, not including the regressor whose effect is to be estimated nonparametrically. Operators such as '*', ':', 'log()', and 'I()' are allowable. However, factor variables should be constructed prior to entry in the formula: the 'factor()' operator is not allowable. |
basis |
either a basis generated using the |
var |
a column name within |
load |
optional manual input of loading vector (or matrix of loading vectors) that will be used as data points at which inference will be performed and over which hypothesis tests will be conducted. Each vector of |
rearrange |
a boolean specifiying whether estimates will be monotonized (requires that |
rearrange.vars |
if |
average |
if |
nderivs |
the number of derivatives of the conditional quantile function upon which point estimates should be generated. |
method |
method to be implemented in quantile regressions: passed to function |
Value
no.process
returns a list containing the following elements:
qfits |
a list whose length is equal to the length of |
point.est |
a matrix containing the point estimates of interest (e.g., the average derivative of the function) for each pair of loading vectors and |
var.unique |
a vector containing all values of the covariate of interest with no repeated values. |
load |
the loading vector or matrix of loading vectors used as data points at which point estimates were generated. If |
Author(s)
Michael Lipsitz, Alexandre Belloni, Victor Chernozhukov, Ivan Fernandez-Val
References
Belloni, A., Chernozhukov, V., and I. Fernandez-Val (2011), "Conditional quantile processes based on series or many regressors," arXiv:1105.6154.