summary.predict.mat: Summarise MAT model predictions

Description Usage Arguments Value Author(s) See Also Examples

View source: R/summary.predict.mat.R

Description

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

Usage

1
2
## S3 method for class 'predict.mat'
summary(object, ...)

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.

Author(s)

Gavin L. Simpson

See Also

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

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 
## 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)
summary(swap.pred)

## End(Not run)

analogue documentation built on June 21, 2021, 1:08 a.m.