Learn R Programming

contrastable (version 1.0.2)

.bundle_params: Extract parameters from dots

Description

If there are any other arguments passed to a contrast coding function by the user, ensure they're bundled together correctly. This is especially important for setting the number of levels correctly.

Usage

.bundle_params(factor_col, ...)

Value

Function call parameters as a list

Arguments

factor_col

Factor to set contrasts to

...

Other arguments passed by the user