print.bootlist: Print method for class bootlist.

Description Usage Examples

Description

Print method for class bootlist.

Usage

1
2
## S3 method for class 'bootlist'
print(x, ...)

Examples

1
2
3
4
5
x <- c(1, 3, 4, 2, 8)
bst <- bootstats(x, nrep=5, return_resamples=TRUE)
bst
str(bst)
bst$resamples

AkselA/R-confintplot documentation built on May 9, 2019, 12:52 p.m.