
## S3 method for class 'wa':
bootstrap(object, n.boot = 1000, verbose = TRUE, \dots)
"wa"
for which bootstrap
statistics are to be generated.predict.wa
.bootstrap.mat
for further details. This method is
not as feature packed as bootstrap.mat
but can be used
to evaluate the model performance of WA transfer function models.wa
, plot.wa
.## Imbrie and Kipp
data(ImbrieKipp)
data(SumSST)
ik.wa <- wa(SumSST ~ ., data = ImbrieKipp, tol.dw = TRUE,
min.tol = 2, small.tol = "min")
ik.wa
## compare actual tolerances to working values
with(ik.wa, rbind(tolerances, model.tol))
## bootstrap the WA model
ik.boot <- bootstrap(ik.wa, n.boot = 100)
## performance statistics
performance(ik.boot)
Run the code above in your browser using DataLab