Skip to content

Commit ef2277b

Browse files
committedJul 16, 2024··
add release note for 13.3.0 review comments
1 parent 8978e3f commit ef2277b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎release-notes/13.3.0.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ This release imputation method accepts and appropriately handles cases where a v
88

99
## Changes
1010

11-
The imputation method now has an optional imputation parameter named "manual_construction_col." When this argument is given together with the relevant column in the "input_df" dataframe, the method performs the manual construction and forwards imputes from manual construction for the nonresponder.
11+
The imputation method now has an optional imputation parameter named "manual_construction_col." When this argument is given together with the relevant column in the "input_df" dataframe, the method performs the manual construction and forwards imputes from manual construction for non-responders.
1212

1313

1414
## Notes
1515

16-
When the manual construction is applied, the output will have the markers MC or FIMC.
16+
When manual construction or forward imputation from manual construction is applied, the output will have the markers MC or FIMC.
1717
This change has no impact on the link calculation.

0 commit comments

Comments
 (0)
Please sign in to comment.