The R Project SVN R

Rev

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

Rev 88603 Rev 88710
Line 35... Line 35...
35
  This dataset was originally part of package \CRANpkg{nlme}, and that has
35
  This dataset was originally part of package \CRANpkg{nlme}, and that has
36
  methods (including for \code{[}, \code{as.data.frame}, \code{plot} and
36
  methods (including for \code{[}, \code{as.data.frame}, \code{plot} and
37
  \code{print}) for its grouped-data classes.
37
  \code{print}) for its grouped-data classes.
38
}
38
}
39
\source{
39
\source{
40
  Draper, N. R. and Smith, H. (1998), \emph{Applied Regression Analysis
40
  \bibinfo{R:Draper+Smith:1998}{note}{Exercise 24.N}
41
    (3rd ed)}, Wiley (exercise 24.N).
41
  \bibshow{R:Draper+Smith:1998,
42
 
-
 
43
  \bibshow{R:Pinheiro+Bates:2000}
42
    R:Pinheiro+Bates:2000}
44
}
43
}
45
\examples{
44
\examples{
46
require(stats); require(graphics)
45
require(stats); require(graphics)
47
coplot(circumference ~ age | Tree, data = Orange, show.given = FALSE)
46
coplot(circumference ~ age | Tree, data = Orange, show.given = FALSE)
48
fm1 <- nls(circumference ~ SSlogis(age, Asym, xmid, scal),
47
fm1 <- nls(circumference ~ SSlogis(age, Asym, xmid, scal),