Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Dec 31, 2024
1 parent 725b631 commit 5fc7686
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/rescale_weights.R
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,7 @@ rescale_weights <- function(data,

# restore original order, remove dummy variables
result <- result[order(result$.bamboozled), ]
result$.bamboozled <- NULL
result$tmp_kish_by
result$.bamboozled <- result$tmp_kish_by <- NULL

# return result
result
Expand Down

0 comments on commit 5fc7686

Please sign in to comment.