The R Project SVN R

Rev

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

Rev 88173 Rev 88603
Line 33... Line 33...
33
  This dataset was originally part of package \CRANpkg{nlme}, and that has
33
  This dataset was originally part of package \CRANpkg{nlme}, and that has
34
  methods (including for \code{[}, \code{as.data.frame}, \code{plot} and
34
  methods (including for \code{[}, \code{as.data.frame}, \code{plot} and
35
  \code{print}) for its grouped-data classes.
35
  \code{print}) for its grouped-data classes.
36
}
36
}
37
\source{
37
\source{
38
  Kung, F. H. (1986),
38
  \bibshow{R:Kung:1986,
39
  Fitting logistic growth curve with predetermined carrying capacity,
-
 
40
  in \emph{Proceedings of the Statistical Computing Section,
-
 
41
    American Statistical Association}, 340--343.
-
 
42
 
-
 
43
  Pinheiro, J. C. and Bates, D. M. (2000)
39
    R:Pinheiro+Bates:2000}
44
  \emph{Mixed-effects Models in S and S-PLUS}, Springer.
-
 
45
}
40
}
46
\examples{
41
\examples{
47
require(stats); require(graphics)
42
require(stats); require(graphics)
48
plot(height ~ age, data = Loblolly, subset = Seed == 329,
43
plot(height ~ age, data = Loblolly, subset = Seed == 329,
49
     xlab = "Tree age (yr)", las = 1,
44
     xlab = "Tree age (yr)", las = 1,