diff --git a/articles/intro.html b/articles/intro.html index 06f9ad7..0a49cca 100644 --- a/articles/intro.html +++ b/articles/intro.html @@ -155,9 +155,9 @@
plot_dt <- density_dt[, { # compute parameters for each country of interest
paramix::parameter_summary(
- f_param = ifr_levin, f_dense = .SD, model_agelimits
+ f_param = ifr_levin, f_pop = .SD, model_agelimits
)
}, by = name]
And plotting these different blends:
@@ -200,9 +200,9 @@