- Implemented the argument
uis
inisatpanel()
to enable user-specified indicator saturation - Added a new argument
t.pval
to mirror the setting of a target p-value to the gets::isat() function. - Added new function
get_indicators()
- Set the default argument for plotting in
isatpanel
toTRUE
to enable automatic plotting - Changed the default plot in
plot.isatpanel()
to now be a combination of time series andplot_grid()
using thecowplot
package - Automated testing for
robust_isatpanel()
using the Koch et al. 2022 results
- Bugfix in robust_isatpanel(). Before it appeared like HAC S.E. with clusters were possible. This has been fixed. Now also the estimation type is taken from the initial model rather than specified as a separate argument; hence 'effect' has been removed as an argument.
- Bugfixes in plotting to work with uis specifications
- Improved plotting when there is just a single identified break (now the colour scale adjusts)
- Bugfixes and additional test files
- new option in plot_grid() to allow users to exclude plotting certain type of indicators
- Bug fix in isatpanel() when using AR models and not sorting the id data alphabetically
- Bug fix in break_uncertainty()
- Bug fix in plot_grid() (changing na.rm = NA to na.rm = TRUE in geom_tile())
- Bugfixes
- Changed the name of the function robust.isatpanel to robust_isatpanel to ensure consistency
- More error checks for csis and cfesis (ensuring that no out of sample groups can be chosen).
- Small changes to the introduction and the README
- Corrected provided sample data (no. of rows and removed duplicates)
- Bug fix in internal identify_indicator_timings() function to deal with steps correctly
- Bug fix in plot.isatpanel to ensure JSIS is plotted correctly
- Disabled the 'sis' option in isatpanel as it does not work in a panel context but might have been passed to 'isat'
- Changes to how the option mc.warning is dealt with
- Changed order of y-axis in plot_grid
- Changes to the package as a response to CRAN tests
- Bug fixes in isatpanel() to handle missing values
- First CRAN release of the package.
- Consult the Introduction Vignette for an overview.