Learn R Programming

allometric (version 2.1.0)

check_response_equal: 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