endogenous: Extract Endogenous Variable(s) Data

View source: R/g.regression.R

endogenousR 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.


ldt documentation built on Sept. 11, 2024, 5:25 p.m.