View source: R/year_sequence_maker.R
year_sequence_maker | R Documentation |
creates a list of years and respective indices based on user specified years to estimate and observed years
year_sequence_maker(first_year_max, first_year, last_year, contraceptive_use)
first_year_max |
model estimation cannot start any later than this year |
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. |
contraceptive_use |
‘List’
model_seq ‘Numeric vector’ Year index for model estimation
model_seq_years ‘Numeric vector’ Years of model estimation
result_seq ‘Numeric vector’ Year index for results based on user request
result_seq_years ‘Numeric vector’ Years of results based on user request
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.