| ecd.ccdf | R Documentation | 
Complementary CDF of ecd, integration of PDF from x to Inf
ecd.ccdf(object, x, to.x = Inf, piece.wise = FALSE, f = NULL, verbose = FALSE)
| object | An object of ecd class | 
| x | A numeric vector of  | 
| to.x | A value or a vector of starting  | 
| piece.wise | Logical. If  | 
| f | an optional extension to perform integral on function other than 1. This is for internal use only. You should use the respective wrappers. | 
| verbose | logical, display timing information, for debugging purpose. | 
The CCDF
Stephen H. Lihn
d <- ecd() x <- seq(0, 10, by=1) ecd.ccdf(d,x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.