Usage
MCS(X, p = seq(0.1, 0.9, by = 0.1))
bootMCS(X, p = seq(0.1, 0.9, by = 0.1), R = 100, trace = 10)
## S3 method for class 'MCS':
print(x, ...)
## S3 method for class 'MCS':
show(x, ...)
## S3 method for class 'MCS':
summary(object, ...)
## S3 method for class 'MCS':
plot(x, xlab="p", ylab="MCS", ...)
## S3 method for class 'bootMCS':
print(x, ...)
## S3 method for class 'bootMCS':
show(x, ...)
## S3 method for class 'bootMCS':
summary(object, alpha=0.05, ...)
## S3 method for class 'bootMCS':
plot(x, xlab="p", ylab="MCS", alpha=0.05, ...)