fitted.ldt.estim: Extract Fitted Data

View source: R/g.regression.R

fitted.ldt.estimR 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 ldt.estim.

equations

A number, a numeric array or a string array specifying the equations with residual data. If NULL, residuals in all equations are returned.

...

Additional arguments.

Value

A matrix containing the exogenous data.


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