summary method for class "bootstrap.mat".## S3 method for class 'bootstrap.mat':
summary(object, \dots)"bootstrap.mat", usually the
result of a call to bootstrap.mat.estimated"y", the
environment.}
residualsr.squared"y".}
avg.biasmax.biasrmsekestimated"y".}
residuals"y".}
r.squared"y".}
avg.biasmax.biasrmseps1s2krmseps1s2"k" was choosen automatically or
user-selected.observednewenv is provided.}
modelapparent, above.
}
bootstrapbootstrap, above.}
sample.errorssample.errors, above.}bootstrap.mat, mat,
summary.## continue the RLGH example from ?join
example(join)
## fit the MAT model using the squared chord distance measure
swap.mat <- mat(swapdiat, swappH, method = "SQchord")
## bootstrap training set
swap.boot <- bootstrap(swap.mat, k = 10, n.boot = 100)
swap.boot
summary(swap.boot)Run the code above in your browser using DataLab