summary.MBGR: Summarizing Mixture of Bivariate Gamma Regressions Model Fits

Description Usage Arguments Examples

View source: R/summary.MBGR.R

Description

Summary method for class "MBGR"

Usage

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

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

Arguments

object

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

...

Further arguments passed to or from other methods.

x

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

digits

The number of significant digits to use when printing.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
mod <- MBGR(modelName = "CE",
            y=c("y1","y2"),
            data   = fullsim,
            G=2,
            f1     = ~ w1 + w2,
            f2     = ~ w2 + w3,
            f3     = ~ w1 + w2 + w3,
            f4     = ~ w1 + w2 + w3,
            gating = "C")
summary(mod)

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