print.BLP_info {GenericML}R Documentation

Print method for a "BLP_info" object

Description

Print method for a "BLP_info" object

Usage

## S3 method for class 'BLP_info'
print(x, digits = max(3L, getOption("digits") - 3L), ...)

Arguments

x

An object of the class "BLP_info", as returned by the function get_BLP().

digits

Number of digits to print.

...

Additional arguments to be passed down.

Value

A print to the console.


[Package GenericML version 0.2.2 Index]