This merge function ensures that, when model_tbl is used in a merge that the resultant dataframe is still a model_tbl.

# S3 method for model_tbl
merge(x, y, ...)

Arguments

x

A data frame or model_tbl

y

A data frame or model_tbl

...

Additional arguments passed to merge

Value

A model_tbl merged with the inputs