fitted.ldt.estim {ldt} | R Documentation |
Extract Fitted Data
Description
This function calculates and returns fitted values for an ldt.estim
object.
Usage
## S3 method for class 'ldt.estim'
fitted(object, equations = NULL, ...)
Arguments
object |
An object of class |
equations |
A number, a numeric array or a string array specifying the equations with residual data. If |
... |
Additional arguments. |
Value
A matrix containing the exogenous data.
[Package ldt version 0.5.3 Index]