I have a formula (not mine):
NY/A = (Passing Yards - Sack Yards) / (Passes Attempted + Times Sacked)
and this formula correlates with wins at a correlation coefficient of 0.50.
Edit: I have the data for wins and passing yards, sack yards, passes attempted, and times sacked. NY/A stands for net yards per attempt, and I would like to correlate this with wins at a coefficient of at least 0.52. I can put some weight on times sacked or sack yards.
My goal is to increase the correlation to at least 0.52. How can I do this? Is there a regression I can run in R?