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

Description Usage Arguments Details Value Note Author(s) See Also

View source: R/check.ddf.models.R

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

1
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

Details

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

Value

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

Note

Internal function not intended to be called by user.

Author(s)

Laura Marshall

See Also

execute.multi.analysis


mads documentation built on July 2, 2020, 2:12 a.m.