print.lrtest {bootLR} | R Documentation |
Prints results from the BayesianLR.test As is typical for R, this is run automatically when you type in an object name, and is typically not run directly by the end-user.
Description
Prints results from the BayesianLR.test As is typical for R, this is run automatically when you type in an object name, and is typically not run directly by the end-user.
Usage
## S3 method for class 'lrtest'
print(x, digits = 3, ...)
Arguments
x |
The lrtest object created by BayesianLR.test. |
digits |
Number of digits to round to for display purposes |
... |
Pass-alongs (currently ignored). |
Value
Returns x unaltered.
Examples
## Not run:
print.lrtest( BayesianLR.test( 500, 500, 300, 500 ), digits = 4 )
## End(Not run)
[Package bootLR version 1.0.2 Index]