toJSON,FixedEffectsModel-method | R Documentation |
This function converts a fixed effects model into a JSON representation. Primarily, this is used internally to populate a remotely hosted MongoDatabase.
## S4 method for signature 'FixedEffectsModel'
toJSON(object, ...)
object |
A fixed effects model |
... |
Additional arguments passed to jsonlite::toJSON |
A string containing the JSON representation of the object
toJSON(brackett_rubra, pretty = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.