core_data | R Documentation |
Creates core_data that consists of manipulated observations and run settings for fit_fp_c
core_data(
is_in_union,
surveydata_filepath,
division_numeric_code,
first_year,
last_year,
subnational
)
is_in_union |
‘Character’ "Y" if women are in union. |
surveydata_filepath |
‘Character’ Path to survey data. Survey data should be a .csv with the following format |
division_numeric_code |
‘Numeric’ A number associated with the country. See the data from |
first_year |
‘Numeric’ The first year of model estimates in output. The model will be fit to all data, including dates before this date if available. |
last_year |
‘Numeric’ The last year of model estimates in output. The model will be fit to all data, including dates after this date if available. |
subnational |
'‘Logical’ If TRUE runs the sub national model. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.