Simulate scenario of SFC model object
simulate_scenario(
model,
scenario,
periods = NA,
start_date = NA,
method = "Gauss",
max_iter = 350,
tol = 1e-05,
hidden_tol = 0.1,
verbose = FALSE
)updated model containing simulated scenario(s)
SFC model object
vector of strings or single string name of scenario(s) to simulate
numeric total number of rows (periods) in the model, defaults to 100
character date to begin the simulation in the format "yyyy-mm-dd"
string name of method used to find solution chosen from: 'Gauss', 'Newton', defaults to 'Gauss'
numeric maximum iterations allowed per period, defaults to 350
numeric tolerance accepted to determine convergence, defaults to 1e-05
numeric error tolerance to accept the equality of hidden equations, defaults to 0.1.
logical to tell if additional model verbose should be displayed