View source: R/summary.bootstrap.mat.R
summary.bootstrap.mat | R Documentation |
summary
method for class "bootstrap.mat"
.
## S3 method for class 'bootstrap.mat'
summary(object, ...)
object |
an object of class |
... |
arguments passed to or from other methods. |
A data frame with the following components:
observed |
vector of observed environmental values. |
model |
a list containing the apparent or non-bootstrapped estimates for the training set. With the following components:
|
bootstrap |
a list containing the bootstrap estimates for the training set. With the following components:
|
sample.errors |
a list containing the bootstrap-derived sample specific errors for the training set. With the following components:
|
weighted |
logical; whether the weighted mean was used instead of the mean of the environment for k-closest analogues |
auto |
logical; whether |
n.boot |
numeric; the number of bootstrap samples taken |
call |
the matched call |
call |
model type |
predictions |
a list containing the apparent and bootstrap-derived estimates for the new data, with the following components:
|
Gavin L. Simpson
bootstrap.mat
, mat
,
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")
## bootstrap training set
swap.boot <- bootstrap(swap.mat, k = 10, n.boot = 100)
swap.boot
summary(swap.boot)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.