report.default {repmod} | R Documentation |
Default function for report
Description
This is a default function for calling summary(x) on non-implemented classes.
Usage
## Default S3 method:
report(x, ...)
Arguments
x |
Any object without specific report function |
... |
further arguments passed to summary |
Value
A summary of the object
[Package repmod version 0.1.7 Index]