
An extractor function for the names of the regression coefficient constraints based on the model formula
and data
.
names_constraints(formula, data, contrasts = NULL)
model formula
a given data set.
an optional list. See the contrasts.arg
of model.matrix.default
.