return_parameters {SynthETIC} | R Documentation |
Returns the current values of ref_claim
and time_unit
parameters, two
packagewise-global variables used by all simulation functions within this
package.
return_parameters(print = FALSE)
print |
logical; if TRUE prints a message. |
Returns and (optionally) prints the current values of ref_claim
and time_unit
parameters.
cur <- return_parameters()
cur
set_parameters(ref_claim = 200000, time_unit = 1/12) # monthly reserving
return_parameters(print = FALSE)