qua.regressCOP.draw | R Documentation |
Draw a suite of lines for specified nonexceedance probabilities representing the quantile regression (Nelsen, 2006, pp. 217–218) of either V
with respect to U
or U
with respect to V
depending upon an argument setting.
qua.regressCOP.draw(f=seq(0.1, 0.9, by=0.1), fs=0.5, cop=NULL, para=NULL,
ploton=TRUE, wrtV=FALSE, col=c(4,2), lwd=c(1,2), lty=1,...)
f |
Nonexceedance probability |
fs |
A special value of nonexceedance probability to draw with second values to arguments |
cop |
A copula function; |
para |
Vector of parameters or other data structure, if needed, to pass to the copula; |
ploton |
A logical to toggle on the plot; |
wrtV |
If |
col |
A vector of two values for the color of the line to draw, where the first value is used for the |
lwd |
A vector of two values for the line width of the line to draw, where the first value is used for the |
lty |
The line type to draw; and |
... |
Additional arguments to pass. |
No values are returned, this function is used for its side effects.
W.H. Asquith
Nelsen, R.B., 2006, An introduction to copulas: New York, Springer, 269 p.
qua.regressCOP
, qua.regressCOP2
# See example in qua.regressCOP documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.