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':
plot(x, xlab="p", ylab="MCS", ...)
## S3 method for class 'bootMCS':
summary(object, alpha=0.05, ...)
## S3 method for class 'bootMCS':
plot(x, xlab="p", ylab="MCS", alpha=0.05, ylim, ...)
R = 100
.trace = 10
.MCS
or bootMCS
.alpha = 0.05
.MCS
. There are plot and summary methods available for this class.bootMCS
. There are plot and summary methods available for this class.bootMCS
is plotted, simple
quantile bootstrap confidence intervals are displayed.chi
D <- liver[liver$dose == "D",]
plot(D)
# Following lines commented out to keep CRAN happy
#Dmcs <- bootMCS(D[, 5:6])
#Dmcs
#plot(Dmcs)
Run the code above in your browser using DataLab