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 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 (Provided that negative seed is used).

...

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.2 Index]