Learn R Programming

mpcmp (version 0.3.6)

print.cmp: Print Values of COM-Poisson Model

Description

print method for class cmp.

Usage

# S3 method for cmp
print(x, ...)

Arguments

x

an object class 'cmp', obtained from a call to glm.cmp.

...

other arguments passed to or from other methods (currently unused).

Details

print.cmp can be used to print a short summary of object class 'cmp'.

See Also

summary.cmp, coef.cmp, fitted.cmp, glm.cmp.

Examples

Run this code
# NOT RUN {
## For examples see example(glm.cmp)
# }

Run the code above in your browser using DataLab