Learn R Programming

PFIM (version 5.0)

getEquation: Get the equation of a ModelError object by their names.

Description

Get the equation of a ModelError object by their names.

Get the equation of a ModelEquations object with respect to its name.

Usage

getEquation(object, equationName)

# S4 method for ModelEquations getEquation(object, equationName)

Value

An expression equation giving the equation of the model error.

An expression equations giving the equation of a model with respect to its name.

Arguments

object

A ModelEquations object.

equationName

A character string giving the name of the response of the equations.