Bootstrap-print.Boot: 'print' or 'summary' a Bootstrap object

Description Usage Arguments Value Author(s) Examples

Description

Generic Print/Summary method for Bootstrap class output visualization.

Usage

1
2
## S4 method for signature 'Bootstrap'
print(x)

Arguments

x

Bootstrap class object.

Value

according to the call

print

console output text with increasing detail of Bootstrap object.

Author(s)

M L Zingaretti, J A Demey-Zambrano, J L Vicente-Villardon, J R Demey

Examples

1
2
3
4
5
6
7
8
9
{
 data(NCI60Selec)
 fit<-DiStatis(NCI60Selec,Scale=TRUE,Center=TRUE)
 A<-Bootstrap(fit)

 print(A)


}

lauzingaretti/kimod documentation built on May 25, 2019, 5:01 a.m.