print.summary.lqr {lqmix} | R Documentation |
Print the Summary of an lqr
object
Description
Print the summary of an an object of class
lqr
Usage
## S3 method for class 'summary.lqr'
print(x, digits = max(3, getOption("digits") - 3), ...)
Arguments
x |
a summary of an |
digits |
a non-null value for digits specifying the minimum number of significant digits to be printed |
... |
not used |
Value
Return a summary of an lqr
object
[Package lqmix version 1.0 Index]