View source: R/summary.predict.mat.R
summary.predict.mat | R Documentation |
summary
method for objects of class "predict.mat"
.
## S3 method for class 'predict.mat'
summary(object, ...)
object |
an object of class |
... |
arguments passed to or from other methods. |
An object of class "summary.predict.mat"
, see
predict.mat
for more details.
Gavin L. Simpson
predict.mat
, mat
,
bootstrap.mat
and summary
.
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.