Learn R Programming

bamp (version 2.1.3)

print.apc: Print apc objects

Description

Print apc objects

Usage

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

Value

print

Arguments

x

apc object

...

additional arguments will be ignored

Examples

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

Run the code above in your browser using DataLab