Skip to content

insight 0.18.4

Compare
Choose a tag to compare
@strengejacke strengejacke released this 21 Sep 05:02
· 1034 commits to main since this release
92fbf9a

Changes to functions

  • model_info() now includes information for htest objects from
    shapiro.test() and bartlett.test() (will return $is_variancetest = TRUE).

Bug fixes

  • Fixed issue in get_data() which did not correctly backtransform to original
    data when terms had log-transformations such as log(1 + x) or log(x + 1).