Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samumei committed Apr 19, 2024
1 parent 88127d1 commit ae283eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ gender_gap_decomposition_w_reweighting <- ob_decompose(
The default method for fitting and predicting conditional probabilities,
used to derive the reweighting factor, is a logit model. However, you
can also use `reweighting_method = "fastglm"` to fit a logit model with
the fast algorithm of **fastglm**, or `reweighting_method = random_forest` to estimate the
the fast algorithm of **fastglm**, or `reweighting_method = "random_forest"` to estimate the
conditional probabilities with the **ranger** implementation of random
forest.

Expand Down

0 comments on commit ae283eb

Please sign in to comment.