# Example of the FAST method
sa <- fast(model = NULL, factors = 8, n = 1000, nboot = 100)
# at this stage, only the design of experiment (sa$x) was generated
# the response is computed "manually":
y <- sobol.fun(sa$x) # at this place could be a
# call to an external code
# then, the sensitivity analysis:
compute(sa, y)
print(sa)
Run the code above in your browser using DataLab