- Fixed code to match changes to the Matrix package
- Added improved residuals for Wallyplot thanks to Niels Aske Lundtorp Olsen
- Fixed a bug in adaptive.weights()
- Fixed a critical error in QIC() (thanks to Brian McLoone and Steven Orzack for finding this)
- Improved stability of power_prop_test() (thanks to Kathrine King for pointing this out)
- Changed the internals of gkgamma to reduce the risk of integer overflow (thanks to Julián Darío Otero Niño)
- Changed the manual page for the age() function to reflect what it is actually doing (thanks to sfn-mes)
- Fixed a bug in power_t_test checking for the ratio between sd's (thanks to shunranw)
- Added the plr function
- Added usd function for unbiased sd estimation
- Fixed a bug in the power_mcnemar_test function
- Added functions for computing the distance covariance/correlation function
- Have changed the argument strict=FALSE to strict=TRUE in power_t_test()
- Added the maximum_subarray function to compute the contiguous maximum of a vector
- Added the colCumSum function for fast computation of cumulative sums for each column in a matrix.
- Fixed a bug in auc
- Fixed a bug in power_mcnemar_test and modified the default arguments [Thanks to John Lockwood]
- Added residual_plot to generate a residual plot using ggplot2 [Thanks to Søren Højsgaard]
- Fixed a bug in auc for absolute areas. Thanks to Richard Pearse.
- Made mfastLmCpp continue gracefully for predictors with no variation
- Added the
add_torows()
function for fast computation of t(t(A) + v) - Fixed a bug in
power_t_test()
with unequal variances. Thanks to Oren Ben-Harim
- A few boundary bugs in the auc function were fixed.
- Added the
monte_carlo_chisq_test
function to perform simulation-based chi-square tests with 0, 1 or 2 marginals fixed. - Deprecated onemargintest as that is now part of
monte_carlo_chisq_test
. - Added the
pairwise.cor.test
function.
- Fixed a bug in the documentation for auc for the from argument. Thanks to Maria Meier for finding this.
- Added the bin function for fast binning of a numeric vector into equidistant bins
- Added the function pairwise_combination_indices to compute all possible pairs of indices.
- Fixed a bug with R_CHECK_LENGTH_1_CONDITION set to TRUE
- Fixed a case in
screen_variables
where R currently only emits a warning when if/while statement is used with a condition of length greater than one.
- Updated the limits of the
residualplot
function to ensure that the blurred area are always within the plot region - Updated the
residualplot
function to accommodate glm objects with binomial and poisson families - Fixed bug in
auc
when spline interpolation was used. Thanks to james-jenkins! - Fixed the exact test for
power_mcnemar_test
including improved documentation.
- Added the
cumsumbinning
to create binned variables based on cumulative sums with threshold. - Added the
pairwise_Schur_product
to compute the products (element-wise) of all pairwise combinations of columns in matrix. - Added the
ks_cumtest
to compute a Kolmoggorov-Schmirnov test for ordinal cumulate proportions. - Added the
rud
function to simulate a statistical design from the random urn design model. - Added the
power_prop_test
to allow for different sample sizes.