Learn R Programming

kimod (version 1.0.0)

print.Bootstrap: print or summary a Bootstrap object

Description

Generic Print/Summary method for Bootstrap class output visualization.

Usage

## S3 method for class 'Bootstrap':
print(x)

Arguments

x
Bootstrap class object.

Value

  • according to the call
  • printconsole output text with increasing detail of Bootstrap object.

Examples

Run this code
{
 data(NCI60Selec)
 fit<-DiStatis(NCI60Selec,Scale=TRUE,Center=TRUE)
 A<-Bootstrap(fit)

 print(A)


}

Run the code above in your browser using DataLab