diff --git a/src/statsmodel.jl b/src/statsmodel.jl index 322bc972..d43cde6e 100644 --- a/src/statsmodel.jl +++ b/src/statsmodel.jl @@ -121,6 +121,7 @@ the variable name and not the coefficients resulting from the choice of contrast coding. """ termnames(model::StatisticalModel) = termnames(formula(model)) + """ termnames(t::FormulaTerm)