Description Usage Arguments Value Author(s) Examples
Generic Print/Summary method for Bootstrap class output visualization.
| 1 2 | ## S4 method for signature 'Bootstrap'
summary(object)
 | 
| object | Bootstrap class object. | 
according to the call
|  summary | console output text with increasing detail of Bootstrap object. | 
M L Zingaretti, J A Demey, J L Vicente-Villardon, J R Demey
| 1 2 3 4 5 6 7 8 9 | {
 data(NCI60Selec)
 fit<-DiStatis(NCI60Selec,Scale=TRUE,Center=TRUE)
 A<-Bootstrap(fit)
 summary(A)
}
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.