Skip to content

Releases: timcadman/ds-helper

0.4.20

06 Mar 12:15
Compare
Choose a tag to compare

Got in a git tangle so ignore this - 0.4.21 is the correct release.

0.4.19

17 Nov 09:50
Compare
Choose a tag to compare

Bug fixes

  • In dh.dropCols, fix error where it broke if only one variable was selected to keep.

0.4.18

17 Nov 09:47
Compare
Choose a tag to compare

Bug fixes

  • In dh.lmTab, now correctly get Ns where type is "lmer_slma".

0.4.17

17 Nov 09:44
Compare
Choose a tag to compare
  • Release made in error - no changes were made.

0.4.16

17 Nov 09:30
Compare
Choose a tag to compare

Features

  • Added new function dh.columnCase, courtesy of @ESCRI11 to change the class of variables within a serverside dataframe.

Bug fixes

  • In dh.getStats, added check for duplicate variables in vars argument. This was previously breaking the function; now duplicated variables are automatically removed.

0.4.15

17 Nov 09:27
Compare
Choose a tag to compare

Bug fixes

  • In dh.makeAgePolys, fixed incorrect call to auxiliary function.

Features

  • In dh.lmTab, now return the number of cohorts and number of observations where type is "glm_slma".

Performance

  • Greatly improved efficiency of dh.dropCols by refactoring and calling more efficient DS functions.

0.4.14

17 Nov 09:22
Compare
Choose a tag to compare

Features

  • Added dh.metaSepModels, a new function to efficiently meta-analyses multiple models.
  • Added dh.buildModels, a function to efficiently build regression models.
  • Added dh.multGlm, a function to loop over multiple regression models.

Performance

  • In dh.dropCols, set datashield checks for FALSE.

Bug fixes

  • In dh.meanByGroup, added check for disclosure issues.
  • In dh.meanByGroup, fixed hard-coding of age variable.
  • In dh.meanByGroup, added missing conns argument to dh.tidyEnv call.
  • In dh.quartileSplit, fixed error where argument option for type was 'combined' rather than 'combine'.
  • In dh.metaManual, now correctly label list.
  • In dh.getStats, fixed bug if only category of a variable is 'NA'.
  • In dh.getStats, fixed issue whereby stats for 'NA' category were not being returned.
  • In dh.getStats, added missing conns arguments to auxiliary functions.
  • In dh.getStats, fixed other incorrect calls to auxiliary functions.

0.4.13

17 Nov 09:06
Compare
Choose a tag to compare

Documentation

  • Added vignette.

0.4.12

17 Nov 09:05
Compare
Choose a tag to compare

Bug fixes

  • Reordered code so dh.getStats no longer breaks if only continuous variables provided to vars.

0.4.11

17 Nov 08:59
Compare
Choose a tag to compare

Bug fixes

  • In dh.lmTab, fixed issues where I had previously changed the argument options for type, but had not correctly updated the if statements in the code to match this.
  • Updated call to lmTab in predictLmer to use the updated argument name. Now no longer returns warning.
  • In dh.getStats, now included additional check for small cells to prevent ds.table failing.

Features

  • SE now returned in dh.lmTab where type is "glm_ipd".