model_call-MixedEffectsModel-method: Get the function call for a model

model_call,MixedEffectsModel-methodR Documentation

Get the function call for a model

Description

The function call is the allometric model expressed as a function of its covariates. Accessing the function call is important when determining the order of the covariates given to the prediction function.

Usage

## S4 method for signature 'MixedEffectsModel'
model_call(object)

Arguments

object

The allometric model or set for which a function call will be retrieved

Value

A string of the function call

Examples

model_call(brackett_rubra)

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