check_response_equal: Check for equivalence of response slots in two models

View source: R/eq.R

check_response_equalR Documentation

Check for equivalence of response slots in two models

Description

The response slots are considered equal if the names match and the units match. Units are first parsed to strings and then checked for equivalence

Usage

check_response_equal(mod1, mod2)

Arguments

mod1

A model object

mod2

A model object


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