Learn R Programming

ecocbo (version 0.12.0)

simResults: Data set containing the results of applying ecocbo::prep_data().

Description

The dataset contains the results of applying ecocbo::prep_data() to epiDat. The result is a list with one level: $Results is a data frame with the results of applying PERMANOVA to epiDat a number of times, it contains the values of pseudoF and the mean squares for different repeated sampling efforts.

This dataset can be used to study the variability of the pseudoF-statistic, beta and the power when an experiment is applied to a varying number of samples, sampling units, or sampling sites.

Usage

data("simResults")

Arguments

Format

An object of class "ecocbo_data", also a list containing one data frame. The format is:

$Resultsa data frame that contains the results of the evaluation of sim_beta.
dat.simsimulation from which the results are obtained.
knumber of resample for the result.
mnumber of sites considered for the result.
nnumber of replicates within each site for the result.
pseudoFH0observed F value for the experimental design, when all observations belong to one site.
pseudoFHaobserved F value for the experimental design, when observations belong to different sites.
AMSHacalculated mean squares among sites in the experiment.
RMSHacalculated mean squares for the residuals in the experiment.

Details

This dataset comes from applying ecocbo::prep_data() to the basic data from ecocbo::epiDat.

References

Guerra-Castro, E. J. et al. 2016. Scales of spatial variation in tropical benthic assemblages and their ecological relevance: epibionts on Caribbean mangrove roots as a model system. – Mar. Ecol. Prog. Ser. 548: 97–110.

Examples

Run this code
data(simResults)

sim_beta(simResults, alpha = 0.05)

Run the code above in your browser using DataLab