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.
## S3 method for class 'lrtest'
print(x, digits = 3, ...)
x |
The lrtest object created by BayesianLR.test. |
digits |
Number of digits to round to for display purposes |
... |
Pass-alongs (currently ignored). |
Returns x unaltered.
## Not run:
print.lrtest( BayesianLR.test( 500, 500, 300, 500 ), digits = 4 )
## End(Not run)