return_parameters function

Get Current Parameters

Get Current Parameters

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)

Arguments

  • print: logical; if TRUE prints a message.

Details

Returns and (optionally) prints the current values of ref_claim

and time_unit parameters.

Examples

cur <- return_parameters() cur set_parameters(ref_claim = 200000, time_unit = 1/12) # monthly reserving return_parameters(print = FALSE)

See Also

set_parameters

  • Maintainer: Melantha Wang
  • License: GPL-3
  • Last published: 2024-01-27