Description Usage Arguments Examples
This function runs a estimator of the quantiles of y depending upon x.
It pools the values of y into bins based on the quantiles of x then interpolates in
a linear fashion assuming the quantiles occur at the bin centre. Out of range extrapolation
depends upon rule - see approx
function in the stats package
1 |
y |
Values whose quantiles are sought |
x |
Explanatory variable |
q |
Quantiles estimated. Default is 0.05,0.1,...,0.95 |
xout |
Value of x to return quantiles at. NA (default) returns values for seq(min(x),max(x),length=100) |
rule |
See |
1 2 | # Not Run
# ModelBuild()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.