Changelog
Source:NEWS.md
getspanel 0.2.0
Major changes
- Changed default
effect
fromindividual
totwoways
- introduced Trend Indicator Saturation
tis
inisatpanel
- Enabled the ability to specify all indicator methods for only a specific subset of time and ids rather than for all ids or time (this was possible in a simpler form for some indicator methods for id already)
getspanel 0.1.5
CRAN release: 2023-10-19
Major changes
- 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()
Minor changes
- 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
Bug fixes
- 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)
getspanel 0.1.4
CRAN release: 2023-05-05
- Bugfixes and additional test files
- new option in plot_grid() to allow users to exclude plotting certain type of indicators
getspanel 0.1.3
CRAN release: 2023-01-28
- 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
Bug fixes
- 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’