You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed, we now have many parameters that take same default values and can be grouped together, cleaner abstraction into controls would allow separated assertions on parameters, re-use of same defaults, more manageable carehomes_parameters function.
Put all the vaccine parameter checks in there (the ones that don't require other params) and then in carehomes_parameters we make these one parameter: vaccine_parameters <- vaccine_control()
The text was updated successfully, but these errors were encountered:
As discussed, we now have many parameters that take same default values and can be grouped together, cleaner abstraction into controls would allow separated assertions on parameters, re-use of same defaults, more manageable
carehomes_parameters
function.e.g. Instead of parameters:
We have a function:
Put all the vaccine parameter checks in there (the ones that don't require other params) and then in carehomes_parameters we make these one parameter:
vaccine_parameters <- vaccine_control()
The text was updated successfully, but these errors were encountered: