significance of the correlation coefficient
mb223223
New Altair Community Member
Hi all
I want to determine whether the correlation between variables is significant. i.e. I need to compare the p-value of significance level of r coefficient in Rapidminer. How can i do this?
Best
I want to determine whether the correlation between variables is significant. i.e. I need to compare the p-value of significance level of r coefficient in Rapidminer. How can i do this?
Best
Tagged:
0
Answers
-
Since it is more concerned with machine learning than classical statistical testing, RapidMiner does not contain that many native operators for statistical significance testing. If you are looking to conduct different types of statistical tests, there are two main options in RapidMiner:
- install the "Statistics" extension from the marketplace (paid third party extension) which has many popular options for statistical testing
- use scripting to run tests using R or python packages
1