The R Project SVN R

Rev

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

Rev 25118 Rev 27447
Line 25... Line 25...
25
 
25
 
26
    It achieves this by prepending the class \code{"AsIs"} to the object's
26
    It achieves this by prepending the class \code{"AsIs"} to the object's
27
    classes.  Class \code{"AsIs"} has a few of its own methods, including
27
    classes.  Class \code{"AsIs"} has a few of its own methods, including
28
    for \code{[}, \code{as.data.frame}, \code{print} and \code{format}.
28
    for \code{[}, \code{as.data.frame}, \code{print} and \code{format}.
29
 
29
 
30
    \item In function \code{\link{formula}}.  There it is used to
30
    \item In function \code{\link[stats]{formula}}.  There it is used to
31
    inhibit the interpretation of  operators such as \code{"+"},
31
    inhibit the interpretation of  operators such as \code{"+"},
32
    \code{"-"}, \code{"*"} and \code{"^"} as formula operators, so they
32
    \code{"-"}, \code{"*"} and \code{"^"} as formula operators, so they
33
    are used as arithmetical operators.  This is interpreted as a symbol
33
    are used as arithmetical operators.  This is interpreted as a symbol
34
    by \code{terms.formula}.
34
    by \code{terms.formula}.
35
  }
35
  }
Line 42... Line 42...
42
  \emph{Linear models.}
42
  \emph{Linear models.}
43
  Chapter 4 of \emph{Statistical Models in S}
43
  Chapter 4 of \emph{Statistical Models in S}
44
  eds J. M. Chambers and T. J. Hastie, Wadsworth \& Brooks/Cole.
44
  eds J. M. Chambers and T. J. Hastie, Wadsworth \& Brooks/Cole.
45
}
45
}
46
\seealso{
46
\seealso{
47
  \code{\link{data.frame}}, \code{\link{formula}}
47
  \code{\link{data.frame}}, \code{\link[stats]{formula}}
48
}
48
}
49
\keyword{models}
49
\keyword{models}