
Last chance! 50% off unlimited learning
Sale ends in
summary
method for objects of class "predict.mat"
.## S3 method for class 'predict.mat':
summary(object, \dots)
"predict.mat"
, usually the
result of a call to predict.mat
."summary.predict.mat"
, see
predict.mat
for more details.predict.mat
, mat
,
bootstrap.mat
and 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")
## predict for RLGH data
swap.pred <- predict(swap.mat, rlgh, bootstrap = FALSE, n.boot = 100)
summary(swap.pred)
Run the code above in your browser using DataLab