Function to dynamically generate formulas - (F)ormula (L)ist - to be used in
mutar.
Usage
FL(..., .n = NULL, pattern = "\\.n")
makeFormulas(..., .n, pattern = "\\.n")
# S3 method for FormulaList
update(object, data, ...)
Arguments
...
(formulas)
.n
names to be used in formulas. Can be any object which
can be used by extract to select columns. NULL is
interpreted to use the formulas without change.