Print apc objects

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

Arguments

x

apc object

...

additional arguments will be ignored

Value

print

Examples

if (FALSE) {
data(apc)
model <- bamp(cases, population, age="rw1", period="rw1", cohort="rw1", periods_per_agegroup = 5)
print(model)
}