Skip to contents

Displays a concise summary of a fitted Compound Poisson-Normal (CPN) regression model, including the original function call, estimated coefficients, distribution parameters (mu and sigma), residual deviance, degrees of freedom, and AIC.

Usage

# S3 method for class 'cpn'
print(x, ...)

Arguments

x

An object of class cpn.

...

Additional arguments passed to other methods (currently ignored).

Value

The input object x, invisibly.