Print a Summary of Pbootstrap Object
DESCRIPTION:
Print method for
.
Prints the same information as
plus percentiles, and also
correlations if the statistic is vector-valued.
USAGE:
print.summary.parametricBootstrap(x, digits=4, ...)
REQUIRED ARGUMENTS:
- x
-
object produced by
.
OPTIONAL ARGUMENTS:
- digits
-
the number of significant digits to print.
- ...
-
additional arguments; these are currently ignored.
VALUE:
returns
x
invisibly.
SEE ALSO:
,
,
,
.
EXAMPLES:
temp <- parametricBootstrap(iris[,1,1], mean, rsampler = rnorm,
args.rsampler = list(mean = mean(iris[,1,1]),
sd = sqrt(var(iris[,1,1]))))
print(summary(temp))