summary.BGR: Summarizing Bivariate Gamma Regression Model Fits

Description Usage Arguments Examples

View source: R/summary.BGR.R

Description

Summary method for class "BGR"

Usage

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

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

Arguments

object

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

...

Further arguments passed to or from other methods.

x

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

digits

The number of significant digits to use when printing.

Examples

1
2
3
4
5
6
7
8
9
mod <- BGR(modelName = "EE",
           y=c("y1","y2"),
           data   = fullsim,
           f1     = ~ w1 + w2,
           f2     = ~ w2 + w3,
           f3     = ~ w1 + w2 + w3,
           f4     = ~ w1 + w2 + w3,
           verbose= FALSE)
summary(mod)

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