get_progress | R Documentation |
Get progress for indicator
get_progress(
posterior_samples,
from_year_population_count = 1,
to_year_population_count = 1,
indicator,
from_year,
to_year,
absolute = FALSE
)
posterior_samples |
‘Array’ The samples array from |
from_year_population_count |
'integer' Number of individuals in the sample population for "from" year (1 to calculate proportion) |
to_year_population_count |
'integer' Number of individuals in the sample population for "to" year (1 to calculate proportion) |
indicator |
'integer' Indicator index (1 = modern, 2 = traditional, 3 = unmet) |
from_year |
'integer' First year |
to_year |
'integer' Last year |
'numeric' Median and 2.5
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.