outcomerate 1.0.1
Documentation
- Added CITATION details to the package
outcomerate 1.0.0
New Features
- eligibility_rate()function added to estimate the
proportion of eligible cases from the unknowns, based on the known
ineligibles (- NE’s).
Improvements
- Refactoring of code based on ROpenSci peer review feedback.
- Added S3 method for factors.
- Addition of many more unit tests.
- Addtional of more helpful error messages.
Breaking Changes
- weightargument no longer accepts scalar inputs.
- If weights are provided, the output labels are renamed in the form
‘RR2w’ instead of “RR2”
- If rate = NULLin the function parameters, the default
behavior will be to return all possible rates given the other parameters
specified.
- Disposition codes now accept “NE” for known ineligibles. Within
outcomerate(), these are largely ignored, but are used byeligibility_rate()to estimatee
Documentation
- Added documentation for the (internal) fmatformula
matrix object
- Added documentation on the middleearthtoy dataset
outcomerate 0.0.0.9000
- Created outcomeratepackage