The R Project SVN R

Rev

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

Rev 10525 Rev 15518
Line 25... Line 25...
25
    data frame}
25
    data frame}
26
  \item{form}{a two-sided formula whose left side evaluates to the
26
  \item{form}{a two-sided formula whose left side evaluates to the
27
    vector to be unstacked and whose right side evaluates to the
27
    vector to be unstacked and whose right side evaluates to the
28
    indicator of the groups to create.  Defaults to \code{formula(x)}
28
    indicator of the groups to create.  Defaults to \code{formula(x)}
29
    in \code{unstack.data.frame}.}
29
    in \code{unstack.data.frame}.}
-
 
30
  \item{\dots}{further arguments passed to or from other methods.}
30
}
31
}
31
\details{
32
\details{
32
  The \code{stack} function is used to transform data available as
33
  The \code{stack} function is used to transform data available as
33
  separate columns in a data frame or list into a single column that can
34
  separate columns in a data frame or list into a single column that can
34
  be used in an analysis of variance model or other linear model.  The
35
  be used in an analysis of variance model or other linear model.  The