summary.Bootstrap {kimod} | R Documentation |
print.Bootstrap
or summary.Bootstrap
a Bootstrap objectGeneric Print/Summary method for Bootstrap class output visualization.
## 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
{ data(NCI60Selec) fit<-DiStatis(NCI60Selec,Scale=TRUE,Center=TRUE) A<-Bootstrap(fit) summary(A) }