scaling | R Documentation |
This value is scaling <- R_target / R_raw
, where R_target
is the target
R value provided to the NGM, and R_raw
is the raw eigenvalue.
scaling(list_matrix)
list_matrix |
object of class |
scaling
# 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)
scaling(perth_ngm)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.