Pedro J. Aphalo
Pedro J. Aphalo
Add support for 'smatr' as an alternative to 'lmodel2'. 'smatr' supports MA and SMA through the origin.
Say factorial experiments? This most likely could be handled by precomputing and using 'ggpp'. In such cases examples in the blog gallery could be written. Related to #30 and could...
Check how this or a new statistic could be made to work with `method = glm`. See also #64.
Although `ggplot2::geom_smooth()` supports `method="glm"`, the stats from 'ggpmisc' do not. The problem seems to be related to naming differences that break the extraction of members from the returned objects. This...
Currently `stat_peaks()` and `stat_valleys()` just find maxima and minima, either globally in the data set or locally within a moving window, and support the use of thresholds to avoid false...
Spikes can be detected using a different algorithm than that used for peaks and valleys. For spectra it has been implemented in 'ggspectra'. Funtion `find_spikes()` from 'ggspectra' should work almost...
- [ ] Add ALT text to figures in README.Rmd - [ ] Add ALT text to figures in User Guide - [ ] Add ALT text to figures in...
These functions also need to be updated consistently with `stat_poly_eq()` and `stat_poly_line()`. One things to be aware is in the types of weights and their availability in different fitted model...
Package ['insight'](https://easystats.github.io/insight/) could be useful, for example, to provide confidence bands for predictions when `predict()` does not return them. Alternatively, similarly as the support of 'broom' it could be supported...
This can be based on the code in `position_dodgenudge()` and `position_jitternudge()`. Dodge and jitter are applied before nudging. We do not need a new function, by default we can skip...