This help topic is for R version 0.60. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/base/html/terms.html
terms {base}R Documentation

Model Terms

Description

The function terms is a generic function which can be used to extract terms objects from various kinds of R data objects.

Usage

terms(object, ...)
terms.formula(formula.obj, keep.order=FALSE)
terms.terms(terms.obj)
terms.default(anything)

Value

All the functions above produce an object of class terms which contains the terms representation of a symbolic model.

See Also

lm, glm, formula.


[Package base version 0.60 ]