The R Project SVN R

Rev

Rev 59039 | Rev 64657 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59039 Rev 59481
Line 1... Line 1...
1
% File src/library/stats/man/terms.Rd
1
% File src/library/stats/man/terms.Rd
2
% Part of the R package, http://www.R-project.org
2
% Part of the R package, http://www.R-project.org
3
% Copyright 1995-2011 R Core Team
3
% Copyright 1995-2012 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{terms}
6
\name{terms}
7
\title{Model Terms}
7
\title{Model Terms}
8
\usage{
8
\usage{
Line 34... Line 34...
34
  class \code{"terms"}: the latter prints the term labels (see
34
  class \code{"terms"}: the latter prints the term labels (see
35
  \code{\link{terms.object}}).
35
  \code{\link{terms.object}}).
36
}
36
}
37
\value{
37
\value{
38
  An object of class \code{c("terms", "formula")} which contains the
38
  An object of class \code{c("terms", "formula")} which contains the
39
  \emph{terms} representation of a symbolic model. See
39
  \emph{terms} representation of a symbolic model.  See
40
  \code{\link{terms.object}} for its structure.
40
  \code{\link{terms.object}} for its structure.
41
}
41
}
42
\references{
42
\references{
43
  Chambers, J. M. and Hastie, T. J. (1992)
43
  Chambers, J. M. and Hastie, T. J. (1992)
44
  \emph{Statistical models.}
44
  \emph{Statistical models.}