summary.lrtest {switchSelection} | R Documentation |
Summary Method for Likelihood Ratio Test
Description
Provides summary for an object of class 'lrtest'.
Usage
## S3 method for class 'lrtest'
summary(object, ...)
Arguments
object |
object of class "lrtest" |
... |
further arguments (currently ignored) |
Details
This function just changes the class of the 'lrtest' object to 'summary.lrtest'.
Value
Returns an object of class 'summary.lrtest'.
[Package switchSelection version 1.1.2 Index]