Learn R Programming

allometric (version 2.1.0)

check_covariates_equal: Check for equivalence of covariate slots in two models

Description

The covariate slots are considered equal if they contain the same number of covariates, the names match, the units match, and the covariates are in the same order.

Usage

check_covariates_equal(mod1, mod2)

Arguments

mod1

A model object

mod2

A model object