summary.BGE: Summarizing Bivariate Gamma Distribution Fits

Description Usage Arguments Examples

View source: R/summary.BGE.R

Description

Summary method for class "BGE"

Usage

1
2
3
4
5
## S3 method for class 'BGE'
summary(object, ...)

## S3 method for class 'summary.BGE'
print(x, digits = getOption("digits"), ...)

Arguments

object

An object of class "BGE" resulting of a call to BGE.

...

Further arguments passed to or from other methods.

x

An object of class "summary.BGE", usually a result of a call to summary.BGE.

digits

The number of significant digits to use when printing.

Examples

1
2
3
dat <- rbivgamma(1000, alpha = c(1,2,0.5), beta=0.1)
mod <- BGE(data = dat, verbose = FALSE)
summary(mod)

senhu/mvClaim documentation built on Jan. 29, 2022, 3:18 p.m.