| print.summary.retlev {lax} | R Documentation |
Print method for objects of class "summary.retlev"
Description
print method for an object x of class "summary.retlev".
Usage
## S3 method for class 'summary.retlev'
print(x, ...)
Arguments
x |
An object of class "summary.retlev", a result of a call to
|
... |
Additional arguments passed on to |
Details
Prints the call and the numeric matrix x$matrix returned from
summary.retlev.
Value
The argument x, invisibly, as for all
print methods.
Examples
See the examples in return_level.
See Also
return_level to perform inferences about return
levels.
[Package lax version 1.2.3 Index]