Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


analogue (version 0.4-0)

summary.predict.mat: Summarising MAT model predictions

Description

summary method for objects of class "predict.mat".

Usage

## S3 method for class 'predict.mat':
summary(object, \dots)

Arguments

object
an object of class "predict.mat", usually the result of a call to predict.mat.
...
arguments passed to or from other methods.

Value

  • An object of class "summary.predict.mat", see predict.mat for more details.

See Also

predict.mat, mat, bootstrap.mat and summary.

Examples

Run this code
## 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