Learn R Programming

ldt (version 0.5.3)

endogenous: Extract Endogenous Variable(s) Data

Description

This function extracts data of a endogenous variable(s) from an estimated model.

Usage

endogenous(object, equations = NULL, ...)

Value

A data frame containing the endogenous data.

Arguments

object

An object of class ldt.estim.

equations

A number, a numeric array or a string array specifying the indices or names of the endogenous variables in the equations. NULL means all equations.

...

Additional arguments.