## Imbrie and Kipp
data(ImbrieKipp)
ImbrieKipp <- ImbrieKipp / 100
data(SumSST)
ik.wa <- wa(SumSST ~ ., data = ImbrieKipp, tol.dw = TRUE,
min.tol = 2, small.tol = "min")
ik.wa
## load V12.122 core data
data(V12.122)
V12.122 <- V12.122 / 100
## predict summer sea-surface temperature for V12.122 core
set.seed(2)
v12.pred <- predict(ik.wa, V12.122, CV = "bootstrap", n.boot = 100)
## draw the fitted reconstruction
reconPlot(v12.pred, use.labels = TRUE, display = "bars")
## extract the model performance stats
performance(v12.pred)
Run the code above in your browser using DataLab