| ci.QF | R Documentation | 
Computes confidence intervals for bias-corrected estimators; Each row corresponds to a tau value.
## S3 method for class 'QF'
ci(
  object,
  probability = FALSE,
  alpha = 0.05,
  alternative = c("two.sided", "less", "greater"),
  ...
)
object | 
 An object of class 'QF', a result of a call to 'QF'  | 
probability | 
 Whether returns CI with probability transformation or not
(default=  | 
alpha | 
 Level of significance to construct confidence interval (default=0.05)  | 
alternative | 
 Indicates the alternative hypothesis to construct confidence interval and must be one of "two.sided" (default), "less", or "greater".  | 
... | 
 arguments to pass down  | 
A matrix with columns giving lower and upper confidence limits for bias-corrected estimators, with rows corresponding to different tau.
## Not run: 
## -- Continuing the QF(.) example:
out <- ci(Est)
out
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.