McMasterPandemic icon indicating copy to clipboard operation
McMasterPandemic copied to clipboard

name matching between params_timevar and opt_pars$time_params

Open bbolker opened this issue 3 years ago • 0 comments

if opt_pars$time_params is named, substitution into params_timevar$Relative_value should be done by name, not position, following the convention that the names will be [Symbol].[Date] (which should be unique).

Also, we should have a check that length(opt_pars$time_params) == sum(is.na(params_timevar$Relative_value)).

bbolker avatar May 25 '21 01:05 bbolker