print.summary.lrtest {switchSelection} | R Documentation |
Print Summary Method for Likelihood Ratio Test
Description
Prints summary for an object of class 'lrtest'.
Usage
## S3 method for class 'summary.lrtest'
print(x, ...)
Arguments
x |
object of class "lrtest" |
... |
further arguments (currently ignored) |
Value
The function returns input argument x
changing
it's class to lrtest
.
[Package switchSelection version 1.1.2 Index]