You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New Features and Improvements
New Module: Quality Control.
New Module: Bayesian State Space Models.
New analysis added: Frequentist/ Classical Generalized Linear Model to the Regression module (jasp-stats/jasp-issues#1656).
ANOVA:
The Bayesian repeated-measures ANOVA now includes random slopes for all but the highest order repeated-measures interaction. This brings the results from the frequentist and Bayesian repeated-measures ANOVA closer together. The old behavior can be retrieved by checking Legacy results.
Bayesian ANOVA, Bayesian ANCOVA, and Bayesian repeated-measures ANOVA (jasp-stats/jaspAnova#151)
The value for the r-scale of the prior distribution on the coefficients can now be set individually for fixed effects.
The principle of marginality can be violated individually for fixed effects and random slopes. By default it is respected for fixed effects and violated for random slopes.
The prior on the model space can now be adjusted. Possible options are Uniform (default), Beta binomial, Wilson, Castillo, Bernoulli, and Custom. Custom allows for specifying individual inclusion probabilities for each effect. Note that the inclusion probabilities for interactions change if the principle of marginality is violated.
Nuisance predictors and other predictors common to all models can be shown in the model by unchecking “Hide nuisance in model”.