Displaying 2 results from an estimated 2 matches for "steptl".
Did you mean:
stept
1999 Mar 05
1
typos
R version: RW0632
1. gnlm package, nlr() error message:
"Last global step failed to locate a point lower than x.
Either x is an approximate local minimum of the function,
the function is too non-linear for this algorithm,
or steptl is too large."
last line: steptol (also, should it read "steptol is too small?")
2. help(glm)
" Fitting Generalized Linear Models
glm(formula, family=gaussian, data, weightst=NULL, subsett=NULL,"
typos in "weights" and "subset"
Th...
2001 Feb 17
4
Comments on R-1.2.1 builds (PR#851)
...--------------------------------------
c89 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -OPT:IEEE_NaN_inf=ON -g -c uncmin.c -o uncmin.o
cc-1551 c89: WARNING File = uncmin.c, Line = 2443
The variable "mxtake" is used before its value is set.
steptl, sx, fscale, itnlim, iretcd, mxtake, msg);
^
------------------------------------------------------------------------
DIRECTORY: R-1.2.1/src/nmath
c89 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -OPT:IEEE_NaN_inf=ON...