Learn R Programming

ecocbo (version 1.0.0)

simResultsNested: Data set containing the results of applying ecocbo::prep_data() to a nested factors experiment.

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.

Usage

simResultsNested

Arguments

Format

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

$Results
dat.sim

simulation from which the results are obtained.

k

number of resample for the result.

m

number of sites considered for the result.

n

number of replicates within each site for the result.

pseudoFH0

observed F value for the experimental design, when all observations belong to one site.

pseudoFHa

observed F value for the experimental design, when observations belong to different sites.

MSB(A)

calculated mean squares among sites in the experiment.

MSR

calculated mean squares for the residuals in the experiment.

$model

"single.factor"

attribute

class: ecocbo_data

Details

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.