Recent Releases of jasp-desktop
jasp-desktop - v0.95.1
Release Note 0.95.1
Fixes
- Scaling labels of variables disappeared and variables not removable in CFA. bug
- Residual covariances CFA bug
- Fixes to plotbuilder
- Consistently show labels for ordinal variables #403
- MetaAnalysis Spelling fixes
- C++
Published by RensDofferhoff 11 months ago
jasp-desktop - V0.95.1
Release Note 0.95.0
Fixes
- Scaling labels of variables disappeared and variables not removable in CFA. bug
- Residual covariances CFA bug
- Fixes to plotbuilder
- C++
Published by RensDofferhoff 11 months ago
jasp-desktop - Release 0.95.0
Release Note 0.95.0
New modules and Analyses
- ESCI: Estimation Statistics with Confidence Intervals. See https://thenewstatistics.com/itns/
- Meta-Analytic SEM and SEM-Based Meta-Analysis
(https://github.com/jasp-stats/jaspMetaAnalysis/pull/281) - The PlotBuilder (beta)
https://github.com/jasp-stats/jaspDescriptives/pull/345 - Parametric Survival Analysis
(https://github.com/jasp-stats/jaspSurvival/pull/6) - Two new analyses in the Audit module to determine the fairness of algorithms (https://github.com/jasp-stats/jaspAudit/pull/525)
- Bayesian Meta-Regression and 3lvl Meta-Analyses in Bayesian Meta-Analyses
(https://github.com/jasp-stats/jaspMetaAnalysis/pull/310) - Mantel-Haenszel / Peto Meta-Analysis (beta)
(https://github.com/jasp-stats/jaspMetaAnalysis/pull/340)
Main new features and improvements
- New language: Serbian language.
- Now support to import R data files (.RData/.RDS) (https://github.com/jasp-stats/jasp-desktop/pull/5841)
- Manually add/remove levels e.g. to Likert scale if levels are missing (https://github.com/jasp-stats/jasp-issues/issues/2669, https://github.com/jasp-stats/jasp-issues/issues/2920) (PR: https://github.com/jasp-stats/jasp-desktop/pull/5789)
- Indicate with gradient where there is more GUI to scroll through (https://github.com/jasp-stats/jasp-desktop/pull/5851)
- Barplots of single categorical var with many ratio vars with different colors but same color per category (https://github.com/jasp-stats/jasp-issues/issues/1734)
- Filter & Compute Column: Bigger capture zones + easier point&click behaviour (https://github.com/jasp-stats/jasp-issues/issues/2721)
- [Feature Request]: Valen Johnson's Bayes Factor Functions (https://github.com/jasp-stats/jasp-issues/issues/2053)
- [Feature-Request]: Show variable info when hovering variables of variable lists (https://github.com/jasp-stats/jasp-issues/issues/1190)
- Safer loading of JASP file and "security" mode, thanks to Sand Boxing on Windows (PR: https://github.com/jasp-stats/jasp-desktop/pull/5821)
- Make sure to clean up broken datasets after failed load (PR: https://github.com/jasp-stats/jasp-desktop/pull/5802)
- Monetary columns, thousands separators and locale sensitive number display (PR: https://github.com/jasp-stats/jasp-desktop/pull/5794)
- Compute column as mean (and more) of other columns via drag & drop (https://github.com/jasp-stats/jasp-issues/issues/516) (PR: https://github.com/jasp-stats/jasp-desktop/pull/5826)
- Add crash report (PR: https://github.com/jasp-stats/jasp-desktop/pull/5805)
- Add export option to Regression and ANOVA analyses, to save model residuals and predictions to the data sheet (https://github.com/jasp-stats/jaspAnova/pull/428 and https://github.com/jasp-stats/jaspRegression/pull/381)
- Speedup the loading process of JASP, both initially and in Engine/R by leveraging multithreaded processing. https://github.com/jasp-stats/jasp-desktop/pull/5836
- Descriptive Statistics now follows the variable types as specified by the user, and provides output based on these types (scale: all output, ordinal: min/max/quartiles/valid/missing, nominal: valid/missing; https://github.com/jasp-stats/jaspDescriptives/pull/363)
- Meta-Analysis: Subgroup analysis and analysis of dependent effect sizes
(https://github.com/jasp-stats/jaspMetaAnalysis/pull/298 and https://github.com/jasp-stats/jaspMetaAnalysis/pull/306) - Quality Control: Response optimizer (https://github.com/jasp-stats/jaspQualityControl/pull/361) and increased flexibility in out-of-control signals (https://github.com/jasp-stats/jaspQualityControl/pull/345)
Fixes
- Adding computed column makes syncing with external ODS file crash JASP (https://github.com/jasp-stats/jasp-issues/issues/2817)
- [Bug]: Case sensitive help files missing on flatpak (https://github.com/jasp-stats/jasp-issues/issues/3131)
- [Bug]: Could not access large file on Windows ((https://github.com/jasp-stats/jasp-issues/issues/3191)
- [Bug]: JASP shows empty Page when loading specific file (https://github.com/jasp-stats/jasp-issues/issues/3219)
- Fix table notes width in LaTeX (PR: https://github.com/jasp-stats/jasp-desktop/pull/5788)
- add thousands separators only on display (PR: https://github.com/jasp-stats/jasp-desktop/pull/5808)
- bugfix: tweaks for math expressions in jaspNotes (PR: https://github.com/jasp-stats/jasp-desktop/pull/5782)
- [Bug]Series fixes of errors when importing Excel files (https://github.com/jasp-stats/jasp-issues/issues/3074)
- bugfix: fix to add notes for figures (PR: https://github.com/jasp-stats/jasp-desktop/pull/5790)
- [Bug]: Over translation in Japanese Environment (https://github.com/jasp-stats/jasp-issues/issues/3077) (PR: https://github.com/jasp-stats/jaspRegression/pull/353)
- [Bug]: Adding computed column makes syncing with external ODS file crash JASP (https://github.com/jasp-stats/jasp-issues/issues/2817) (PR: https://github.com/jasp-stats/jasp-desktop/pull/5814)
- make R Commander Window great again (PR: https://github.com/jasp-stats/jasp-desktop/pull/5857)
Descriptives:
- [Bug]: a bug at Separate frequencies (https://github.com/jasp-stats/jasp-issues/issues/3294)
TTest
- Better check on posterior samples wilcoxon tests (https://github.com/jasp-stats/jaspTTests/pull/314)
- Make dv names consistent with other t-tests (PR: https://github.com/jasp-stats/jaspEquivalenceTTests/pull/143)
ANOVA
- [Bug]: Custom Contrast in ANOVA sorted alphanumerically (https://github.com/jasp-stats/jasp-issues/issues/3112)
- [Bug]: Custom Contrast shows old labels (https://github.com/jasp-stats/jasp-issues/issues/3128)
- [Bug]: Raincloud plots run out of colors for factors with > 8 levels (https://github.com/jasp-stats/jasp-issues/issues/3238)
- [Bug]: BF_M was incorrectly computed for non-uniform model priors. (https://github.com/jasp-stats/jaspAnova/pull/438)
Factors
- [Bug]: EFA and PCA issues with ordinal and binary data (https://github.com/jasp-stats/jasp-issues/issues/3163)
Regression
- [Bug]: Regression line gone after axis shortening (https://github.com/jasp-stats/jasp-issues/issues/2807) (PR: https://github.com/jasp-stats/jaspRegression/pull/384)
- [Bug]: Multinomial Logistic Regression - fix footnote footnote outlining factor levels (https://github.com/jasp-stats/jasp-issues/issues/2975) (PR: https://github.com/jasp-stats/jaspRegression/pull/383)
- [Bug]: Over translation in Japanese Environment (https://github.com/jasp-stats/jasp-issues/issues/3077)
Audit
- Tables in the output that show monetary values now have valuta signs and the number of decimals is fixed to two (PR: https://github.com/jasp-stats/jaspAudit/pull/510)
- Users can now request the expected count in the Benford’s law analysis (https://github.com/jasp-stats/jaspAudit/pull/575)
- Sequential analysis plot in Bayesian evaluation analysis (https://github.com/jasp-stats/jaspAudit/pull/529)
Distributions
- [Bug]: inconsistent p-value in normality test (https://github.com/jasp-stats/jasp-issues/issues/3148)
- [Distributions] - ML Estimates of Normal Distribution (https://github.com/jasp-stats/INTERNAL-jasp/issues/2753)
- [Distributions] - Unclicking Maximum likehood does not remove the Estimated Parameters table when Estimates selected (https://github.com/jasp-stats/INTERNAL-jasp/issues/2754)
| JAGS Compute posterior modes in customizable inference (PR: https://github.com/jasp-stats/jaspJags/pull/154) | | :---- |
Machine Learning
- Scale the new prediction data with the same mean and standard deviation as the training data and deduce this automatically from the trained model (https://github.com/jasp-stats/jaspMachineLearning/pull/444)
- [ML] Explain predictions does not work with new dataset in prediction (https://github.com/jasp-stats/INTERNAL-jasp/issues/2682)
- [Bug]: Fix prediction with one IV (https://github.com/jasp-stats/jasp-issues/issues/3183)
- [Bug]: Machine Learning Clustering Neighborhood based - Cluster Means plot mixes up values (https://github.com/jasp-stats/jasp-issues/issues/3297)
- Bug in decision boundary matrix extracted by decision tree and Neural Network classification in the Machine Learning Module (https://github.com/jasp-stats/jasp-issues/issues/3335)
- [Feature Request]: Add probabilities to the predictions of the ML algorithms (https://github.com/jasp-stats/jasp-issues/issues/3340)
Meta-Analysis
- [Feature Request]: Meta-analysis: Add Orwin’s Fail-Safe N (https://github.com/jasp-stats/jasp-issues/issues/141)
- [Bug]: Missing Model Type (Fixed/Random) and I² in Forest Plot – Meta-Analysis (https://github.com/jasp-stats/jasp-issues/issues/3216)
- Split can cause odd behavior (https://github.com/jasp-stats/jaspMetaAnalysis/pull/287)
- [Bug]: interactions in meta-analysis not working (https://github.com/jasp-stats/jasp-issues/issues/3205)
- [Bug]: Two meta-analysis bugs: removing intercept and publication bias missing (https://github.com/jasp-stats/jasp-issues/issues/3325)
- [Bug]: Transforming effect sizes (Log odds to proportions) (https://github.com/jasp-stats/jasp-issues/issues/3302)
- [Feature Request]: Orchard Plot (https://github.com/jasp-stats/jasp-issues/issues/3368)
- [Feature Request]: Request for Subgroup Analysis in Meta-Analysis Module (https://github.com/jasp-stats/jasp-issues/issues/3215)
Quality Control
- Time Weighted charts error (PR: https://github.com/jasp-stats/jaspQualityControl/pull/347)
- Bug in number of distinct categories (https://github.com/jasp-stats/jasp-issues/issues/3130, https://github.com/jasp-stats/jasp-issues/issues/3306)
Reliability
- [Bug]: Unidimensional reliability function is not working and comes up with an error (https://github.com/jasp-stats/jasp-issues/issues/3303) (https://github.com/jasp-stats/jasp-issues/issues/3237) (https://github.com/jasp-stats/jasp-issues/issues/3411)
SEM
- [Feature Request]: add warning that parameters are estimated as equal across groups (https://github.com/jasp-stats/jasp-issues/issues/1279)
Summary Statistics
- Automatic update Sample Size/Successes in Bayesian A/B Test (https://github.com/jasp-stats/jaspSummaryStatistics/pull/186)
Process
- [Feature Request]: Add moderated moderation index (https://github.com/jasp-stats/jasp-issues/issues/3331)
- C++
Published by RensDofferhoff 12 months ago
jasp-desktop - v0.95.0 (beta2)
Pre release of JASP 0.95.0 for the upcoming workshops
- C++
Published by RensDofferhoff about 1 year ago
jasp-desktop - v0.95.0 (beta)
Pre release of JAP 0.95.0 for the upcoming workshops
- C++
Published by RensDofferhoff about 1 year ago
jasp-desktop - Release 0.19.3
Hotfix release:
- Labels in custom contrast should have the right order (https://github.com/jasp-stats/jasp-desktop/pull/5767, fixes https://github.com/jasp-stats/jasp-issues/issues/3112)
- Descriptives: Numeric nominal variables gives unexpected results (https://github.com/jasp-stats/jaspDescriptives/commit/440f765d025ce9496994665cbe6b150ad2c89d11)
- Regression: Do not translate italic (https://github.com/jasp-stats/jaspRegression/pull/353, fixes https://github.com/jasp-stats/jasp-issues/issues/3077)
- C++
Published by boutinb over 1 year ago
jasp-desktop - Release 0.19.2
New modules
- Bayes Factor Functions: Calculate and interpret Bayes factors by mapping standardized effect sizes to Bayes factors derived from classical test statistics. BFFs simplify prior specification and compute Bayes factors across a range of alternative hypotheses specified via the mode of nonlocal prior distribution.
- BFpack (beta): Test multiple hypotheses with equality and/or order constraints on the parameters of interest for several analyses: t-tests, ANOVAs, linear and logistic regression, correlation, variances
Main new features and improvements
- Complete rework of the Classical Meta-Analysis: the module has now major functionalities of the metafor R package with respect to:
- Funnel Plot
- Effect Size Calculation
- Meta-Analysis
- Multilevel/Multivariate Meta-Analysis
- Funnel Plot
- Improved many columns importing speed. #5651
- Series label editor and computed column improvements. #5700 #5727
- Support import of Microsoft Excel (.xls .xlsx) data files. #5638
- Added R syntax highlighter in analysis panel controls. #5538
- Create a “New dataset” function in the hamburger menu. #5650
- Export PDF can specify orientation and page size. #5679
- New module development system (for developers).#5701
- Add a scale for the height of the ribbon bar #5746
- Machine Learning: add Logistic / Multinomial regression 369
- Survival: Add semi-parametric survival analysis (Cox proportional hazards) 5. Issue: 206
Fixes
- Cannot type Key Y in Data edit mode. 2951
- Under the Chinese interface, an error will be reported when performing confirmatory factor analysis 2947
- Improve filtered computed column 5671
- Computed Column depending on another computed column is not automatically updated 5692
- Switching column in Variable Window should not generate any action 5694
- DropDown should also be able to set the column type 5704
- Improvements in the label windows 5700
- In CFA, assign the same variable to different factors 5706
- Add level constraints to DropDown 5708
- PC scores added on wrong row if data have pass-through filters 2972> 5709
- Fix tooltip in the checkBox and RadioButton 5623
- Minor TextArea contentMargin adjust 5712
- Fix cell content imported from .ods files 5703
- Fix filter crash 5720
- Loading a JASP File with a Linear Regression analysis does not keep the models 5729
- Better handling of labeleditor for computed columns 5727
- Stop flatpak jasp crashing 5730 2998
- Add types in formula 5728
- Set the control width of Dropdown by setting the fieldWidth property 5586 Issue 2404
- Zip files expand with backslashes on Linux, no subdirectories 2886
Descriptives:
- Chi square method to calculate var and std dev CIs 312
- Add categorical density plot to customizable plots 325
T-Tests
- Compute normality test on the residuals for the independent samples t-test 2830 266
- Remove Morey correction from t-tests but keep normalization 269
- fix logic in footnote 2851 275
- Independent samples t-test error with Q-Q plots when missing data is present 2939 276
- Add effect size correction as dependency 277
ANOVA
- Fix post hoc issue 384
- RM ANOVA: Wrong Confidence Intervals 2127 385
- Degrees of freedom for RM ANOVA’s post hoc test, and add Tukey LSD vs. HSD 2953 2874 388
Regression
- Enable Diagnostics/EMMs/Contrast/Advanced for Multinomial/Ordinal/Firth Logistic Regression 2926 342
- Strange formatting of text in the help box in the logistic regression module 2847
Frequencies
- port robustness plot to ggplot2] 214
- FHide observed cell counts in contingency tables when checkbox is cleared 80 217
- Error in chi-squared continuity correction 2829 218
- Informed Multinomial Crashing on Mac M2 3001
- Hide observed cell counts in contingency tables when checkbox is cleared 80
Audit
- Fill the sample filter before the paste variables button is checked 477
- Add error message for invalid value of absolute materiality 484
Equivalence T-Tests
Learn Bayes
- Fixes Staked plots labels225
- Initiating enter sequence as 0 success 0 failures for prior prediction table 226
Machine Learning
- The prediction module does not load the prediction table. Issues 3046 & 3050
- Store all variables in saved model 380
Process
- Updating moderation probe values 108. Issue: 2942
- Hayes models 4 and 5 include multiple mediators 108. Issue: 3019
Quality Control
- MSA updates in 323
- Rename menu in 326
- DOE help files and normal effects plot in 325
- Quality Control – Process Capability Study – Histogram Upper and Lower specification limit do not scale the histogram 332. Issue: 2895
- Values for LSL, USL, target labels and unit tests updates in 333
Reliability
- New analysis: standard errors of measurement 210
- Increase consistency between Bayesian and frequentist reliability 211. Issues: 2760 2761
- Standard errors for classical reliability estimates
SEM
- Add sensitivity analysis 140. Issue: 1973
- Printing sample size and number of parameters (more prominently) 139. Issue: 716
- Full support for ordinal data: add more estimators and change the optioning for estimators, test, and SEs 248. Issues: 1259 959 1484 2740 1102 2879 2905 2908 2644
- Remove weighting options and rename to consistent PLS 204. Issues: 2356 2265
- Enable LineNumber for SEM syntax editor 259
- Path diagram standardized estimates option 263. Issue: 3004 2704
Summary Statistics
- Add proportion column 125
Time Series
Visual Modeling
- Undefined column selected 2188
Full Changelog: https://github.com/jasp-stats/jasp-desktop/compare/v0.19.1...v0.19.2
- C++
Published by boutinb over 1 year ago
jasp-desktop - v0.19.1
0.19.1 (September 10th 2024) Bug Fixes: Filter being ignored in Levels constraint checks (https://github.com/jasp-stats/jasp-issues/issues/2853)
- C++
Published by RensDofferhoff almost 2 years ago
jasp-desktop - Release 0.19.0
0.19.0 (July 15th 2024)
- New analyses:
- Raincloud Plots
- Bayesian process analysis
- Data Type check improvements
- Indicator and tooltip for type conversion
- Min and max levels constraints for variables
- When allowed, possibility to change type inside the analysis
- Data Editing:
- Redesign the Label Editor
- Possibility to recode value
- Automatic reorder labels per value
- Real values in grey when differ from labels
- New language: Italian
- Improve welcome page with reference to bug/feature reports
- Import Data
- Improve Latex editor (5413)
- Table title gets APA styles (5345)
- Modules fixed and new features
- Descriptives
- ANOVA:
- Use multivariate as default for follow-up tests RM ANOVA (1221, 1642)
- Letter based posthoc grouping + dunn relocating + allow singular model (321)
- Contrast-specific error term for planned contrats in the context of RM-ANOVA (1642)
- Request for Letter-Based Representation of All-Pairwise Comparisons in post-hoc testing (342)
- Incorrect CI bars for repeated measures ANOVA (standard and Bayesian) (1187)
- Effect size for Kruskall Wallis and Dunns test (post hoc) (1905)
- CI error bars on rm-ANOVA much too small - can the Morey's correction be optional? (1227)
- RM ANOVA - allow interactions between within/between factors in marginal means (2351)
- Dunn's post hoc non functional (2678)
- Option to only compute and display relevant post-hocs (637)
- Presenting the results in post hoc tests for n-factorial ANOVA fixing one of the factors and showing the statistical difference among the levels of the other factor (2696)
- Error in JASP homogeneity test for repeated measures ANOVA (2711)
- Can't plot interactions for BANOVAs and RM BANOVAs (2573)
- T-Tests
- Niggling plot differences between classical and Bayesian paired t-test (573)
- Confidence intervals for Wilcoxon signed-rank test are reported even when requested confidence level is not achievable (2037)
- The abbreviated Mann-Whitney statistics (1735)
- Bayesian Paired-Samples t-test (Wilcoxon) - Won't run with ordinal data, but will with scale data (2102)
- Mixed Models
- Process:
- Bootstrap percentile intervals (2657)
- Fix short variable name (2635)
- Add covariances between mediators and mediator-interaction terms (86)
- Model fail with Hayes configuaration (2650)
- Bayesian Process Model- estimate failed with lavaan things (2628)
- Does not perform local tests (2622)
- Multiple mediated processes become one (2473
- Renaming model erases input (2469)
- Regression
- Classical Linear Regression: cannot add ordinal variable (2243)
- Change Bayes factor label according to the hypothesis value (286)
- Error when interaction term is entered in regression (1679)
- Reintroduce stepwise/forward/backward regression with factors (2597)
- Block Function for Hierarchical Linear Regression (176)
- Additional statistics for the regression module (1637)
- Hierarchical logistic regression (entering predictors in blocks (1675)
- Error when running moderator analysis (2727)
- linear weighing in Cohen kappa (2175)
- Reliability
- Output factor loadings when computing frequentist McDonald's omega (2525)
- Factor
- JAGS
- Error in binamy classification (2537)
- AUDIT:
- Separate the prior most likely misstatement and the expected misstatements in the sample (459)
- Machine Learning:
- Transpose confusion matrix, Show training and data validation split options for decision trees, support vector machines, better help (318)
- ROC for Naive Bayes Classification does not work (2794)
- error while setting test set indicator for Boosting classification (1838)
- Machine Learning Regression: add scaled MSE in the evaluation metrics (2619)
- Incorrect test accuracy for decision tree classifier when one class doesn't contain any prediction (2596)
- SEM
- No negative correlation in Partial Least Squared SEM (2086)
- Error message when trying to perform LGCM (2764)
- SEM module mislabels models (2690
- Latent Growth modeling get error (2510)
- Equality Constraints in Multigroup SEM have at least 2 bugs (2225)
- listwise deletion in PCA (2419)
- Adding estimation of indirect and total effects to SEM module (1980)
- Visual Modeling
- Error in module Visual Modeling / Mixed Modeling (2216)
- Flexplot with categorial variables shows absolute Differences now (2423)
- only allow 2 variables in the input boxes (2750)
- Equivalence T-Tests
- Repair Independent Samples T-Test(1940)
- Learn Bayes
- Binary Classification: fails to accept continuous and binary discrete variables (2531)
- Distribution
- F-Distribution error (2640)
- Quality Control
- Control charts adjustable control limits and targets (1790)
- Add specification limits to x-mR chart in process capability study (2443)
- nested gauge r&R results differ to other software (2048)
- Name of the Catagorical variables are being pulled from wrong table (2392)
- Capability Study: Cannot deal with large values (2440)
- out-of-control signals (2318)
- Error in tableRListCombined[['test3']]: subscript out of bounds (2674)
- C++
Published by RensDofferhoff almost 2 years ago
jasp-desktop - Release 0.18.3
Bug fixes - Some older JASP files did not open correctly in 0.18.2 (https://github.com/jasp-stats/jasp-issues/issues/2517) - Filter errors and improve clarity (https://github.com/jasp-stats/jasp-issues/issues/2515) - Incorrect handling of decimal separators in CSVs (https://github.com/jasp-stats/jasp-issues/issues/2518) - Audit Sampling workflow getting stuck (https://github.com/jasp-stats/jasp-issues/issues/2503) - Problem with Windows Zip version (https://github.com/jasp-stats/jasp-issues/issues/2502) - Update flexplot (https://github.com/jasp-stats/jasp-issues/issues/2494)
- C++
Published by boutinb over 2 years ago
jasp-desktop - Release 0.18.2 beta
New Features and Improvements
New module:
- Survival (Beta)
- Process (Beta)
Data Editing:
- Redesign the Variable setting window
- Possibility to switch computed columns to not computed and vice-versa
- Add empty values settings per variable
- Make JASP readable on small screen
- Copy/Paste with headers work between JASP and other spreadsheet editor.
- Undo/Redo shortcut available everywhere on data editing mode
Results:
- Add video support in annotation (https://github.com/jasp-stats/jasp-desktop/pull/5293)
Windows Installation
- Add MSIX Installation in Windows Store.
Audit:
- implements algorithm auditing (i.e., model fairness, a new section in the module): https://github.com/jasp-stats/jaspAudit/pull/371
Factor/CFA
- Option to fix intercepts to zero in mean structure (https://github.com/jasp-stats/jasp-issues/issues/2223)
- Add structural invariance and mean structure identification options (https://github.com/jasp-stats/jasp-issues/issues/2378, https://github.com/jasp-stats/jaspFactor/pull/193)
Machine Learning:
- Add Naive Bayes classification analysis (https://github.com/jasp-stats/jaspMachineLearning/pull/244): Implements some explainable modelling ('XAI') features from the DALEX package
- After model performance, implemented an option in all supervised analyses to show feature importance metrics (via https://ema.drwhy.ai/featureImportance.html).
- After feature importance, implemented an option in all supervised analyses (and the prediction analysis) to explain the predictions of the model as a sum of feature contributions (via https://ema.drwhy.ai/breakDown.html#breakDown).
- Added multivariate normality check in the LDA analysis (https://github.com/jasp-statsjasp-issues#2272)
- Adds a bare-bones linear regression analysis as a baseline method in which the user can use a training and test set to compare the results with other techniques.
- Linear Regression: Add an option to display the regression equation for (regularised) linear regression (https://github.com/jasp-stats/jaspMachineLearning/pull/227)
- Optimization for support vector machines and decision trees (https://github.com/jasp-stats/jaspMachineLearning/issues/84)
SEM:
- Add mean structure option fixing mean intercepts to zero (https://github.com/jasp-stats/jaspSem/pull/186)
Bug fixes - Filter still active after reopen new session (https://github.com/jasp-stats/jasp-issues/issues/2344) - Export csv file from .jasp file will lose values (https://github.com/jasp-stats/jasp-issues/issues/2396) - Latex in darkmode (https://github.com/jasp-stats/jasp-desktop/pull/5311) - Bayesian ANOVA: Fix Single model inference (https://github.com/jasp-stats/INTERNAL-jasp/issues/2426) - Learn Bayes: fix bracket at logBF10 (https://github.com/jasp-stats/jaspLearnBayes/pull/171) - Machine Learning: - Do not scale the target variable in regression anymore. - Fix bugs in Neural Network analyses related to activation function use (had wrong input for linear.output argument). - Quality Control - Graph variation components has not been built (https://github.com/jasp-stats/jasp-issues/issues/2273) - Percentage Process Variation Graph hadn't been built (https://github.com/jasp-stats/jasp-issues/issues/2274) - Attributes Agreement Analysis analysis crash (https://github.com/jasp-stats/jasp-issues/issues/2286) - Added help files (https://github.com/jasp-stats/jaspQualityControl/pull/285) - Fixed issue that sometimes broke the RSM analysis (https://github.com/jasp-stats/jaspQualityControl/pull/281). The rsm package calculated some "canonicals" that were not used in the JASP output. Setting the threshold to calcuate these to 0 resolved the issue. - Removed option to specify blocks again, breaks too often. - Removed options to specify manual terms for RSM analysis, breaks often and is not really useful without possibility of adding squared terms. - Regression analyses: - Bug in German translation (https://github.com/jasp-stats/jaspRegression/issues/268, https://github.com/jasp-stats/jasp-issues/issues/2405) - Wrong values of Nagelkerke and Cox and Snell R^2 reported (https://github.com/jasp-stats/jasp-issues/issues/2368) - Reliability - CI for Krippendorff's alpha (https://github.com/jasp-stats/jasp-issues/issues/2318) - SEM - Chi-square change with addtion of second model (https://github.com/jasp-stats/jasp-issues/issues/2302)
- C++
Published by boutinb over 2 years ago
jasp-desktop - Release 0.18.1
New Features and Improvements
- New module: Learn Stats
Bug fixes - Data Editing: - Beter undo/redo shortcut handling (#5262) - Add copy/cut/paste with header (#5249) - Make remove columns/rows quicker(#5242) - Descriptives: - Incorrect confidence interval in descriptive statistics (#2288) - Likert plot long data (#2251) - Use ColorPalette (#216) - LearnBayes: Use ColorPalette (#167) - SEM: - Use ColorPalette (#177) - Fix disattenuation bug and handle resampling options better (#2260) - Merged notes additional fit measures (#147) - Meta Analysis, hot fixes for RoBMA (#196 & #197): - fix output ordering - fix diagnostics plots - fix effect size output option - fix 'plotsIndividualModelsOrder' - plot prior distributions under custom models - incorrectly disabled prior scale menu on custom - Predictive Analytics: #11
- C++
Published by boutinb almost 3 years ago
jasp-desktop - Release 0.18.0
Main new feature - Data Editing
New Features and Improvements
Bug fixes
- ANOVA: Refreshing old jasp file engine crash (#2347)
- T-Test: cannot render Bayesian sequential analysis with robustness check (#2252)
- CFA error with grouping variable (#2182)
- Improve Quality Control (#263)
- Fix variance components plot failing for i18n (#270)
- Add more translatable strings: (#5144)
- Application stops responding when filtering data (#1644)
- JASP files can be send via E-Mails, there are not blocked by E-Mail servers.
- C++
Published by boutinb almost 3 years ago
jasp-desktop - Release 0.17.3
New Features and Improvements
- Added a beta version of the Time Series Module
- Added the analytical risk to the Audit Risk Model
- Benford’s law provides confidence intervals in the table and plot
- Latex formulas can now be used in results
- Result screen is now translatable
Bug fixes
- Results can now be copied into Google Docs, Word, etc using Google Chrome on Windows
- Variable type is properly updated upon type switch
- Fix for special character entry conflicting with ALT-Navigation mode (additionally can be turned off in settings)
- Fix Bayesian descriptives Credible Interval (#2153, #2190)
- Allow Ordinal data and fix citations (#1723)
- Bug Report in PROPHET Module (#2201)
- C++
Published by boutinb almost 3 years ago
jasp-desktop - Release 0.17.2.1
a hotfix for: - Quality Control module upgrades broken from 0.16.4 > 0.17+ (https://github.com/jasp-stats/jasp-issues/issues/2142) - Repeated Measures Anova failing due to missing package (https://github.com/jasp-stats/jasp-issues/issues/2152, https://github.com/jasp-stats/jasp-issues/issues/2148, https://github.com/jasp-stats/jasp-issues/issues/2145) - Reliability module failing due to missing package (https://github.com/jasp-stats/jasp-issues/issues/2146) - Update to readstat 1.1.9 to fix local character encoding issues in input data - Filtering + Custom Contrasts (ANOVA) results in error
macOs ARM tag: https://github.com/jasp-stats/jasp-desktop/releases/tag/v0.17.2.1-arm-mac (needs experimental versions of gmp and mpfr)
- C++
Published by boutinb about 3 years ago
jasp-desktop - Release 0.17.2
New Features and Improvements
- New language added: Polish
- Show R Syntax in Results (#2008)
- Support for SPSS zsav file import (#5032)
- New module: Power Analysis
- Regression
- Added Bayesian Logistic Regression (#205)
- Audit
- Audit module supports evaluation of stratified audit samples
- Frequencies
- Informed Multinomial Tests analyses(#113)
- Informed Multi-Binomial Test analyses
- Quality Control
- Variable charts for subgroups can now handle uneven group sizes and missing values in different ways.
- Variable charts for individuals now have the options to add stages of the analysis.
- Functionality to create factorial and response surface designs has been expanded.
- Functionality to analyze factorial designs has been expanded and functionality to analyze response surface designs has been added.
- Contour plots and 3D Surface plots have been added to the Design Analysis.
Bug fixes - No error bars displayed when running a 2-way ANOVA (#1983) - R commander drops Random Effect terms from a formula - Repeated Measures ANOVA now runs when the model terms are not explicitly set (#1987) - Regression Casewise Diagnostics table now shows the correct case ID when having missing data in dependent variable (#1989) - Coefficient test and Confidence Interval (#173) - Improvements to the Factor module - Tables in multigroup CFA are aligned with those in the SEM module (#162) - Added reliability, AVE, and HTMT option for CFA (#754, #671) - Added eigenvalue factor characteristics to EFA (#114) - In the Summary Stats Bayesian independent t-test module, both groups used to be assigned number 1 (#2095) - The incorrect eta-square used to be show in unequal-cells ANOVA, Type III (#2024) - Non parametric correlations (Spearman’s & Kendall’s tau) no longer return NaN (#2022) - Analysis would terminate unexpectedly when performing certain linear regressions (#2016) - Bayesian network estimation now with improved centrality plots and more informative error messages Issues with the Tile heatmap in the Descriptives module is fixed - Binomial estimation had an issue with the observed count data in the Learn Bayes module (#137) - The Meta Analysis module did not show estimated coefficients for models with 1 continuous covariate and no intercept (#168) - Small fixes for the Mixed Models module - Warning text was inconsistent with menu options jasp-issues (#2093)
- C++
Published by boutinb about 3 years ago
jasp-desktop - Release 0.17.1
Bug fixes
- Repeated Measures ANOVA does not run if the model terms are not explicitly set (#1987)
- JASP crashes sometimes when starting it with an internet proxy (#1986)
- Wrong name in T-Tests "Wilcoxon signed-rank" option should be labelled “Mann-Whitney” (#1990)
- Linear Regression: Casewise Diagnostics table shows wrong case ID when having missing data in dependent variable (#1989)
- No error bars displayed when running a 2-way ANOVA (#1983)
- C++
Published by boutinb over 3 years ago
jasp-desktop - Release 0.17.0
New features and improvements
- Syntax mode
- Improved keyboard navigation (#4943)
- New module: Acceptance Sampling
- Structural Equation Modeling
- Network
- New analysis: Bayesian network analysis (#1864)
- Meta-Analyses
- New analysis: Bayesian Penalized Meta-Analysis (Utrecht project)
- JAGS
- Customizable Inference added (#83)
- Show tables and plots for specific variables or subsets of variables.
- Order the shown variable in the tables and plots by their posterior mean, posterior median, or a custom order.
- Compute and plot custom intervals for posterior distributions (CRI, HDI, or the probability of the area between two user-specified values).
- Save posterior samples generated to external file (#76)
- Improved for large data files (#1920)
- Regression
- Descriptives
- Added confidence intervals for mean, standard deviation, and variance (#123)
- Distributions
- Confidence intervals added to Q-Q and P-P plots (#82)
- Prophet
- Prediction is optional (#60)
- Engines and R-library separation behavior improved (#4726)
- Improved preference help file (#4881)
- Module selection in R commander (#1912)
- All plots can now be saved as .pptx, .pdf, and .eps (#113, #1910)
- Added documentation on how to connect to Snowflake warehouse (#1888)
Bug fixes
- Show strength in centrality table and plot in the network analysis module (#1692)
- Variance-covariance matrix could not always be calculated in SEM (#1845)
- Errors when using flexplot in visual modeling module (#1327, #1849)
- Temporarily disable no-bom-native-codepage workaround for CSVs on windows. Use utf-8 whenever you can to avoid this problem.
- C++
Published by boutinb over 3 years ago
jasp-desktop - Release 0.16.4
New features and improvements
- SQL Database can be connected to JASP (#4798)
- ANOVA
- T-Tests
- Factor (#75, #93)
- Frequencies
- Cochrane Meta-Analyses (#12)
- Export selected datasets
- Improved error message for dataset with one estimate
- Improved Add Estimates
- Machine Learning
- New dataset: Palmerpenguins (#128)
- Mixed Models
- Network
- Improved Graphical Options (#51)
- Regression
- Reliability
- SEM (#90)
- Summary Statistics
- New analysis: Bayesian z-test (#77)
- New transformations added to Compute Column (#4799)
- Power transformations (Box-Cox, inverse Box-Cox, two parameter power transformation, Yeo-Johnson)
- Logit and inverse logit transformations
- JASP now uses R 4.2.1 (#4801) (Improves unicode handling on windows)
- Maximum amount of engines used by JASP can be forced by admin (#1693, #4838)
- Exponent notation available for Table Options (#4824)
- Userdefined label for missing values in data (#4833)
Bug fixes
- PCA results based on covariance instead of correlation did not change output (#1667)
- Custom contrasts in ANOVA did not update after filtering data (#627, #4741)
- Special character in username results crashes plots (#1758)
- Raincloud plot title fix (#181)
- Posterior model probabilities should update when the model prior changes (#195, #1816)
- Fix to Column Filter (#4736, #1661)
- (Partial) fix to results displaying ugly on windows (#1747)
- Solves a crash on macOS in linear regression for extremely small numbers (#1777)
- Fix Prophet to allow it to find timezone and date-format information (#1714)
- C++
Published by boutinb almost 4 years ago
jasp-desktop - Release 0.16.3
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 (https://github.com/jasp-stats/jasp-issues/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 (https://github.com/jasp-stats/jaspAnova/pull/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”.
- Warning message about changes (https://github.com/jasp-stats/jaspAnova/pull/158).
- Message added when Welch correction fails (https://github.com/jasp-stats/jaspAnova/pull/131).
- Improvements to Order restricted hypotheses (https://github.com/jasp-stats/jaspAnova/pull/153)
- Regression:
- Bayesian linear regression now exports residuals and residual standard deviations (https://github.com/jasp-stats/jaspRegression/pull/110).
- Add bootstrapped p-value to linear regression (https://github.com/jasp-stats/jaspRegression/pull/120).
- Improved part and partial correlations (https://github.com/jasp-stats/jasp-issues/issues/1638).
- T-Tests
- Coefficient of variation added to the descriptives tables of all T-Tests (https://github.com/jasp-stats/jaspTTests/pull/122, https://github.com/jasp-stats/jasp-issues/issues/1599).
- Bain:
- Draw correct posterior probability plot in all AN(C)OVA / regression / SEM situations (https://github.com/jasp-stats/jaspBain/pull/80)
- Descriptives:
- Improved interface (https://github.com/jasp-stats/jasp-issues/issues/1635)
- Frequencies:
- Bayesian Binomial Test (https://github.com/jasp-stats/jaspFrequencies/pull/83, https://github.com/jasp-stats/jasp-issues/issues/1605)
- Improved help files.
- Improved lay-out.
- Footnote added to display what kind of beta prior is used on the alternative hypothesis.
- Multinomial Test (#87)
- Increased number of decimals in the input table (from 1 to 3).
- Expected counts can be decimals (#1652).
- Bayesian Binomial Test (https://github.com/jasp-stats/jaspFrequencies/pull/83, https://github.com/jasp-stats/jasp-issues/issues/1605)
- Machine Learning:
- Matthews correlation coefficient added to evaluation metrics for classification (https://github.com/jasp-stats/jaspMachineLearning/issues/134, https://github.com/jasp-stats/jasp-issues/issues/750).
- Decision Trees able to only show relevant splits (https://github.com/jasp-stats/jaspMachineLearning/pull/152).
- Improvement to decision boundary matrix (https://github.com/jasp-stats/jaspMachineLearning/pull/152).
- Audit:
- UI improvements
- Reliability:
- Krippendorff's alpha added to Rater Agreement (#1665).
- Improvements to fit measure table for Bayesiansingle factor model (https://github.com/jasp-stats/jaspReliability/pull/94).
Bug fixes
- Raincloud plot lines that connect data points within-subject (https://github.com/jasp-stats/jaspAnova/pull/155).
- In RM ANOVA contrast couldn’t be negative (https://github.com/jasp-stats/jasp-issues/issues/1704).
- ANOVA affected coding options in Regression (https://github.com/jasp-stats/jasp-issues/issues/1677).
- Error in JAGS (https://github.com/jasp-stats/jasp-issues/issues/1691).
- Help button not clickable in Bayesian Unidimensional Reliability (https://github.com/jasp-stats/jasp-issues/issues/1621).
- Flatpak no longer crashes on certain actions (https://github.com/jasp-stats/jasp-issues/issues/1424).
- C++
Published by boutinb about 4 years ago
jasp-desktop - Release 0.16.2
New Features and Improvements
- JASP now runs natively on Apple Silicon!
- JASP uses the latest version of R 4.1.3
Bug Fixes
- Unexpected slowness on Windows (#1490, #1546, #1643)
- Resolved an issue where macOS was identifying JASP as a harmful app (#1426)
- Factors of CFA disappeared (#1640)
- JASP crashed when adding a rm factor in RM ANOVA (#4725)
- C++
Published by boutinb about 4 years ago
jasp-desktop - Release 0.16.1
New Features and Improvements
- New languages added: French (incomplete)
- Repeated Measures ANOVA post hoc tests
- Machine Learning
- New analyses decision tree regression and classification
- New analyses Support vector machine regression and classification
- K-medoids and K-medians clustering techniques added to Neighborhood-based (formerly K-means)
- Extra plot in k-nn regression and classification showing the relative weights as a function of the distance
- Extra evaluation metrics for all classification analyses
- New module: Cochrane Meta-Analysis
- Allows users to select and analyze data from Cochrane Database of Systematic Reviews
- Regression
- Bain
- An extra column showing PMPc has been added to the ANOVA, ANCOVA, SEM, and linear regression standard table outputs
- Descriptive Statistics
- Option to hide/ show Valid and Missing cases (#1480)
- Factor Analysis
- New option for parallel analysis: 1) can be based on FA or 2) PCA (#1319)
- Scree plot is overhauled to be more concise. New option to turn parallel analysis results on and off in the plot
- Reliability
- Audit
- Added an option to specify the maximum sample size
- Fixed a bug in the Bayesian workflow where the sample size started counting at 5, sometimes resulting in sample sizes that did not match the desired input criteria
- Improvements to “About”
- Improved layout of network graphs in Network module (#1366)
Bug fixes
- Path plots in Factor module fixed (#1548, #1570, #1573)
- Factor correlation matrix showed the correlations of the estimated factor scores. Now the proper factor intercorrelations are used
- Computing Z-scores does not give an error anymore (#1507)
- Pairwise plots able to handle ordinal variables (#1523)
- C++
Published by amirmasoudabdol over 4 years ago
jasp-desktop - Release 0.16.0
New Features and Improvements:
- New languages added: Spanish, Indonesian (incomplete)
- Meta-Analysis:
- WAAP-WLS
- PET-PEESE
- Prediction Model Performance
- Set seed option in Bayesian Meta-Analysis
- Machine Learning:
- New Neural Network regression and classification analyses
- Model saving for all regression and classification analyses
- Models can be saved locally as .jaspML files
- Prediction for all regression and classification models
- Locally saved .jaspML files can be loaded and applied to new data in the new prediction analysis
- New module: Circular
- Perform Circular Statistics
- Summary Statistics:
- General Bayesian Tests
- ANOVA:
- GORIC(A) in AN(C)OVA and RM ANOVA
- Regression:
- Row/column/total proportions parallel to counts for confusion matrix in Logistic Regression
- Marginal effects plots in Linear Regression
- Audit:
- UI revamp
- Prior and posterior predictive plots
- Ability to use base 10 for scientific notation in tables
Bug fixes:
- Fix scaling funnel plot (#1223)
- Corrected Kendall’s W statistic (#1473)
- Do not show the zip warning on Windows when opening a .jasp file (#1431)
- C++
Published by boutinb over 4 years ago
jasp-desktop - Release 0.15.0
New Features and Improvements:
- Basic plot editing functionality
- New languages added: Japanese, Galician, Portuguese, Chinese (incomplete), Spanish (incomplete)
- Better support for non-western systems:
- Support installing jasp for user with username in native locale characters and make jasp not crash immediately
- Support reading “native” locale encoded csvs and utf-8 both, dependent on the BOM file format
- Allow custom fonts in plots
- SEM:
- T-Tests and ANOVAs:
- Raincloud plots
- One-Sample T-Test provides location and effect size estimates relative to the test value (#1158)
- Distributions:
- Major update including 23 new continuous and 5 discrete distributions
- Learn Bayes:
- Binary classification
- Game of chance
- Game of skill
- Buffon’s needle
- Some edge case scenario and esthetical fixes for binomial estimation
- Descriptives:
- Regression:
- Frequencies:
- Factor analysis
- Factor loadings can now be sorted in EFA and CFA (#1215)
- Mixed Models:
- Changing default links for gamma and negative binomial family
- Fixing plotting themes
- Improving warning messages
- Meta-Analyses:
- Expanded Robust Bayesian Meta-Analysis to account for publication bias (https://psyarxiv.com/kvsp7/)
- Reliability:
- Classical intraclass correlation coefficients
- Tables now report means and standard deviations of participants’ sum scores or mean scores
- Restructuring of R-code to improve computational time
- Reduced .jasp file sizes produced by sampling in reliability analysis
- Bain:
- Added Bayesian informative hypotheses evaluation for structural equation models
- New module “Prophet” for time series prediction (in beta)
Bug fixes:
- Several fixes to sav loading (spss files)
- Loading data repeated measures ANOVA (#1114)
- Fixed results table of Classical Binomial Test (#1281)
- Fixed error in density graph Bayesian meta-analysis (#1236)
- Fixed error in computing the total number of edges in Network analysis (#1339)
- Resized plots are kept after refreshing (#824)
- C++
Published by boutinb almost 5 years ago
jasp-desktop - Release 0.14.1.0
Improvements: - Several changes to the audit module -- Evaluate audit samples more efficiently #4411 -- More prior construction methods #700 -- UVB functionality #1149 - More computing speed for RoBMA #4408 - Previously the effect size estimates and confidence intervals in the one-sample t-test were defined in terms of differences with respect to the test point. Both the effect size estimates and confidence intervals are now defined independently of the test point #4407 - Updates to Data Library (new Datasaurus and World Happiness examples) #4393
Bug fixes - Fix to multigroup SEM #4394 - Fix to t-test #4390 - fixing marginal custom CI in predictive distributions #4397
- C++
Published by JorisGoosen over 5 years ago
jasp-desktop - 0.14.0.0
New Features and improvements:
- Adjust for publication bias in meta-analysis
- Robust Bayesian meta-analysis
- Selection models
- Learn Bayes module
- PDF export of results
- Choose your font
- German translation
- Frequentist partial correlations
- Confidence and prediction intervals in linear regression
- New distributions in the Distributions module (log-normal and logistic)
- Installing Jasp without admin rights (#861)
Bug fixes:
- Fixes to spreadsheet (#901, #914, #933, #935)
- Large dataset: JASP crash when changing variable type (#938)
- Analysis of Effects: Across Matched Models (#852)
- Corrections of bugs found during the JASP workshop (#4257)
- Summary Statistics Bayesian Independent Samples T-Test: Labels in prior and posterior plots switch upon changing from BF10 to BF01 (#796)
- Fixes to Quill (#694, #695, #696)
- Issues with display of icons and characters (#851, #929)
- ROC and PR curve (after classification) (#277)
- Plots on linux are only saved as png (#889)
- Inconsistency between frequentist and bayesian non parametric paired t-test (#868)
- Add methods median, ward.d, ward.d2 and mcquitty (#4222)
- Contingency tables properly reverse column labels (#4211)
- Posterior summaries in Bayesian linear regression and Bayesian ANOVAs show exclusion probabilities (#625)
- Log Odds Ratio value not updated (#915)
- Bayesian Mixed Effect Models with aggregated binomial family (#957)
- Reliability: Average interitem correlation 95%CI, does not include point estimate (#888)
- C++
Published by JorisGoosen over 5 years ago
jasp-desktop - 0.13.0.0
0.13 New Features and improvements:
- Engine improvements
- The new analyses rely on several R packages. We are grateful to the package developers and list the newly added/updated packages below. All R packages used in JASP can be found here.
- New modules and analyses:
- Mixed Models (both Bayesian and classical)
- Linear mixed models
- Generalized linear mixed models
- Reliability module (both Bayesian and classical)
- Single-Test Reliability Analysis
- R-console (beta)
- Bayesian A/B test for the Summary Stats module
- New analyses for the Audit module
- Selection
- Evaluation
- Bayesian Evaluation
- Mixed Models (both Bayesian and classical)
- Analyses improvements
- ANOVA
- Contrasts for interaction effects, including custom contrasts (jasp-issue #782)
- SEM module
- Allow ordinal variables in CFA
- Network analysis module
- Added expected influence ‘centrality’ (jasp-issue #411)
- ANOVA
- Saving plots as powerpoint files
Bug fixes:
- Bayesian multinomial errors (jasp-issue #629)
- JASP “quits unexpectedly” after opening a file and then quitting by closing the menu (jasp-issue #667)
- Audit selection analysis (jasp-issue #699)
- Network analysis – Changing Legend does not change the Centrality Plot (jasp-issue #702)
- P value shown as 0.00 instead of <.001 (jasp-issue #706)
- Variable type not updated in Post Hoc Tests (jasp-issue #708)
- Very slow estimation of correlation matrix (jasp-issues #679 #712)
- Pixelated user interface with JASP 0.12.2.0 (jasp-issue #720)
- Error in an independent sample T-test (jasp-issue #724)
- Issue with Informed Prior for Bayesian Independent Samples T-Test (jasp-issue #730)
- JASP has difficulty handling extended missing value codes in Stata (jasp-issue #733)
- Bayesian multinomial gui compressed (jasp-issue #738)
- Network analysis: SPELLING MISTAKE (jasp-issue #751)
- Paired T-tests – Changing the hypothesis provides a more informative footnote (jasp-issue #758)
- Mixed Modeling (Visual Modeling [BETA]) (jasp-issue #763)
- Tjur R2 wrongly calculated (jasp-issue #764)
- Bug on Bayesian Repeated Measures ANOVA (jasp-issues #737 #774)
- App does not display correctly (jasp-issue #775)
- JASP crashes on exit (jasp-issue #777)
- Broken output, missing font TeXGyreHeros in flatpak (jasp-issue #780)
- Incorrect Values in 2x2x2 ANCOVA Table (jasp-issue #797)
- Making including/excluding the intercept in an analysis less easy (jasp-issue #819)
- Failed Correlation Analysis (jasp-issue #829)
New R-packages:
BH (1.72.0-3)
Bayesrel (0.6.5.1)
DPQ (0.3-5)
DT (0.13)
RcppEigen (0.3.3.7.0)
RcppParallel (5.0.1)
Rdpack (0.11-1)
askpass (1.1)
bayesplot (1.7.2)
beeswarm (0.2.3)
bibtex (0.4.2.2)
crosstalk (1.1.0.1)
dygraphs (1.1.1.6)
extraDistr (1.8.11)
farver (2.0.3)
gbRd (0.4-11)
ggbeeswarm (0.6.0)
ggpol (0.0.6)
ggridges (0.5.2)
hexbin (1.28.1)
isoband (0.2.1)
officer (0.3.11)
openssl (1.4.1)
packrat (0.5.0)
progress (1.2.2)
rsconnect (0.8.16)
rstanarm (2.19.2)
runjags (2.0.4-6)
rvg (0.2.4)
sfsmisc (1.1-7)
shinystan (2.5.0)
shinythemes (1.1.2)
stanova (0.1-0)
statmod (1.4.34)
sys (3.3)
threejs (0.3.3)
uuid (0.1-4)
vipor (0.4.5)
xml2 (1.3.2)
- C++
Published by JorisGoosen about 6 years ago
jasp-desktop -
New Features and Improvements
- Export to csv (works with computed columns)
- WIX installer for Windows (enables you to choose a path for the installation of JASP)
- Added extra transformations to compute column
- Adapted behaviour of ifElse and replaceNA to work on the labels
- User interface scaling
- Default white background for plots, but you can choose transparent as well
- Modern JASP logo has replaced the old software icon
- Made replaceNA applicable for all types
- Increase size of data viewer in options
- Left columns with variable names abbreviated [compute column and filter]
Internal
- Drop levels of factors by default after applying a filter
- Increased startup-speed for Windows
Bug fixes
- fixed plots for descriptives
- jasp-stats/jasp-issues#248: Base64 encoding in meta-analysis
- jasp-stats/jasp-issues#211: Overlap in plot text Bayesian linear regression
- C++
Published by akashrajkn over 7 years ago
jasp-desktop - JASP v0.9.1, now with Compute Columns
New features and improvements
- Compute columns using a drag-and-drop interface or R code
- Improvements in classical linear regression
- Bootstrap confidence intervals of coefficients
- Cook’s distance (case-wise diagnostics)
- Partial plots
- Improvements in ANOVA
- Homogeneity corrections: Brown-Forsythe and Welch
- Show df for contrast analysis
- Option to not assume equal variances in contrast analysis (AN(C)OVA)
- Option to add confidence intervals to post-hoc tests and contrasts
- Dunn, Dunnett, Games-Howell post-hoc tests
Bug fixes
- #2594: Output window automatically scrolls to the top after addition of new elements (Github Issue)
- #2669: Rendering on Windows 7 (Github Issue)
- Filter fixes
- #2747: ANOVA: Fix state issue for Welch/BrownForsythe ANOVA (Github Issue)
- #2771: Minor fixes ANOVA (Github Issue)
- #2750: Fix multigroup SEM (Github Issue)
- #2760: BF Subscript in table Bayesian Binomial Test disappeared (Github Issue)
- #2746: New descriptive distribution plot (Github Issue)
- C++
Published by akashrajkn over 7 years ago
jasp-desktop - Filtering, Data library, Nonparametrics & more
New features and improvements:
- Filtering: use either R code or a drag-and-drop GUI to select cases of interest (an in-depth explanation on filtering in JASP will be posted soon)
- The JASP data library: an initial collection of over 50 data sets, including the examples from two popular stats textbooks
- Exporting tables from JASP in LaTeX format
- Non-parametric tests:
- Friedman and Durbin tests / nonparametric (classical RM ANOVA)
- Kruskal-Wallis / nonparametric (classical ANOVA)
- Connover’s nonparametric post hoc test (classical RM ANOVA)
- Dunn’s nonparametric post hoc test (classical ANOVA)
- Mann-Whitney / Wilcoxon rank sum test (Bayesian independent samples T-Test)
- Resizing tables and plots with ctrl+/ctrl-/ctrl=
- R engine updated from 3.3.3 to 3.4.4
- SEM module upgraded
- Improved Bayesian linear regression
- Improved contrasts for RM ANOVA
- Hand pointer to scroll through the data viewer
- Open file via welcome screen
- Improvement of placement tags of outliers
Graphs in network analysis displays in colourblind mode by default
Bugfixes:
Fix issue: #2381 One Sample T-Test: Possible error in the estimation of the 95% CI for Mean Difference
Fix issue: #2074 Linear regression bugs
Fix issue: #2438 Bayesian descriptive plot for RM ANOVA does not work
Fix issue: #2346 SumStats module Bayesian Regression does not have addInfo for robustness check
Fix issue: #2400, #2425 Bayesian linear regression error when adding interaction
Fix issue: #2467 Add standardized alpha for reliability analysis
Fix issue: #2074 Linear regression bugs
Fix issue: #2497 Fix Meta-analysis
Fix issue: #2541, #1929 Bayesian correlation “terminates unexpectedly”
- C++
Published by akashrajkn about 8 years ago
jasp-desktop - BAS, Multinomial analysis, Flatpak support and more
Improvements:
- A revamped Bayesian linear regression thanks to the BAS package
- Multinomial analysis
- Install JASP on most Linux distributions more easily due to Flatpack support
- Plots now update directly when resizing them.
- A tooltip for variables so that long names can be still read.
- etc. see Release notes on download page https://jasp-stats.org/download/
Bugfixes:
- Unable to plot network graph when non-ascii character in filename #2252
- Repeated-measures ANOVA error with high(ish) number of cells (complex numbers or unequal size arrays) #2241
- Re-enable SEM on Linux #2267
- etc. see Release notes on download page https://jasp-stats.org/download/
- C++
Published by FransMeerhoff over 8 years ago
jasp-desktop - Logistic regression, Network module and ANOVA simple effects
Improvements:
- Network module: new clustering table/plot
- ANOVA : simple effects
- ANOVA : fix for repeated contrast
- Logistic regression: changes to stepwise regression.
- Logistic regression : AIC fior variable selection & removal p-values
Bugfixes:
- Independent sample Bayesian t-test #2196
- Wrong valid percent in frequency table #2202
- Improve ODS Importer #2167
- etc. see Release notes on download page https://jasp-stats.org/download/
- C++
Published by FransMeerhoff over 8 years ago
jasp-desktop -
Hotfix p-value chi-square Logistic Regression (#2054)
- C++
Published by akashrajkn over 8 years ago
jasp-desktop - More Bang for No Bucks
New features:
- Added logistic regression
- Added hierarchical regression
- Added ability to add/change missing values
- Added progress bar to Bayesian ANOVA’s and regression
- Added preference option to change the number of decimals that are displayed
- Reworked the layout of the Preferences window
- Added option to toggle frequentist correlation table to pairwise display
- Added ability to change y-axis in RM ANOVA descriptives plots
- Added effect sizes to post-hoc tests ANOVA
- Added confidence intervals to rank correlations
- Changed display of Bayesian and frequentist correlations to below diagonal
- Removed autofilling of options when another instance of an analysis is started
Bugfixes:
- Fixed analysis crash when RM and between factors name match (#1906)
- Fixed bug where JASP crashes if you load data between running analyses
- Fixed issue where files from old JASP versions cause problems in newer versions
- Fixed bug where About window would go behind main window
- Fixed analysis crash when vovk-sellke was selected in correlations (#1959)
- Fixed issue with importing of PSPP files (#1966)
- Fixed issue where RM factor is reset when the analysis options are refreshed (#1921)
- Changed base of logarithm to e in Bayesian correlation matrix (#1981)
- Fixed vanishing of footnotes in Bayesian correlation matrix
- Fixed plot for logBF robustness in correlation pairs
- C++
Published by akashrajkn over 8 years ago
jasp-desktop - Network, Meta Analysis modules and more
New features:
- Added meta analysis
- Added network analysis
- Improved the module layout
- Added stepwise methods to logistic regression
- Added effect size measures to post-hoc analyses in ANOVA / ANCOVA
- Improved backwards compatibility for Linux users with older R versions
Bugfixes:
- Fixed situation where JASPEngine process would linger after closing JASP
- Better handling of utf8 characters ((#1695), (#1704) and (#1719)
- Fixed confidence intervals cohens d (t-test)
- Fixed bug where prior posterior plot could not be made
- Fixed confusion in Subjective priors widget
- C++
Published by akashrajkn over 8 years ago