summary.ldt.search.item | R Documentation |
ldt.search.item
objectWhile 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.
## S3 method for class 'ldt.search.item'
summary(object, searchResult = NULL, test = FALSE, ...)
object |
An |
searchResult |
Parent list of |
test |
If |
... |
Additional arguments. |
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
).
If the object contains the indices of endogenous variables of an estimated model, it returns the estimation output. Otherwise, it returns object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.