Releases: timcadman/ds-helper
Releases · timcadman/ds-helper
0.4.20
0.4.19
0.4.18
0.4.17
0.4.16
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
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
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
0.4.12
0.4.11
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".