summary.ldt.search {ldt} | R Documentation |
Summary for an ldt.search
object
Description
Use this function to get the full estimation of the models reported in the output of a search process.
Usage
## S3 method for class 'ldt.search'
summary(object, test = FALSE, ...)
Arguments
object |
An |
test |
If |
... |
Additional arguments. |
Details
An ldt.search
object is an output from one of the search.?
functions (see search.sur
, search.varma
, or search.bin
).
Value
The output replaces the value of object$results
with the summary from summary.ldt.search.item.
[Package ldt version 0.5.3 Index]