summary.MCGR: Summarizing Mixture of Copula Regressions with Gamma Marginal...

Description Usage Arguments Examples

View source: R/summary.MCGR.R

Description

Summary method for class "MCGR"

Usage

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

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

Arguments

object

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

...

Further arguments passed to or from other methods.

x

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

digits

The number of significant digits to use when printing.

Examples

1
2
3
4
5
6
7
mod <- MCGR(copula = list(gumbelCopula(dim=2), frankCopula(dim=2)),
            f1 = y1 ~ x1+x2,
            f2 = y2 ~ x1+x2,
            G = 2,
            gating = "C",
            data=simdat.mcgr)
summary(mod)

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