-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New algorithm for weight calibration
A. Replacing icarus with survey package's calibrate function. Due to: 1. Icarus having too poor precision and no obvious way of over-riding it. 2. Icarus being inconsistent in its determination of the order of categories of factors provided as targets (sometimes ordering based on levels of factors, and sometimes not seeming to do so). B. Improving error checking for inputs. C. Dealing with subset arguments that cause a change in the number of levels of factors. D. Fixing unit tests as were passing incorrectly. E. Using ranking for categorical adjustment variables.
- Loading branch information
Tim Bock
committed
Jun 12, 2019
1 parent
dd76644
commit ab95c9e
Showing
5 changed files
with
218 additions
and
71 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 |
---|---|---|
|
@@ -22,6 +22,7 @@ Imports: | |
survey | ||
RoxygenNote: 6.1.1 | ||
Suggests: | ||
foreign, | ||
testthat, | ||
flipExampleData | ||
Remotes: | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.