Skip to contents

Print a plrd object

Usage

# S3 method for class 'plrd'
print(
  x,
  digits = max(3L, getOption("digits") - 3L),
  percentage.cumulative.weights = 0.99,
  ...
)

Arguments

x

plrd object

digits

number of digits to print

percentage.cumulative.weights

The percentage of the cumulative absolute weights to determine effective sample size

...

Additional arguments passed to print methods.