Skip to content

Commit

Permalink
Update backdoor.rst
Browse files Browse the repository at this point in the history
method_name is the correct parameter name

Signed-off-by: Michael Beale <michael.beale@gmail.com>
  • Loading branch information
mbeale authored Dec 27, 2024
1 parent 9bfb39d commit fd33dab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The above code uses a default backdoor adjustment. There are four basic kinds of

To use a specific kind of backdoor adjustment, we can use the `method` argument.

>>> identified_estimand = model.identify_effect(method="maximal-adjustment")
>>> identified_estimand = model.identify_effect(method_name="maximal-adjustment")

Note that the `identify_effect` method is a convenience method that also searches for other kinds of identification. The following is an equivalent call using the functional API.

Expand Down

0 comments on commit fd33dab

Please sign in to comment.