I tried it with linear regression but it pops up it cant accept string variables. I tried with correlate......Bi-variate still same thing. Both methods work for continuous variables. Any ideas please?
Recode variables to numbers or better move to R (http://r-project.org) and define as unordered factor (see eg. https://swcarpentry.github.io/r-novice-inflammation/12-supp-factors ). You can then check with non-parametric correlation (eg Spearman's) or even move to a variable inflation factor analysis