check_covariates_equal: Check for equivalence of covariate slots in two models

View source: R/eq.R

check_covariates_equalR Documentation

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


allometric documentation built on Nov. 8, 2023, 1:07 a.m.