Skip to content

Releases: heorltd/maic

CRAN version 0.1.4

29 Apr 14:06
Compare
Choose a tag to compare

Version 0.1.4 - 27 Apr 2022

  • Leading zeros are handled correctly on the quantile specification, allowing for quantiles less than 0.1
  • Dummy variables at the quantile level are set to 0.5

CRAN version 0.1.3

11 May 20:49
254b817
Compare
Choose a tag to compare

Version 0.1.3 (11 May 2020)

The following fixes have been made:

  • Reporting when probabilities are equal to 1 or 0 no longer fails
    (#1)
  • Hmisc::wtd.mean is now used to summarise
  • Index and dictionary inputs are forced to data.frame (#2)
  • Clarification that the p-values for difference in mean are
    stochastically derived (#3)

CRAN version 0.1.2

02 May 20:16
Compare
Choose a tag to compare

(from the NEWS file)

Version 0.1.2 (17 April 2020)

This is the first CRAN upload of maic. Read the documentation, check the
function signatures, have a look at the attributes of what gets
returned. There are many little features that have been added to improve
your workflow, but there are major changes from the development
versions, especially:

  • Weights will now always be same same length as the number of rows in
    your data. You will no longer need to manually put in zeros for
    those subjects excluded due to lack of overlap.