summary.copreg.gamma: Summarizing Bivariate Copula Regression with Gamma Margins...

Description Usage Arguments Examples

View source: R/summary.copreg.gamma.R

Description

Summary method for class "copreg.gamma"

Usage

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

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

Arguments

object

An object of class "copreg.gamma" resulting of a call to copreg.gamma.

...

Further arguments passed to or from other methods.

x

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

digits

The number of significant digits to use when printing.

Examples

1
2
3
4
5
mod <- copreg.gamma(f1 = y1 ~ x1+x2,
                    f2 = y2 ~ x1+x2,
                    copula =  gumbelCopula(dim=2),
                    data = simdat.mcgr)
summary(mod)

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