Learn R Programming

apollo (version 0.2.6)

apollo_compareInputs: Compares the content of apollo_inputs to that in the global environment

Description

Compares the content of apollo_inputs to that in the global environment

Usage

apollo_compareInputs(apollo_inputs)

Arguments

apollo_inputs

List of main inputs for model estimation as generated by apollo_validateInputs.

Value

Logical. TRUE if the content of apollo_inputs is the same than the one in the global environment, FALSE otherwise.