-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Kish-method to
rescale_weights
(#575)
* Add Kish-method to `rescale_weights` * fix * fix * lintr * fix * fix * fix * docs * docs * remove experimental code for now * docs * fix, add tests * fix, add tests * add tests * add tests * styler * lintr, wordlist * docs * fix * docs, tests, rename into rescaled_weights * docs * Update R/rescale_weights.R Co-authored-by: Etienne Bacher <[email protected]> * Update NEWS.md Co-authored-by: Etienne Bacher <[email protected]> * Update R/rescale_weights.R Co-authored-by: Etienne Bacher <[email protected]> * address comments * fix test * address comments (docs) * implement by * implement `by` * typo * update examples * docs * fix * fix * fix * desc * fix, add tests * examples * docs * docs * tests * add tests * typo --------- Co-authored-by: Etienne Bacher <[email protected]>
- Loading branch information
1 parent
ced29bf
commit 08128ff
Showing
9 changed files
with
682 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Type: Package | ||
Package: datawizard | ||
Title: Easy Data Wrangling and Statistical Transformations | ||
Version: 0.13.0.21 | ||
Version: 0.13.0.22 | ||
Authors@R: c( | ||
person("Indrajeet", "Patil", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0003-1995-6531")), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.