| BeckLee_disparity {dispRity} | R Documentation |
BeckLee_disparity
Description
An example of a dispRity object.
Format
one dispRity object.
Details
This matrix is based on the BeckLee dataset and split into 120 continuous subsets (chrono.subsets).
It was bootstrapped 100 times (boot.matrix) with four rarefaction levels.
Disparity was calculated as the sum of the variances (dispRity).
See Also
BeckLee disparity
Examples
## Not run:
## Loading the data
data(BeckLee_mat99)
data(BeckLee_tree)
data(BeckLee_ages)
## Creating the 7 subsets
subsets <- chrono.subsets(BeckLee_mat99, BeckLee_tree,
time = seq(from = 0, to = 120, by = 1),
method = "continuous", model = "proximity",
FADLAD = BeckLee_ages)
## Bootstrapping and rarefying
bootstraps <- boot.matrix(subsets, bootstraps = 100)
## Calculating disparity
BeckLee_disparity <- dispRity(bootstraps, metric = c(sum, variances))
## End(Not run)
[Package dispRity version 1.8 Index]