raw_eigenvalue | R Documentation |
Get raw eigvenvalue from NGM matrix
raw_eigenvalue(list_matrix)
list_matrix |
object of class |
raw eigenvalue
# examples not run as they take a long time
## Not run:
perth <- abs_age_lga("Perth (C)")
perth_contact <- extrapolate_polymod(perth)
perth_ngm <- generate_ngm(
perth_contact,
age_breaks = c(seq(0, 85, by = 5), Inf)
)
raw_eigenvalue(perth_ngm)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.