Skip to content

Commit

Permalink
Add back fic code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonZogk authored and lhubbardONS committed Jul 4, 2024
1 parent 1cef9c9 commit be222fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mbs_results/apply_imputation_link.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ def create_and_merge_imputation_values(
"link_column": cumulative_backward_link,
},
"fic": {
# FIC only works if the C is in the first period of the business being
# sampled. This is fine for automatic imputation, but should be careful
# if manual construction imputation is done
"intermediate_column": "fic",
"marker": "fic",
"fill_column": "imputed_value",
Expand Down

0 comments on commit be222fd

Please sign in to comment.