Learn R Programming

mads (version 0.1.6)

check.ddf.models: Checks the list of model names supplied by the user

Description

Performs various checks on the models and model names supplied by the user, including checking that the data in each model are the same across species codes to ensure valid comparison using the AIC/AICc/BIC selection criteria.

Usage

check.ddf.models(model.names, ddf.models)

Arguments

model.names

a list of vectors of model names. Each list element is named according to the species code.

ddf.models

a list of ddf objects named in model.names

Value

list of two boolean values relating to cluster size and double observer analyses.

Details

In addition, this routine establishes whether the analyses are double observer or not and whether the observations are individuals of clusters.

See Also

execute.multi.analysis