问题 I want to calculate normalised ratios and simple ratios in all possible combinations in R. This is the sample dataset df = structure(list(var_1 = c(0.035, 0.047, 0.004, 0.011, 0.01, 0.01, 0.024), var_2 = c(0.034, 0.047, 0.004, 0.012, 0.01, 0.011, 0.025 ), var_3 = c(0.034, 0.047, 0.006, 0.013, 0.011, 0.013, 0.026), var_4 = c(0.034, 0.046, 0.008, 0.016, 0.014, 0.015, 0.028 ), var_5 = c(0.034, 0.046, 0.009, 0.017, 0.015, 0.016, 0.029 )), class = "data.frame", row.names = c(NA, -7L)) I could able