print.ldt.search {ldt} | R Documentation |
Prints an ldt.search
object
Description
Prints the main results in an ldt.search
object.
This includes information about the first best models and significant coefficients.
Usage
## S3 method for class 'ldt.search'
print(x, ...)
Arguments
x |
An object of class |
... |
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
This function has no output.
[Package ldt version 0.5.3 Index]