The R Project SVN R

Rev

Rev 85977 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 85977 Rev 88712
Line 26... Line 26...
26
    X[4] \tab raises   \tab numeric  \tab Raises based on performance \cr
26
    X[4] \tab raises   \tab numeric  \tab Raises based on performance \cr
27
    X[5] \tab critical \tab numeric  \tab Too critical \cr
27
    X[5] \tab critical \tab numeric  \tab Too critical \cr
28
    X[6] \tab advance  \tab numeric  \tab Advancement}
28
    X[6] \tab advance  \tab numeric  \tab Advancement}
29
}
29
}
30
\source{
30
\source{
31
  Chatterjee, S. and Price, B. (1977)
31
  \bibinfo{R:Chatterjee+Price:1991}{note}{Section 3.7, pages 68ff}
32
  \emph{Regression Analysis by Example}.
32
  \bibshow{R:Chatterjee+Price:1977,
33
  New York: Wiley.
-
 
34
  (Section 3.7, p.68ff of 2nd ed.(1991).)
33
    R:Chatterjee+Price:1991}
35
}
34
}
36
\examples{
35
\examples{
37
require(stats); require(graphics)
36
require(stats); require(graphics)
38
pairs(attitude, main = "attitude data")
37
pairs(attitude, main = "attitude data")
39
summary(attitude)
38
summary(attitude)