coef.ldt.estim | R Documentation |
This function extracts coefficient matrix from an ldt.estim
object.
## S3 method for class 'ldt.estim'
coef(object, equations = NULL, removeZeroRest = FALSE, ...)
object |
An object of class |
equations |
A number, a numeric array or a string array specifying the indices or names of the endogenous variables in the equations.
|
removeZeroRest |
If |
... |
Additional arguments. |
If zero restrictions are not removed, it is a matrix containing the coefficients of the system. Each column of the matrix belongs to an equation. Explanatory variables are in the rows. Otherwise, coefficients of different equations are reported in a list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.