Home
last modified time | relevance | path

Searched refs:nlr1 (Results 1 – 1 of 1) sorted by relevance

/dports/math/R-cran-robustbase/robustbase/tests/
H A Dnlrob-tst.R79 nlr1 <- nlrob(y ~ a*(x + b*exp(-c*x)), start=list(a= 4, b= 1, c= 1.2), globalVar
85 nlr2 <- update(nlr1, psi = psiTuk) # now *does* converge...
94 nlr3 <- update(nlr1, psi = psiHamp) # *does* converge, too...
115 nlc1 <- nls(formula(nlr1), start = coef(nlr1), data=dd, trace=TRUE)
116 nlR1 <- update(nlr1, data = dd)# update the model with the new data