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.}
residuals
r.squared
"y"
.}
avg.bias
max.bias
rmse
k
estimated
"y"
.}
residuals
"y"
.}
r.squared
"y"
.}
avg.bias
max.bias
rmsep
s1
s2
k
rmsep
s1
s2
"k"
was choosen automatically or
user-selected.observed
newenv
is provided.}
model
apparent
, above.
}
bootstrap
bootstrap
, above.}
sample.errors
sample.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