-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrote and corrected bug in sa_diff()
- Loading branch information
Showing
5 changed files
with
73 additions
and
33 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,8 +1,12 @@ | ||
# staccuracy (development version) | ||
|
||
- Corrected bug in p-value calculation. Rewrote `sa_diff()` output to separate staccuracies from their differences. Use the `(r+1)/(n+1)` p-value calculation from [North et al. (2003)](https://pmc.ncbi.nlm.nih.gov/articles/PMC379244/). | ||
|
||
# staccuracy 0.2.0 | ||
|
||
* Added sa_diff() function for bootstrapped-based comparison of staccuracies. | ||
* var_type() is no longer exported since it is really an internal function. | ||
- Added `sa_diff()` function for bootstrapped-based comparison of staccuracies. | ||
- `var_type()` is no longer exported since it is really an internal function. | ||
|
||
# staccuracy 0.1.0 | ||
|
||
* Initial CRAN submission. | ||
- Initial CRAN submission. |
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.
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