return_parameters | 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.
set_parameters
cur <- return_parameters()
cur
set_parameters(ref_claim = 200000, time_unit = 1/12) # monthly reserving
return_parameters(print = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.