print.saddle.distn
From boot v1.3-24
by Brian Ripley
Print Quantiles of Saddlepoint Approximations
This is a method for the function print()
to print objects of class
"saddle.distn"
.
- Keywords
- smooth, print, nonparametric
Usage
# S3 method for saddle.distn
print(x, …)
Arguments
- x
An object of class
"saddle.distn"
created by a call tosaddle.distn
.- …
further arguments passed to or from other methods.
Details
The quantiles of the saddlepoint approximation to the distribution are printed along with the original call and some other useful information.
Value
The input is returned invisibly.
See Also
Community examples
Looks like there are no examples yet.