Usage
msfit(bp, r, nboot)
## S3 method for class 'msfit':
plot(x, curve=TRUE, main=NULL, sub=NULL, xlab=NULL, ylab=NULL, ...)
## S3 method for class 'msfit':
lines(x, col=2, lty=1, ...)
## S3 method for class 'msfit':
summary(object, digits=3, ...)
Arguments
bp
numeric vector of bootstrap probability values.
r
numeric vector of relative sample size of bootstrap samples
defined as $r=n'/n$ for original sample size $n$ and
bootstrap sample size $n'$.
nboot
numeric value (vector) of the number of bootstrap
replications.
curve
logical. If TRUE, the fitted curve is drawn.
main, sub, xlab, ylab, col, lty
generic graphic parameters.
object
object of class msfit.
digits
integer indicating the precision to be used in rounding.
...
other parameters to be used in the functions.