Dear all,
I have an excel file with 3 numeric variables (2 predictors and 1 target, 0/1), and I need to look up for correlations between those two variables and the 0/1 target.
However, after importing the file, the logistic regression tool does not allow me to select the target variable. I checked and the variable format is numeric (double) for all the three of them.
Can you please help me with this? Is there something wrong in the input?
Thanks,
Francesco
Solved! Go to Solution.
Are you looking for a more detailed description of the algorithms used to calculate the output? Unfortunately, there is no additional output provided explaining the "calculation process" in more detail (you just have the results in the report output). But basically, R is used to do the calculation and Alteryx creates a wrapper for the R code to simplify using it. This means, the logic behind it (e.g. calculation of accuracy) is equivalent to R - but I'm not sure, that in R more detail is provided ...
Ok, I will then try to look in the R code.
I am now trying to perform a cluster analysis on the regressions' results, so that I can identify different "risk classes"? What I am doing is:
Thanks a lot for your help,
Francesco