Learn R Programming

kimod (version 1.0.0)

summary.Bootstrap: print.Bootstrap or summary.Bootstrap a Bootstrap object

Description

Generic Print/Summary method for Bootstrap class output visualization.

Usage

## S3 method for class 'Bootstrap':
summary(object)

Arguments

object
Bootstrap class object.

Value

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

Examples

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


 summary(A)

}

Run the code above in your browser using DataLab