summary.CZIGP {MMAD}R Documentation

Summary of parameter estimates of a multivariate compound ZIGP model

Description

This function returns the result of the CZIGPMM function

Usage

## S3 method for class 'CZIGP'
summary(object, digits = 4, ...)

Arguments

object

Output from a call to CZIGP.

digits

The desired number of digits after the decimal point. Default of 4 digits is used.

...

Additional arguments

Value

Summary for CZIGPMM objects.

See Also

CZIGPMM

Examples



x1 <- c(0,35,23,34,8,19,0,0,0,0)
x2 <- c(38,15,0,25,34,0,0,0,0,0)
y <- cbind(x1, x2)
phi0 = 0.5; phi = rep(0.5,2); la = rep(1,2); th = rep(0.1,2)
result <- CZIGPMM(y, phi0, phi, la, th)

summary(result,digits=4)


[Package MMAD version 1.0.0 Index]