You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: release-notes/13.3.0.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,10 @@ This release imputation method accepts and appropriately handles cases where a v
8
8
9
9
## Changes
10
10
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.
12
12
13
13
14
14
## Notes
15
15
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.
17
17
This change has no impact on the link calculation.
0 commit comments