I have below model:
X = A*B
Where A = a list of values with Lognormal distribution (size = 13)
and B = another list of values with Lognormal distribution (size = 13)
How can I perform 1st order, 2nd order and total Sobol sensitivity analysis of this model in R programming?
Please help me with the steps.