search for: geof

Displaying 6 results from an estimated 6 matches for "geof".

Did you mean: eof
2011 Sep 06
1
object.size() not recognized within .First()
...prompt from .First(). "3" is my input. The error occurs when BIG() is executed because object.size() is called immediately upon entry to BIG(). After this error, execution of .First() from the command line works fine. I can't figure out what is going wrong. Any ideas? Thanks, Geof BELOW HERE ARE THE COMPLETE FUNCTIONS: .First=function() { cat("Hello. How many huge items to consider deleting? (Enter=none)\n") g=eval(parse(text=readline())) if (is.numeric(g)) { BIG(n=g)} cat("\nOk. What .Rdata file and directory do you want to use?\n\n")...
2015 Apr 16
2
[LLVMdev] bytecode stripping from clang -emit-llvm
...es) when I run on a virtual machine. Well, I'm using VirtualBox, and have tried two different versions of Ubuntu and some different clang builds. Can someone point me in the right direction to understand why the IR would be emitted differently because clang is running on a VM? Many thanks -- Geof -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150416/8892a4e6/attachment.html>
2013 Jul 24
3
Change values in a dateframe
...differents values of Prenom but the values of Matricule or Sexe or Date.de.naissance are the same. TEST <- structure(list(Matricule = c(66L, 67L, 67L, 68L, 89L, 90L, 90L, 91L, 108L, 108L, 108L), Nom = structure(c(1L, 2L, 2L, 4L, 8L, 5L, 6L, 9L, 3L, 3L, 7L), .Label = c("CHICHE", "GEOF", "GUTIER", "JACQUE", "LANGUE", "LANGUE-LOPEZ", "RIVIER", "TRU", "VINCENT" ), class = "factor"), Prenom = structure(c(8L, 3L, 4L, 5L, 1L, 2L, 2L, 9L, 6L, 7L, 7L), .Label = c("Edgar", "Elodie", &...
2007 Mar 28
1
Error Connecting to CN Exception occcurred
...f._transport.add_trusted_cert(certfile) File "/usr/lib/python2.3/site-packages/rhn/transports.py", line 254, in add_trusted_cert raise ValueError, "Certificate file %s is not accessible" % certfile ValueError: Certificate file /usr/share/rhn/CNS-CA-CERT is not accessible -Geof C. Duncan http://teachageek.com TeachAGeek... give a man to fish he eats for a day, teach a man to fish and he eats for a lifetime. Become one with your inner geek!
2007 Mar 09
1
wineconsole crashes - what am I doing wrong?
...partition and tried to run them from there - still no change 4. I rebooted the machine into Windows95 and tested the executables from there - everything worked. I can't believe this is a major bug, but on the other hand I can't think of anything else to try! All ideas gratefully received. Geof This message has been scanned for viruses by BlackSpider MailControl - www.blackspider.com
2007 Apr 06
0
Likelihood returning inf values to optim(L-BFGS-B) other
...ou might have to start very close to the actual maximum to get there. Surface plots might help, setting some variables to a constant. I know in 4D this will be tough. Here is a useful reference that helped me recently with a similar maximization problem: "Computational Statistics" by Geof H. Givens and Jennifer A. Hoeting They have R-code examples here: http://www.stat.colostate.edu/computationalstatistics/ Good luck! Joe Liddle University of Alaska Southeast