The R Project SVN R

Rev

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

Rev 76318 Rev 76353
Line 35... Line 35...
35
 
35
 
36
  \code{drop.terms} removes variables from the right-hand side of the
36
  \code{drop.terms} removes variables from the right-hand side of the
37
  model. There is also a \code{"[.terms"} method to perform the same
37
  model. There is also a \code{"[.terms"} method to perform the same
38
  function (with \code{keep.response = TRUE}).
38
  function (with \code{keep.response = TRUE}).
39
 
39
 
40
  \code{reformulate} creates a formula from a character vector. If
40
  \code{reformulate} creates a formula from a character vector.  If
41
  \code{length(termlabels)}>1, its elements are concatenated with \code{+}.
41
  \code{length(termlabels) > 1}, its elements are concatenated with \code{+}.
42
  Non-syntactic names (e.g. containing spaces or special characters; see
42
  Non-syntactic names (e.g. containing spaces or special characters; see
43
  \code{\link{make.names}}) must be protected with backticks  (see examples).
43
  \code{\link{make.names}}) must be protected with backticks  (see examples).
44
 
-
 
-
 
44
  A non-\code{\link{parse}}able \code{response} still works for now,
-
 
45
  back compatibly, with a deprecation warning.
45
}
46
}
46
\value{
47
\value{
47
  \code{delete.response} and \code{drop.terms} return a \code{terms}
48
  \code{delete.response} and \code{drop.terms} return a \code{terms}
48
  object.
49
  object.
49
 
50