equals-FixedEffectsModel-FixedEffectsModel-method: Check equivalence of fixed effects models

==,FixedEffectsModel,FixedEffectsModel-methodR Documentation

Check equivalence of fixed effects models

Description

Fixed effects models are considered equal if all of the following are true:

  • The model IDs are equal (or not present)

  • The response unit names and units are the same

  • The covariate names and units are the same and are in the same order

  • The specification names and values are the same

  • The predict_fn is the same

  • The response definitions are the same

  • The covariate definitions are the same

Usage

## S4 method for signature 'FixedEffectsModel,FixedEffectsModel'
e1 == e2

Arguments

e1

A FixedEffectsModel object

e2

A FixedEffectsModel object


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