search for: scmp

Displaying 5 results from an estimated 5 matches for "scmp".

Did you mean: cmp
1997 Oct 23
0
R-beta: Still want restart() in R
People's valiant efforts to sort out CODA aside, the burning question remains: has anybody made any headway with restart()? or any other way (and there may well be better) of trapping `fatal' errors from calls within a function. Simon Fear =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= r-help mailing list -- Read
2009 Aug 20
0
can not resolve chown issue
...__________________________ Dr. Sascha Herpers Universit?t zu K?ln Seminar f?r Supply Chain Management und Produktion Albertus-Magnus-Platz 50923 K?ln E-Mail: herpers at wiso.uni-koeln.de Tel.: (0221) 4 70 - 37 40 Fax: (0221) 4 70 - 51 40 WWW: http://www.scmp.uni-koeln.de _____________________________________________________________
1997 Oct 21
0
R-beta: Accessing S-plus objects from R -- no. Must use ASCII files.
Martin's reply to Jean-Francois' question is pretty complete, but I suspect what JF and other new users want is 'how to transfer the *whole* of my Splus .Data (or _Data on PC) workspace into R' rather than just certain functions/data. In correspondence some months ago Peter Dalgaard and I came up with Splus: > dump(objects(),"dumpfile") R: >
1997 Oct 23
0
R-beta: why restart()
Martyn, you write > I don't think restart() is necessary - it just seems like an invitation to > bad programming to me. It's needed when comparing, say, the time to convergence (if at all) of various iterative processes, for each of a few hundred simulated values. For example one wants basically function(data){ summary<-rep(NA,1000) for(i in 1:1000){
1997 Jul 30
0
R-beta: Query: installing 0.50-a1 on Solaris 2.5.1
Can anyone spot the problem here. Following is an edited script of the install session. The gist is: * syntax error in original src/main/dotcode.c Easily remedied (or at least, such that compiles without error message ... ) change line 449-450 (two lines preceding return) #ifdef HAVE_F77_UNDERSCORE if(PRIMVAL(op)) { *q++ = '_'; *q = '\0'; #endif }