The R Project SVN R

Rev

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

Rev 85125 Rev 88581
Line 129... Line 129...
129
}
129
}
130
\seealso{
130
\seealso{
131
  \code{\link{apply}}, \code{\link{lapply}}, \code{\link{tapply}}.
131
  \code{\link{apply}}, \code{\link{lapply}}, \code{\link{tapply}}.
132
}
132
}
133
\references{
133
\references{
134
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
134
  \bibshow{R:Becker+Chambers+Wilks:1988}
135
  \emph{The New S Language}.
-
 
136
  Wadsworth & Brooks/Cole.
-
 
137
}
135
}
138
\examples{
136
\examples{
139
## Compute the averages for the variables in 'state.x77', grouped
137
## Compute the averages for the variables in 'state.x77', grouped
140
## according to the region (Northeast, South, North Central, West) that
138
## according to the region (Northeast, South, North Central, West) that
141
## each state belongs to.
139
## each state belongs to.