Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robertswh committed Dec 22, 2024
1 parent 3d51249 commit c6fd4e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mbs_results/outputs/selective_editing.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def create_standardising_factor(
question_no: str,
predicted_value: str,
imputation_marker: str,
imputation_class: str,
a_weight: str,
o_weight: str,
g_weight: str,
Expand All @@ -73,6 +74,8 @@ def create_standardising_factor(
name of column in dataframe containing predicted value variable
imputation_marker : str
name of column in dataframe containing imputation marker variable
imputation_class : str
name of column in dataframe containing imputation class variable
a_weight : str
name of column in dataframe containing a_weight variable
o_weight : str
Expand Down Expand Up @@ -115,6 +118,7 @@ def create_standardising_factor(
"standardising_factor",
predicted_value,
imputation_marker,
imputation_class
]
]

Expand Down

0 comments on commit c6fd4e7

Please sign in to comment.