I have a dataset with these features : Duration-connect, IP, Duration-LogIn.
Duration-connect and Duration-LogIn are continuous variable but IP is a caretgorical variabl wich contain the IP adress of the computer.
I would like to create a correlation matrix for these features. But I am not sure that cor() will work with IP feature as a non continuous variable.
Any idea for this problem.
Thank you