Learn R Programming

bife (version 0.5)

print.summary.bife: Print summary.bife

Description

print.summary.bife is a generic function which displays summary statistics from objects returned by summary.bife.

Usage

# S3 method for summary.bife
print(x, digits = max(3, getOption("digits") - 3), ...)

Arguments

x

an object of class summary.bife.

digits

integer indicating the number of decimal places. Default is max(3, getOption("digits") - 3).

...

other arguments

See Also

bife