I'm using R. My dataset has about 39 different Variables/Vektors and each has about 80 entries.Furthermore I have 1 Variable with 80 entries I want to maximize (lets call it Y). I assume that there are some correlations in my data and I want to find out what values my 39 variables should have in order for my Y to be maximal. I'm also very sure that not all variables have significant impact on my Y.
What i already did is calculate the correlations of the 39 Variables to my Y and by knowing which correlations where very high/very low I can assume what values they should have to maximize Y. But im not 100% confident that this is the best way to approach my problem because you can't draw big conclusions just from correlation. However I do not know what else I should do and where I should look to solve this problem.