Skip to content

Commit 2dcd859

Browse files
committed
Update resampling.rst
1 parent af7b626 commit 2dcd859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/guide/resampling.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ The third dimension refers to the treatment variable and becomes non-singleton i
161161
.. ipython:: python
162162
163163
dml_plr_obj.fit();
164-
print(dml_plr_obj.psi_a[:5, :, 0])
165-
print(dml_plr_obj.psi_b[:5, :, 0])
164+
print(dml_plr_obj.psi_elements['psi_a'][:5, :, 0])
165+
print(dml_plr_obj.psi_elements['psi_b'][:5, :, 0])
166166
167167
.. tabbed:: R
168168

0 commit comments

Comments
 (0)