search for: aback

Displaying 16 results from an estimated 16 matches for "aback".

Did you mean: back
2011 Dec 17
1
Help for R parallelization
...our multi-core system as possible. The remote access to our system would be easily arranged after a guided selection of the best strategy to reach our goals. I would appreciate to hear from you and I thank you in advance. Best Regards [http://www.ipt.br/banco_imagens/318_maior.jpg] Dr. Alvaro J Abackerli Chief Operations Officer - COO Fone: +55 (11) 3767-4411 www.ipt.br -------------- next part -------------- A non-text attachment was scrubbed... Name: Schmidberger2009-State_of_the_art_in_PC_with-R.pdf Type: application/pdf Size: 564258 bytes Desc: Schmidberger2009-State_of_the_art_in_PC_with-...
2012 May 06
2
Translation of matlab vectors code into r
Hi there I am new user of r, i would need some help to translate som code for vectors in matlab to r. I have managed to translate the first 7 rows, but not the rest. Could anyone give me any suggestions for this problem?? Matlab code: tempo=[]; temps=[]; tempn=[]; tempao=[]; tempas=[]; tempan=[]; for k=1:5 tempo = [tempo n_o(k,:)]; temps = [temps n_s(k,:)]; tempn = [tempn
2019 Mar 26
4
Discrepancy between is.list() and is(x, "list")
...ulo operators should be defined for both dates and numerics. However, the application of modulo operators to dates, is perhaps unclear, at least in the general case, anyway. > so instead of hitting utils:::head.function, it hits utils:::head.default > I also see this behavior at least as far aback as 3.5.1, so its not new to 3.5.3. These seem like significant design flaws. Implicit classes or whatever you want to call them, are clearly part of the class hierarchy. They should be included in inherits(), is() and standard method dispatch, regardless of whether they are part of the class vect...
2002 Sep 24
1
backup NT box to SAMBA box using xcopy, smbclient, robocopy, or DD command ???
...other NT's to a Samba share then backup There is a NT utility WinAT that does the cron trick for NT although you can do the at commands at the command prompt The batch file is on my d: drive the command for at is back.cmd The commands in back.cmd are as follows: robocopy \\server1\ \\bigserver\aback /mir robocopy \\server2\ \\bigserver\bback /mir XD queues Only trick was to create a backup user for each NT machine Perhaps the easiest way to check this is to install robocopy.exe from the NT Workstation / NT Server / Windows 2000 resource kit (if you don't have it, it really is worth gettt...
2019 Mar 26
0
bugs in head() and tail()
...does not appear anywhere in the class vector, so instead of hitting utils:::head.function, it hits utils:::head.default, which uses [ on the argument, causing the error. I'd say this is "expected" behavior within the context of the S3 system. I also see this behavior at least as far aback as 3.5.1, so its not new to 3.5.3. Best, ~G On Mon, Mar 25, 2019 at 8:44 PM Abs Spurdle <spurdle.a at gmail.com> wrote: > (Using R 3.5.3). > > I found bugs in head() and tail(). > > The following works: > > > f = function () 1 > > head (f) > 1 function () &...
2019 Mar 26
0
Discrepancy between is.list() and is(x, "list")
...defined for both dates and numerics. > However, the application of modulo operators to dates, is perhaps unclear, > at least in the general case, anyway. > > > so instead of hitting utils:::head.function, it hits utils:::head.default > > I also see this behavior at least as far aback as 3.5.1, so its not new > to 3.5.3. > > These seem like significant design flaws. > Implicit classes or whatever you want to call them, are clearly part of the > class hierarchy. > > They should be included in inherits(), is() and standard method dispatch, > regardless of w...
2010 Aug 05
1
Help installation lme4a, Error Message: lme4a is not a valid installed library
Dear R users, I recently downloaded the library lme4a by svn checkout svn://svn.r-forge.r-project.org/svnroot/lme4. I tried to install the library lme4a by copying the downloaded document in the location where all the R libraries are saved. When I try to load the library, I obtain the message library(lme4a) Error in library(lme4a) : 'lme4a' is not a valid installed package R version
1999 Jul 17
0
2.0.4b: logrotate problems
...ad of to the newly created, empty, log.smb. The > newly created log.smb remained empty forever, till I restarted > smbd. Yes, I understand that part. I assumed that, if it was a problem with samba, that it was specific to the 2.0.x version(s) you were running. That's why I was taken aback by your previous post about having the same problem with samba 1.9.18 (on Data General UNIX?). 1.9.18p10 works fine for me, ie samba writes to the new log file just as it should, so something else must be wrong with the DG/UX setup. I'm glad your 2.0.x problem is fixed; my network is fina...
2002 Dec 02
1
[LLVMdev] Function Formal parameters
can we assume that for(Function::aiterator I = F.abegin(); E = F.aend(); I!=E; ++I) { .... } or Argument *FA = &F.afront(); do { FA = FA->getNext(); .... } while (FA != &F.aback()); would iterate over function "F" formal parameters in order? All the tests I've run so far indicate so, but unless it is guaranteed, I don't see how can I match formal and actual parameters for a function.
2004 Aug 06
5
Stallman @ NYU
I did manage to dv-tape this from the front row, and thus got pretty fair audio, but a slightly awkward camera angle. NYU Media Lab had a tripod set up at the back, and were apparently intending to webcast the results via real. They were a little taken aback when I mentioned Richard's aversion to propietary formats, and thanked me profusely for pointing it out, and saving them grief. Meanwhile I've encoded the audio in the kosher ogg-vorbis format, but i couldn't encode at less than 128k, so the files are huge - 110MB+ - but for those that...
2019 Mar 26
3
bugs in head() and tail()
(Using R 3.5.3). I found bugs in head() and tail(). The following works: > f = function () 1 > head (f) 1 function () 2 1 However, the following does not: > class (f) = "f" > head (f) Error in x[seq_len(n)] : object of type 'closure' is not subsettable [[alternative HTML version deleted]]
2019 Mar 26
0
Discrepancy between is.list() and is(x, "list")
...ed for both dates and numerics. > However, the application of modulo operators to dates, is perhaps unclear, > at least in the general case, anyway. > > > so instead of hitting utils:::head.function, it hits > utils:::head.default > > I also see this behavior at least as far aback as 3.5.1, so its not new > to 3.5.3. > > These seem like significant design flaws. > Implicit classes or whatever you want to call them, are clearly part of > the class hierarchy. > I'm not sure what is clear about that, or what class hierarchy you're talking about in th...
2019 Mar 26
4
Discrepancy between is.list() and is(x, "list")
> I have noticed a discrepancy between is.list() and is(x, ?list?) There's a similar problem with inherits(). On R 3.5.3: > f = function () 1 > class (f) = "f" > is.function (f) [1] TRUE > inherits (f, "function") [1] FALSE I didn't check what happens with: > class (f) = c ("f", "function") However, they should have the same
2010 May 12
3
Theora Intra (ptalarbvorm) vs. MJPEG
In the discussion of having a freedom-friendly camcorder or other video device, we discussed the idea of using intra-only Theora video to make post-recording editing a much easier process, allowing things like frame-by-frame editing without the need to decode and reencode the video again, thus incurring loss. I was quite skeptical of the efficiency of intra-only Theora, and I had speculated that
2013 Jun 20
3
USB ports on Lenovo T400 do not work after a suspend/resume
Hi, FreeBSD-9 works fine on this Lenovo T400 - except that suspending with no USB devices plugged in result in no ports working after resume. If I have a device plugged in during suspend - on any port - then all the ports work fine after resume. I've attached usbconfig and acpidump output. here's what is logged in the kernel buffer during suspend and resume: Her'es the suspend:
2012 May 08
1
Translation of Linear minimization probelm from matlab to r
Hi everyone, i?m a new user of R and i?m trying to translate an linear optimization problem from Matlab into r. The matlab code is as follow: options = optimset('Diagnostics','on'); [x fval exitflag] = linprog(f,A,b,Aeq,beq,lb,ub,[],options); exitflag fval x=round(x); Where: f = Linear objective function vector (vector of 45,rows) A = Matrix for linear inequality