print.bchmr function

Generic print function for hmr object in jarbes.

Generic print function for hmr object in jarbes.

## S3 method for class 'bchmr' print(x, digits = 3, intervals = c(0.025, 0.25, 0.5, 0.75, 0.975), ...)

Arguments

  • x: The object generated by the function bchmr.
  • digits: The number of significant digits printed. The default value is 3.
  • intervals: A numeric vector of probabilities with values in [0,1]. The default value is intervals = c(0.025, 0.5, 0.975).
  • ...: ...
  • Maintainer: Pablo Emilio Verde
  • License: GPL (>= 2)
  • Last published: 2025-03-28

Useful links