summary.ldt.search.item {ldt}R Documentation

Summary for an ldt.search.item object

Description

While you can get a summary of an item in a search result, this function is mainly designed to be called from print.ldt.search function. Its main job is to estimate the full model using the reported indices from the search process.

Usage

## S3 method for class 'ldt.search.item'
summary(object, searchResult = NULL, test = FALSE, ...)

Arguments

object

An ldt.search.item object.

searchResult

Parent list of object, which is an ldt.search object.

test

If TRUE and applicable (e.g., in model estimation), it checks the metrics and throws error for any inconsistencies between the current estimation and the one calculated in the search process.

...

Additional arguments.

Details

An ldt.search.item object is a member of ldt.search object. An ldt.search object is an output from one of the search.? functions (see search.sur, search.varma, or search.bin).

Value

If the object contains the indices of endogenous variables of an estimated model, it returns the estimation output. Otherwise, it returns object.


[Package ldt version 0.5.3 Index]