Skip to content

Files

Latest commit

d972636 · Jul 21, 2023

History

History
executable file
·
88 lines (57 loc) · 3.51 KB

NEWS.md

File metadata and controls

executable file
·
88 lines (57 loc) · 3.51 KB

Next version

MESS 0.5.12

  • 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()

MESS 0.5.9

  • 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)

MESS 0.5.8

  • 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)

MESS 0.5.7

  • 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

MESS 0.5.6

  • 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]

MESS 0.5.5

  • Fixed a bug in auc for absolute areas. Thanks to Richard Pearse.
  • Made mfastLmCpp continue gracefully for predictors with no variation

MESS 0.5.4

  • 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

MESS 0.5.3

  • 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.

MESS 0.5.2

  • 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

MESS 0.5.1

Bug fixes

  • 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.

MESS 0.5.0

Changes and bug fixes

  • 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.

New functions

  • 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.