NEWS
nhstplot 1.4.2 (2025-11-24)
- Fixed warnings caused by recent updates to
ggplot2.
nhstplot 1.4.1 (2025-11-08)
- Fixed warnings caused by recent updates to
ggplot2.
nhstplot 1.4.0 (2025-07-30)
- Improved error messages when passing invalid arguments to the plotting functions.
- The
plotftest() function now returns an error when the anova() does not contain exactly one test.
- The
plotchisqtest() function now accepts glm objects as input (a likelihood ratio test is used).
nhstplot 1.3.0 (2024-03-01)
- The p-value position can now be adjusted with the
p_value_position argument (see vignette for examples).
- Fixing incompatibilities with the latest version of
ggplot2.
nhstplot 1.2.0 (2023-04-11)
- You can now pass nested model comparisons ("F-change" tests, or Deviance/Likelihood Ratio Tests) F and chi-square tests created with
anova() directly for plotting (see vignette for examples).
- Code improvements and updates.
nhstplot 1.1.0 (2020-04-14)
- You can now directly pass objects created with functions
lm(), t.test(), cor.test() and chisq.test() for plotting (see vignette for examples).
- x-axis limits can now be manually specified with argument
xmax (see vignette for example).
- p-value formatting was improved to match typical reporting standards.
- Improvements to documentation for clarity.
nhstplot 1.0.1 (2016-11-19)
- Improved support for new
ggplot2 version (horizontal alignment of the plot titles)
- Gold and blue theme now works in Chi-squared function
nhstplot 1.0.0 (2016-09-02)
Initial release