.process_factor_col {contrastable} | R Documentation |
Process factor column
Description
This is usually the first thing to be processed in a formula like
varname ~ x
; ensures that varname
is treated as a factor vector
Usage
.process_factor_col(cur_expr, params, env, verbose)
Arguments
cur_expr |
Current expression, see |
params |
Parameter accumulator |
env |
Environment for the formula, on the first recursion this will be
pulled from |
verbose |
Logical, default |
Value
Parameter list with factor_col
updated
[Package contrastable version 1.0.2 Index]