Learn R Programming

metricTester (version 1.3.6)

nullPerformance: Summarize null model performance of a series of summarized simulation results

Description

Summarizes null performance after reading in and testing simulation results with either sesIndiv or plotOverall.

Usage

nullPerformance(summarized.results, metrics, concat.by = "both")

Arguments

summarized.results

The results of a call to sesIndiv() or plotOverall(). If from plotOverall, the results must include the standard three spatial simulations (random, filtering, competition), but must contain no other spatial simulations.

metrics

By default, this function summarizes null performance over all tested metrics. Alternatively, user can supply a vector of metric names to summarize the results over.

concat.by

Default is "both". Meaning that if both plot-level and richness-level summary statistics are available, then performance will be average over both types of results. Alternatively (and perhaps preferably), either "plot" or "richness" can be provided and, assuming that concatenation option was specified in the multiLinker runs, performance results will be summarized just over that specified option.

Value

A data frame of summarized results

Details

If an overall picture of null performance is desired, this function can provide it. It can also be used to summarize null performance over a specific subset of simulations, metrics, and concatenation options. If provided with the results of a call to plotOverall, the options are more limited. Currently, if provided with such a result, the assumption is that there are three spatial simulations, "random", "filtering", and "competition". It then assumes that any clustered or overdispersed plots for the random simulation, or any overdispersed or clustered for the filtering or competition simulations, respectively, count as typeI errors. It assumes that any plots that are not clustered or overdispersed for the filtering or competition simulations, respectively, count as typeII errors.

References

Miller, E. T., D. R. Farine, and C. H. Trisos. 2016. Phylogenetic community structure metrics and null models: a review with new methods and software. Ecography DOI: 10.1111/ecog.02070

Examples

Run this code
# NOT RUN {
#not run
#results <- readIn()
#summ <- sesIndiv(results)
#examp <- nullPerformance(summ)
# }

Run the code above in your browser using DataLab