Skip to content

ARTool 0.10.0

Compare
Choose a tag to compare
@mjskay mjskay released this 11 Jan 08:54
· 164 commits to master since this release

New features:

  • Support for Error() terms in model formulas (resulting models are run using aov())
  • Checks for numeric variables passed into formulas that may cause incorrect results (if the user intended data to be treated as categorical)
  • More detailed ANOVA tables
  • New vignette describing contrast tests, particularly for interactions (vignette("art-contrasts"))

Bugfixes:

  • Formulas now correctly support arbitrary expressions as terms (rather than just column names).