Changes in version 0.5.4 (2023-08-25) - fixing minor errors and bugs, including order of factors - removing GUI since package RGtk2 no longer exists Changes in version 0.5.1 (2021-05-21) - improve RM function such that - no interaction term necessary - within-subjects factor can be explicitely specified (instead of no.subf) - speed up computation time by removing parallel computing Changes in version 0.4.3 (2021-02-03) - fix ordering of data for multRM - update documentation - fix bug in simCI without interactions - improve error messages for missing data Changes in version 0.4.1 - include new function multRM for multivariate repeated measures designs - update documentation and vignette - update output of RM (now also states the names of the within-subject factors) - improve post-hoc comparisons Changes in version 0.3.4 (2019-08-28) - include warning for incorrectly labelled subjects (in RM designs with more than one whole-plot factor) - include graphics for example documentation - update package description - implement checks for missing values in RM Changes in version 0.3.1 (2018-08-14) - implementation of post-hoc comparisons - formula without interaction term possible (in MANOVA) - warning message for singular covariance matrices (RM) - improve runtime for permutation - improve output - allow for univariate calculations in MANOVA.wide Changes in version 0.2.3 - add documentation for S3 methods - improve documentation in vignette - fix handling of variables coded as factors in nested designs Changes in version 0.2.2 - warning message for singular covariance matrices - implement output of confidence intervals for interactions (RM design, option: CI.info in plot(...)) Changes in version 0.2.1 (2017-09-29) - improved plotting routine for RM models, now allowing for more user-specified parameters - parametric bootstrap now also implemented for the ATS in RM-Designs - excluded calculation for ATS in multivariate settings (no sensible test statistic in this context) - fixed some bugs in ordering of data for multivariate higher-way layouts and setting of random seed in permutation procedure - CIs can now also be calculated using the resampling quantiles of the WTS - include factor AgeGroup in EEGwide data Changes in version 0.1.2 (2017-08-21) - included EEG data example in wide format - fixed a bug in the calculation of mean values and covariances in the MANOVA() function (one-way layout) Changes in version 0.1.1 (2017-07-10) - included new function MANOVA.wide() for data provided in wide format - fixed a bug in the calculation of mean values and covariance matrices in two- and higher-way layouts - re-structured the analysis of nested designs Changes in version 0.0.5 (2017-04-13) - included calculation and plotting options for confidence ellipsoids for contrasts in multivariate factorial designs - fixed some bugs in Wild bootstrap routine and one-way designs - included modified ATS (MATS) and parametric and wild bootstrap thereof in MANOVA() Changes in version 0.0.4 (2016-08-10) - fixed small bug in the parametric bootstrap routine in the RM() function Changes in version 0.0.3 (2016-07-06) - fixed some bugs in the MANOVA() function, especially in the parametric bootstrap