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 6f3dfc5 commit 88127d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -573,9 +573,7 @@ reweighting formula is added to the decomposition formula, separated by
the `|` operator.

For decomposition based on reweighting, standard errors need to be
bootstrapped. By increasing the number of `cores` the bootstrap
replications are computed on, we can reduce computation time. By
default, 100 bootstrap replications are calculated.
bootstrapped. By increasing the number of `cores`, bootstrap computation can be parallelized, thereby reducing computation time. By default, 100 bootstrap replications are calculated. If `bootstrap = FALSE` (default) no standard errors are computed .

``` r
model_w_reweighting <- log(wage) ~
Expand Down

0 comments on commit 88127d1

Please sign in to comment.