Skip to content

Commit

Permalink
modify comment in no-noise ex.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@81785 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
maechler committed Feb 21, 2022
1 parent 997ddaf commit 8bb530f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/stats/man/SSbiexp.Rd
Expand Up @@ -73,7 +73,7 @@ datN <- data.frame(time = (0:600)/64)
datN$conc <- predict(fm1, newdata=datN)
plot(conc ~ time, data=datN) # perfect, no noise
## IGNORE_RDIFF_BEGIN
## Fails by default (scaleOffset=0):
## Fails by default (scaleOffset=0) on most platforms {also after increasing maxiter !}
\dontrun{
nls(conc ~ SSbiexp(time, A1, lrc1, A2, lrc2), data = datN, trace=TRUE)}
\dontshow{try( # maxiter=10: store less garbage
Expand Down

0 comments on commit 8bb530f

Please sign in to comment.