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