search for: bennosueselbeck

Displaying 11 results from an estimated 11 matches for "bennosueselbeck".

2006 Mar 15
3
Help on factanal.fit.mle
Hi Can anybody please suggest me about the documentation of "factanal.fit.mle()" (Not factanal()------ searching factanal.fit.mle() in R always leads to factanal()). Is there any function for doing principal component factor analysis in R. Regards Souvik Bandyopadhyay JRF, Dept Of Statistics Calcutta University [[alternative HTML version deleted]]
2006 Apr 26
1
new.frame()
Hello, I would like to know whether R has a homogeneous function of S-plus's new.frame(), which create explicit frames in the evaluator and provide a locale for computations that can be shared among various functions. new.frame() in S-plus: http://www.uni-muenster.de/ZIV/Mitarbeiter/BennoSueselbeck/s-html/helpfiles/new.frame.html Thanks.
2017 May 18
2
stopifnot() does not stop at first non-TRUE argument
>From an example in http://www.uni-muenster.de/ZIV.BennoSueselbeck/s-html/helpfiles/nargs.html , number of arguments in '...' can be obtained by (function(...)nargs())(...) . I now realize that sys.call() doesn't expand '...' when the function is called with '...'. It just returns the call as is. If 'stopifnot' uses sys.call()...
2016 Sep 23
2
Undocumented 'use.names' argument to c()
In S-PLUS 3.4 help on 'c' (http://www.uni-muenster.de/ZIV.BennoSueselbeck/s-html/helpfiles/c.html), there is no 'use.names' argument. Because 'c' is a generic function, I don't think that changing formal arguments is good. In R devel r71344, 'use.names' is not an argument of functions 'c.Date', 'c.POSIXct' and 'c.difftime...
2017 May 19
1
stopifnot() does not stop at first non-TRUE argument
...t.math.ethz.ch > wrote: > >>>>> Suharto Anggono Suharto Anggono via R-devel <r-devel at r-project.org> > >>>>> on Thu, 18 May 2017 16:27:09 +0000 writes: > > >> From an example in > > >> http://www.uni-muenster.de/ZIV.BennoSueselbeck/s-html/ > helpfiles/nargs.html > >> , number of arguments in '...' can be obtained by > > > (function(...)nargs())(...) . > > neat and good. Though really is not exactly "well readable". > > In the mean time, there is ...length() in R-...
2016 Sep 23
2
Undocumented 'use.names' argument to c()
...gument. > > > Bill Dunlap > TIBCO Software > wdunlap tibco.com > > On Fri, Sep 23, 2016 at 9:37 AM, Suharto Anggono Suharto Anggono via > R-devel <r-devel at r-project.org> wrote: > >> In S-PLUS 3.4 help on 'c' (http://www.uni-muenster.de/ >> ZIV.BennoSueselbeck/s-html/helpfiles/c.html), there is no 'use.names' >> argument. >> >> Because 'c' is a generic function, I don't think that changing formal >> arguments is good. >> >> In R devel r71344, 'use.names' is not an argument of functions '...
2017 May 19
0
stopifnot() does not stop at first non-TRUE argument
>>>>> Suharto Anggono Suharto Anggono via R-devel <r-devel at r-project.org> >>>>> on Thu, 18 May 2017 16:27:09 +0000 writes: >> From an example in >> http://www.uni-muenster.de/ZIV.BennoSueselbeck/s-html/helpfiles/nargs.html >> , number of arguments in '...' can be obtained by > (function(...)nargs())(...) . neat and good. Though really is not exactly "well readable". In the mean time, there is ...length() in R-devel [somewhat experimentally] &...
2016 Sep 23
0
Undocumented 'use.names' argument to c()
...historical reason for giving c() the use.names argument. Bill Dunlap TIBCO Software wdunlap tibco.com On Fri, Sep 23, 2016 at 9:37 AM, Suharto Anggono Suharto Anggono via R-devel <r-devel at r-project.org> wrote: > In S-PLUS 3.4 help on 'c' (http://www.uni-muenster.de/ > ZIV.BennoSueselbeck/s-html/helpfiles/c.html), there is no 'use.names' > argument. > > Because 'c' is a generic function, I don't think that changing formal > arguments is good. > > In R devel r71344, 'use.names' is not an argument of functions 'c.Date', > 'c...
2006 Aug 15
2
nls convergence problem
...when the maximum number of iterations is reched. >From ?nls.control: tol: A positive numeric value specifying the tolerance level for the relative offset convergence criterion. >From some S-Plus documentation I found online via Google: http://www.uni-muenster.de/ZIV/Mitarbeiter/BennoSueselbeck/s-html/helpfiles/nls.control.html tolerance: tolerance for the relative offset convergence criterion in the algorithm. Default 0.001. Note that the convergence test used in nls() is strictly relative. Therefore if the solution to a problem turned out to be a perfect fit (unlikely except in arti...
2016 Sep 25
1
Undocumented 'use.names' argument to c()
...com >>> >>> On Fri, Sep 23, 2016 at 9:37 AM, Suharto Anggono Suharto Anggono via >>> R-devel <r-devel at r-project.org> wrote: >>> >>>> In S-PLUS 3.4 help on 'c' (http://www.uni-muenster.de/ >>>> ZIV.BennoSueselbeck/s-html/helpfiles/c.html), there is no 'use.names' >>>> argument. >>>> >>>> Because 'c' is a generic function, I don't think that changing formal >>>> arguments is good. >>>> >>>> In...
2016 Sep 23
0
Undocumented 'use.names' argument to c()
...ap >> TIBCO Software >> wdunlap tibco.com >> >> On Fri, Sep 23, 2016 at 9:37 AM, Suharto Anggono Suharto Anggono via >> R-devel <r-devel at r-project.org> wrote: >> >>> In S-PLUS 3.4 help on 'c' (http://www.uni-muenster.de/ >>> ZIV.BennoSueselbeck/s-html/helpfiles/c.html), there is no 'use.names' >>> argument. >>> >>> Because 'c' is a generic function, I don't think that changing formal >>> arguments is good. >>> >>> In R devel r71344, 'use.names' is not an arg...