summary.ZIGP {MMAD}R Documentation

Summary of parameter estimates of a Type I multivariate ZIGP model

Description

This function returns the result of the ZIGPMM function

Usage

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

Arguments

object

Output from a call to ZIGP.

digits

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

...

Additional arguments

Value

Summary for ZIGPMM objects.

See Also

ZIGPMM

Examples



x1 <- c(0, 0, 0,38, 0,19,25, 0,25, 0)
x2 <- c(0, 0, 0,23, 0,51,24, 0,10, 0)
y <- cbind(x1, x2)
phi0 = 0.5; la = rep(1,2); th = rep(0.1,2)
result <- ZIGPMM(y, phi0, la, th)

summary(result,digits=4)




[Package MMAD version 1.0.0 Index]