endogenous {ldt}R Documentation

Extract Endogenous Variable(s) Data

Description

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

Usage

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

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.

Value

A data frame containing the endogenous data.


[Package ldt version 0.5.3 Index]