The R Project SVN R

Rev

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

Rev 85993 Rev 88696
Line 37... Line 37...
37
  This model is a generalization of the \code{\link{SSasymp}} model in
37
  This model is a generalization of the \code{\link{SSasymp}} model in
38
  that it reduces to \code{SSasymp} when \code{pwr} is unity.
38
  that it reduces to \code{SSasymp} when \code{pwr} is unity.
39
}
39
}
40
\author{Douglas Bates}
40
\author{Douglas Bates}
41
\references{
41
\references{
42
  Ratkowsky, David A. (1983), \emph{Nonlinear Regression Modeling},
42
  \bibinfo{R:Ratkowsky:1983}{note}{Section 4.4.5}
43
  Dekker. (section 4.4.5)
43
  \bibshow{R:Ratkowsky:1983}
44
}
44
}
45
\seealso{\code{\link{nls}}, \code{\link{selfStart}}, \code{\link{SSasymp}}
45
\seealso{\code{\link{nls}}, \code{\link{selfStart}}, \code{\link{SSasymp}}
46
}
46
}
47
\examples{
47
\examples{
48
Chick.6 <- subset(ChickWeight, (Chick == 6) & (Time > 0))
48
Chick.6 <- subset(ChickWeight, (Chick == 6) & (Time > 0))