Bootstrap-summary: 'print.Bootstrap' or 'summary.Bootstrap' 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'
summary(object)

Arguments

object

Bootstrap class object.

Value

according to the call

summary

console output text with increasing detail of Bootstrap object.

Author(s)

M L Zingaretti, J A Demey, 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)


 summary(A)

}

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