apollo_loadModel function

Loads model from file

Loads model from file

Loads a previously estimated model object from a file.

apollo_loadModel(modelName)

Arguments

  • modelName: Character. Name of the model to load.

Returns

A model object.

Details

This function looks for a file named modelName_model.rds in the working or output directory, loads the object contained in it, and returns it.

  • Maintainer: Stephane Hess
  • License: GPL-2
  • Last published: 2025-03-12