| pnadc_series_starting_points | R Documentation |
Pre-computed starting point values (y0) for mensalizing IBGE's rolling quarterly series into exact monthly estimates.
data(pnadc_series_starting_points)
A data.table with 159 rows and 3 columns:
Character. Name of the SIDRA series (53 series)
Integer. Month position in quarter (1, 2, or 3)
Numeric. Starting point value for this series and position
These starting points were computed from PNADC microdata using the full
R package pipeline, ensuring consistency with
compute_starting_points_from_microdata:
Weight calibration via pnadc_apply_periods: all months
scaled to SIDRA monthly population totals
z_ aggregates computed via compute_z_aggregates using
calibrated weight_monthly
Starting points computed via compute_series_starting_points
with CNPJ-aware calibration periods
The calibration period (2013-2019) was chosen because:
It includes stable pre-pandemic data
IBGE methodology was consistent during this period
Sufficient observations for reliable estimates
CNPJ series (empregadorcomcnpj, empregadorsemcnpj, contapropriacomcnpj, contapropriasemcnpj) use calibration period 2016-2019 with cumulative sum starting from October 2015 due to V4019 variable availability.
The bundled starting points are generated using the same pipeline as
compute_starting_points_from_microdata, ensuring that users
who compute custom starting points will get consistent results.
The bundled starting points are suitable for most users. Consider computing
custom starting points with compute_starting_points_from_microdata if:
IBGE makes major methodological changes to the PNADC
You need series not included in the bundled data
You want to use a different calibration period
You are working with updated or different microdata
Computed using data-raw/regenerate_starting_points_from_microdata.R
mensalize_sidra_series which uses this data by default
compute_series_starting_points for custom calibration
data(pnadc_series_starting_points)
head(pnadc_series_starting_points)
unique(pnadc_series_starting_points$series_name)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.