Welcome to this new version of R++, R++ Clustering! This new version includes a new tool... the Clustering! Many users wished for it and now your favorite statistical analysis software grants it! We also added features to answer your most common requests, and significantly improved performance of the software. You will find below all the details of the new features of this version:
Clustering
The Clustering is the major addition of this version of R++. This technique allows you to split your data in groups sharing common characteristics.
Post hoc tests for Anova and Kruskal-Wallis
The Bonferroni correction is added for the Anova and Kruskal-Wallis tests. This technique allows you to find which pairs of groups have significant differences, as the Anova can only tell you that at least one mean in the tested groups is significantly different from the other means but not which ones. Click on<icone>in the header in statistical tests in a column with an Anova or a Kruskal-Wallis test to compute this correction.
DeLong test in ROC
The DeLong test is added in ROC curves to test if two ROC curves are statistically different. To use the DeLong test, create at least two ROC curves, then click on the<icone>button in the toolbar.
Pre-installed graphs styles for Elsevier and Nature
In the Graph Editor, you can create your own styles to apply your parameters to all your graphs with one click. In addition to the default R++ style, we added two new styles for graphs to add in Elsevier journals and Nature.
Test reports for χ2, Kruskal-Wallis et Fisher
We added test reports for your research papers for the tests χ2, Kruskal-Wallis, and Fisher (support for this last test is only partial for now).
Column management
In Data Management and Statistical Tests, a new tool appears called the Column management! To use it, click on<icone>in the toolbar.
This new feature allow you to move columns in your data! Select a variable in Column management, then move it by drag-and-drop, and the corresponding column in the table moves to the correct spot automatically.
You can also hide columns with a right-click, then choose "Hide" in the popup menu.
It is also possible to move or hide several columns at the same time. Keep the Ctrl (Cmd for Mac) key pressed, then click on the variables you want to move or hide to select all of them at the same time, finally apply a drag-and-drop or right-click on one of these variables to apply the action on all selected variables at once.
You can also delete (right-click) or rename (double-click) columns in Column management.
Multiple paired columns
In Statistical Tests, it is now possible to select several paired columns at the same time. To do so, click on the<icone>button in the toolbar, then select one or more paired columns compatible with the reference column. Finally, click again on<icone>to leave the paired columns selection mode.
Custom number of decimals in Table1
You can now change the number of decimals in numbers in Table1. The number of decimals in p-values can be changed independently.
Support for all models in the filmstrip and the sessions
Before this version, ROC, Survival, and PCA models could not be saved in the filmstrip and R++ sessions. It is now possible ! You can also save Clustering operations in the filmstrip and in sessions.
New types Text and Identifier
Two new types have been added: Text, for variables containing information that shouldn't be used for tests, models, graphs, etc. This is useful for instance for a Comment field in a form, which may contain useful data, but wouldn't make sense as a Nominal variable. In big datasets, this type can be used to increase performance of some features. The Identifier type is like the Text type but with the added constraints that values must be unique and non-missing, which is useful to find issues in your data if variables that are supposed to be identifiers do not respect those constraints.
To use these new types, click on<icone>to the left of the Nominal type item in the Type editor.
Create a Binary variable from the line filter
In the Add column tool, in the General tab, you can now choose the "From the line filter" option. This will create a Binary variable containing for each line whether or not the line is still visible with the current line filter.