Learn R Programming

bootLR (version 1.0.2)

print.lrtest: 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 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

Run this code
# NOT RUN {
print.lrtest( BayesianLR.test( 500, 500, 300, 500 ), digits = 4 )
# }

Run the code above in your browser using DataLab