apollo_loadModel: Loads model from file

View source: R/apollo_loadModel.R

apollo_loadModelR Documentation

Loads model from file

Description

Loads a previously estimated model object from a file.

Usage

apollo_loadModel(modelName)

Arguments

modelName

Character. Name of the model to load.

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.

Value

A model object.


apollo documentation built on Oct. 13, 2023, 1:15 a.m.