toJSON-FixedEffectsModel-method: Convert a fixed effects model to a JSON representation

toJSON,FixedEffectsModel-methodR Documentation

Convert a fixed effects model to a JSON representation

Description

This function converts a fixed effects model into a JSON representation. Primarily, this is used internally to populate a remotely hosted MongoDatabase.

Usage

## S4 method for signature 'FixedEffectsModel'
toJSON(object, ...)

Arguments

object

A fixed effects model

...

Additional arguments passed to jsonlite::toJSON

Value

A string containing the JSON representation of the object

Examples

toJSON(brackett_rubra, pretty = TRUE)

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