Learn R Programming

jarbes (version 1.7.2)

summary.ges: Generic summary function for ges object in jarbes

Description

Generic summary function for ges object in jarbes

Usage

# S3 method for ges
summary(object, digits = 3, intervals = c(0.025, 0.5,
  0.975), ...)

Arguments

object

The object generated by the ges function.

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).

...