get_progress: Get progress for indicator

get_progressR Documentation

Get progress for indicator

Description

Get progress for indicator

Usage

get_progress(
  posterior_samples,
  from_year_population_count = 1,
  to_year_population_count = 1,
  indicator,
  from_year,
  to_year,
  absolute = FALSE
)

Arguments

posterior_samples

‘Array’ The samples array from fit_fp_csub.

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

Value

'numeric' Median and 2.5


FPRgroup/FPEMcountry documentation built on April 24, 2023, 4:32 p.m.