Reduce Model Input to Relevant Data
reduce_model_input(model_input, model, context = deparse(substitute(model)))
model_input | data frame |
---|---|
model | model object |
context | context string to appear in error messages. Default: name of
the object passed in |