model.matrix.bayes.## S3 method for class 'formula':
terms(x, specials = NULL, abb = NULL, data = NULL,
neg.out = TRUE, keep.order = FALSE, simplify = FALSE,
allowDotAsName = FALSE, \dots)terms object.. can be inferred. It is unused if there is no . in
the formula.FALSE the terms are reordered so
that main effects come first, followed by the interactions,
all second-order, all third-order and so on. Effects of . in a formula refers to the
remaining variables contained in data. Exceptionally,
. can be treated as a name for non-standard uses of formulae.terms.formula in
stats package. It activates the option keep.order.
It is designed for the use of bayesglm
and bayesglm.hierachical where terms might need to keep unordered.terms, terms.object,
model.matrix.bayes,
bayesglm.