R/print_apc.R
print.apc.Rd
Print apc objects
# S3 method for class 'apc' print(x, ...)
apc object
additional arguments will be ignored
print
if (FALSE) { # \dontrun{ data(apc) model <- bamp(cases, population, age="rw1", period="rw1", cohort="rw1", periods_per_agegroup = 5) print(model) } # }