-
-
Notifications
You must be signed in to change notification settings - Fork 28
Add more correlation test #19
Comments
numeric to categoric: --> anova if ordinal variable |
Maybe test to be accompanied with better graphs coming from https://indrajeetpatil.github.io/ggstatsplot/ |
What I am trying now is covering all cases of correlation test between dependent variable (target) and the independent variable. 1. Normal Distribution Numerical variable VS Normal Distribution Numerical variable
2. Normal Distribution Numerical variable VS Non Normal Distribution Numerical variable
Here, we have to apply Spearman correlation test and find the value of Mutual Information to check if there is a Monotonic relationship or non-Linear relationship 3. Normal Distribution Numerical variable VS Binary nominal factor
4. Normal Distribution Numerical variable VS Multinomial factor
5. Non Normal Distribution Numerical variable VS Binary nominal factor
6. Non Normal Distribution Numerical variable VS Multinomial factor
To be continue ... |
In the previous comment, we talked about the Nominal factor and what are compatible tests to check if there is a relationship with a numerical variable. 7. Ordinal factor vs Numerical variable
8. Nominal factor CS Nominal factor
8. Ordinal factor CS Ordinal factor
You can use the following R code
9. Ordinal factor CS Nominal factor
I think now we need to cover other cases like Date variable VS Numerical variable, Date variable VS Ordinal factor and Nominal factor has more than two categories VS Ordinal factor |
Currently the data crunching report only deals with Chisquare test between select_one variable;
https://github.com/unhcr/koboloadeR/blob/gh-pages/inst/script/3-generate-report.R#L500:L625
More correlation test could be handled...
The text was updated successfully, but these errors were encountered: