View source: R/downscale_control.R
downscale_control_pop | R Documentation |
This function can be called to specify additional options to the downscalR solver. The user can change the solver function, specify solver behavior, and stopping conditions.
downscale_control_pop(
solve_fun = "solve_biascorr",
MAX_EXP = log(.Machine$double.xmax),
max_diff = 1e-08,
err.txt = ""
)
solve_fun |
The name of the downscaling function to use. Has to be a
valid R function. Defaults to |
MAX_EXP |
Numerical cutoff for MNL function. |
max_diff |
If difference to targets is larger, redo the estimation (helps to avoid convergence errors) |
err.txt |
Error text for caller identification (used for debugging) |
List with default options for bias correction solver
opts1 = downscale_control_pop()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.