summary.delta {DeltaMAN} | R Documentation |
Summary of Delta model
Description
summary
method for class "delta"
.
This functions creates a report with the information contained in an object of class "delta"
.
Usage
## S3 method for class 'delta'
summary(object, fullReport = FALSE, digits = 4, tex = FALSE, ...)
Arguments
object |
and object of class |
fullReport |
a logical value indicating whether to generate an exhaustive report of the results (TRUE) or not (FALSE, default). |
digits |
an integer value indicating the significant digits to be used. |
tex |
a logical value indicating whether to generate formatted LaTeX output (TRUE) or plain output (FALSE, default). |
... |
further arguments passed to summary. No one else is currently available. |
Value
No return value. Results are printed on console.
[Package DeltaMAN version 0.5.0 Index]