print.Bootstrap {kimod} | R Documentation |
print
or summary
a Bootstrap objectGeneric Print/Summary method for Bootstrap class output visualization.
## S4 method for signature 'Bootstrap' print(x)
x |
Bootstrap class object. |
according to the call
print |
console output text with increasing detail of Bootstrap object. |
M L Zingaretti, J A Demey-Zambrano, J L Vicente-Villardon, J R Demey
{ data(NCI60Selec) fit<-DiStatis(NCI60Selec,Scale=TRUE,Center=TRUE) A<-Bootstrap(fit) print(A) }