- Added plotting support for glmmTMB betabinomial models
- Fixes compatibility with latest changes to how formulas are read
- Added a
NEWS.mdfile to track changes to the package. - Fixed issue with breaking change to paired t test
- Repairing for resubmission to CRAN
- Adding compatibility with new versions of dplyr, tidyr and ggplot2
- Inbuilt support for binomial, glmmPQL and glmmTMB models
- Fixes a bug in make_onset_data.
- Compatible with dplyr > 0.5.0.
- Fixes issue described in jwdink#57
- Fixes bug in add_aoi when only one AOI is added.
- Allows for treatment-coded variables in
lmorlmertime-bin or cluster analysis, via the "treatment_level" argument.
- Fixes compatibility issue with latest version of
lme4package.
- A variety of important bug-fixes for onset-contingent analysis. The rest of the package is unchanged.
- The
analyze_time_binsand therefore cluster-analyses have been re-written internally. Full support for (g)lm, (g)lmer, wilcox. Support for interaction terms/predictors. Experimental support for using boot-splines within cluster analysis. - P-value adjustment for multiple comparisons is now supported in
analyze_time_bins - Easier to use AOI as a predictor/covariate in
analyze_time_binsand cluster analyses - The functions
make_boot_splines_dataandanalyze_boot_splinesare now deprecated. To perform this type of analysis, usetest="boot_splines"inanalyze_time_bins. - Warnings and errors are now given in the returned dataframe for
analyze_time_bins. - Fixed plotting methods for time-cluster data
- The
analyze_time_clustersfunction now checks that the extra arguments passed to it are the same as the arguments passed - Fixed small bug in make_onset_data
- Added
simulate_eyetrackingr_datafunction to generate fake data for simulations.
- Important bug-fix in
clean_by_trackloss. Previously did not work for certain column names. - Important bug-fix in
make_eyetrackingr_data. Previously did not work correctly withtreat_non_aoi_as_missing = TRUE. - Important bug-fix in
analyze_time_clusters: previously did not compute permutation-distribution correctly. - Can specify any arbitrary dependent-variable for
make_time_window_dataormake_time_sequence_datato summarize. This DV can then be plotted and used in downstream functions (likeanalyze_time_binsormake_time_cluster_data) - Bug-fix in error/warning reporting in
analyze_time_binsand functions that call this (e.gmake_time_cluster_data). - Compatible with ggplot2 2.0
- Small bug fix in cluster analyses functions related to the dots (...) arguments
- Added support for parallelization in
analyze_time_clusters, allowing the user to take advantage of multiple cores to speed up this relatively slow function. - Added
get_time_clustersfor getting information about clusters in a data.frame (rather than a printed summary-- better for programming). - Small bug-fixes in make-boot-splines.
- Changed how cluster-summaries are displayed