Given a contrast matrix or list of contrast matrices (eg from
enlist_contrasts()
), return a logical vector of whether each contrast is
centered or not.
Examples
is_centered(treatment_code(5)) # FALSE
#> [1] FALSE
is_centered(scaled_sum_code(5)) # TRUE
#> [1] TRUE