The R Project SVN R

Rev

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

Rev 81281 Rev 83708
Line 59... Line 59...
59
##  unused arguments (control = list(.......), trace = FALSE)
59
##  unused arguments (control = list(.......), trace = FALSE)
60
## IGNORE_RDIFF_BEGIN
60
## IGNORE_RDIFF_BEGIN
61
coef(summary(fm))
61
coef(summary(fm))
62
## IGNORE_RDIFF_END
62
## IGNORE_RDIFF_END
63
 
63
 
-
 
64
## getInitial.formula() gets selfStart function from environment(formula)
-
 
65
plogis <- stats::SSlogis
-
 
66
in2 <- getInitial(circumference ~ plogis(age, Asym, xmid, scal), Orange)
-
 
67
## in R <= 4.2.x gave Error:
-
 
68
##   no 'getInitial' method found for "function" objects
-
 
69
rm(plogis)
-
 
70
 
64
 
71
 
65
## lower and upper in algorithm="port"
72
## lower and upper in algorithm="port"
66
set.seed(123)
73
set.seed(123)
67
x <- runif(200)
74
x <- runif(200)
68
a <- b <- 1; c <- -0.1
75
a <- b <- 1; c <- -0.1