Printing NDP Beta Measure Summaries

# S3 method for summary.bndp
print(x, digits = max(1, attr(x, "print.digits")),
  ...)

Arguments

x

An object of class "summary.bndp".

digits

Number of digits to use for formatting numbers when printing. When calling summary, the value of digits is stored as the "print.digits" attribute of the returned object.

...

Currently ignored.