Add functionality to the UI so that a parameter input can be selected (e.g., Labour price "cost_fte"), and for that input, an upper and lower band is specified. This will be used to perform sensitivity analysis.
The parameter value selected, and the upper and lower band forms three scenarios. Insert a value between that selected and each of the upper and lower bounds so that 5 scenarios are created.
This array of 5 values is to be used to input to 'expand.grid' for input to the 'f' via mapply.
Add functionality to the UI so that a parameter input can be selected (e.g., Labour price "cost_fte"), and for that input, an upper and lower band is specified. This will be used to perform sensitivity analysis.
The parameter value selected, and the upper and lower band forms three scenarios. Insert a value between that selected and each of the upper and lower bounds so that 5 scenarios are created.
This array of 5 values is to be used to input to 'expand.grid' for input to the 'f' via mapply.