The R Project SVN R

Rev

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

Rev 30448 Rev 30461
Line 47... Line 47...
47
  \item{ind}{a factor indicating from which vector in \code{x} the
47
  \item{ind}{a factor indicating from which vector in \code{x} the
48
    observation originated}
48
    observation originated}
49
}
49
}
50
\author{Douglas Bates}
50
\author{Douglas Bates}
51
\seealso{
51
\seealso{
52
  \code{\link[stats]{lm}}, \code{\link[stats]{reshape}}
52
  \code{\link{lm}}, \code{\link{reshape}}
53
}
53
}
54
\examples{
54
\examples{
55
require(stats)
55
require(stats)
56
formula(PlantGrowth)         # check the default formula
56
formula(PlantGrowth)         # check the default formula
57
pg <- unstack(PlantGrowth)   # unstack according to this formula
57
pg <- unstack(PlantGrowth)   # unstack according to this formula