Classify scalers by pre-period predictor quartile and regress scaling on them
Source:R/compute-predictors.R
compute_predictors.RdTranslates n1_3_predictors.do (Pseudocode/n1_3_predictors.md). The
entire procedure is a no-op unless added_value, tangible_fixed_assets,
and labour_costs all exist in accounts_indicators. First classifies
first-time-eligible scalers into 6 "driver" types based on which
pre-period predictor(s) (productivity, capital intensity, wages) sit in
the top sector-year quartile, then fits a battery of linear-probability
regressions of scaling on those same predictors.
Arguments
- config
A
scaleup_configfromconfig_scaleup().- accounts_indicators
The output of
build_accounts_indicators().