Learn R Programming

SIHR (version 2.1.0)

print.summary.LF: Printing Summarizing LF

Description

`print` method for class `summary.LF`

Usage

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

Arguments

x

An object of class `summary.LF`, a result of a call to `summary.LF`

digits

The number of digits to use when printing

...

arguments to pass down

Examples

Run this code
if (FALSE) {
#' ##-- Continuing the LF(.) example:
summary(Est)
}

Run the code above in your browser using DataLab