Internal generic function and methods for generating evaluation
functions for bru_comp objects, that can be used in generate.bru() and
predict.bru() expressions.
Usage
bru_eval_fun(x, ...)
# S3 method for class 'bru_comp'
bru_eval_fun(x, ...)
# S3 method for class 'bru_comp_list'
bru_eval_fun(x, ...)
# S3 method for class 'bru_model'
bru_eval_fun(x, ...)Methods (by class)
bru_eval_fun(bru_comp): Returns function that takes the argumentsmain,group,replicate,weights, and.stateand can be evaluated in the context of a data mask frombru_data_mask().bru_eval_fun(bru_comp_list): Returns a list of component evaluation functions named<label>_evalfor each component with label<label>.bru_eval_fun(bru_model): Returns a list of component evaluation functions named<label>_evalfor each model component with label<label>.