print_boot {nlraa} | R Documentation |
Print an object of class boot
Description
This is a copy of boot::print.boot
Usage
print_boot(x, digits = getOption("digits"), index = 1L:ncol(boot.out$t), ...)
Arguments
x |
A bootstrap output object of class |
digits |
The number of digits to be printed in the summary statistics. |
index |
Indices indicating for which elements of the bootstrap output summary statistics are required. |
... |
further arguments passed to or from other methods. |
Author(s)
Brian Ripley with a bug fix by John Nash
[Package nlraa version 1.9.7 Index]