Skip to content

lukesRlib v0.2.12

Latest
Compare
Choose a tag to compare
@lcpilling lcpilling released this 16 Oct 09:59
· 13 commits to master since this release

Bug fixes

  • get_assoc() - Drop empty factor levels if using haven::as_factor()
  • get_assoc() - Correctly identify covariate variable names when using haven::as_factor()

Changes

  • get_assoc() - New option "include_formula" allows user to request that the full regression formula (with covariates) is included in the output
  • get_assoc() - Outputs exposure/outcome/covariate variables not in data.frame when verbose=TRUE (shows first 6 when FALSE)
  • get_assoc() - Prints a bit more output to the screen by default