search for: ludo

Displaying 20 results from an estimated 20 matches for "ludo".

Did you mean: lado
2009 Feb 11
1
p.adjust; n > length(p) (PR#13519)
Full_Name: Ludo Pagie Version: 2.8.1 OS: linux Submission from: (NULL) (194.171.7.39) p.adjust in stats seems to have a bug in handling n>length(p) for (at least) the methods 'holm' and 'hochberg'. For method 'holm' the relevant code: i <- 1:n o <- order(p)...
2004 Jul 04
2
doubly multivariate analysis in R
...proach to repeated measures this is a doubly multivariate analysis. I would appreciate any suggestions as to the best way to do such a doubly multivariate analysis in R (I have done it in SPSS and SAS but would like to see what it takes to do the same in R). Thank you in advance for any help. Ludo
2009 Nov 10
1
polygon kills X-server
...ENT=en_US.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base I'm sorry for the messy/non-intelligent code but I'm not eager to clean it up and check it .... Any idea what might being going on here? Thanks, Ludo
2004 Aug 23
2
[ Multiple drives ]
Hello, I have 3 hdd (120 GB, 120 GB and 80 GB) mounted on /data1 , /data2 and /data3. All these drives must be shared via a public access with Samba. For the moment, I can only share the 'data1' directory. [public] path = /data1 Is there a possibility to share several disks under the same account ? By example : [public] path = /data1, /data2, /data3 Then, under Windows, I'd like
2009 Nov 10
1
polygon kills X-server (PR#14055)
Full_Name: Ludo Pagie Version: 2.10.0 OS: linux, ubuntu, 8.04 Submission from: (NULL) (83.163.218.221) when I make a polygon with 100,000 vertices my X-server is being killed. This occurs in R-2.9.0 and a freshly installed R-2.10.0 I'm running Ubuntu with a locally compiled R: uname -a Linux onyx 2.6.24-24-...
2012 Nov 26
1
error in plot(table(c('a','a')))
...5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 [7] LC_PAPER=C LC_NAME=C [9] LC_ADDRESS=C LC_TELEPHONE=C [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base Thanks, Ludo
2012 Nov 26
1
error in plot(table(c('a','a')))
...5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 [7] LC_PAPER=C LC_NAME=C [9] LC_ADDRESS=C LC_TELEPHONE=C [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base Thanks, Ludo
2008 Apr 15
2
Diablo 2 + LoD Error 22
Hi all! I have been trying to get diablo 2 working for 3 days now and I am getting a bit frustrated. I have upgraded wine to version 9.59 I have installed restricted extras on ubuntu I have patched diablo to version 1.11 (final patch) Every time I run a video test it doesn't find anything and then when I load the program (through wine) it says: "error 22: a critical error has
2010 Aug 06
2
802.1q on gentoo
...n the switch and use 802.1q directly on the dom0. I found this site interesting. http://wiki.xensource.com/xenwiki/XenNetworking#head-4f6aecaa0342826a7259cd08948266093cca4365 The first method would do the trick but i wonder how to achieve that the Gentoo''s way. Any advices ? Thanks ! Ludo _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2002 Jun 12
3
Why this stupid ingress tc does not work ?
...s qdisc'' gives: qdisc ingress ffff: dev ppp0 ---------------- Sent 0 bytes 0 pkts (dropped 0, overlimits 0) I can see the packets or ping replies with a tcpdump -i ppp0 but the packets do not seem to reach applications ! I run kernel 2.4.18... what''s the problem ? Cheers, Ludovic Drolez.
2004 Jan 08
1
[LLVMdev] Re: idea 10
...on can be done at a low level, mainly because it involves many high-level constructs. On the other hand, I have heard of languages that try to implement primitives for easy distributed computing, like the "Unified Parallel C" (see http://www.gwu.edu/~upc/documentation.html and http://ludo.humanoidz.org/doc/report-en.pdf), which may help to figure out what kind of primitives would be useful for adding distributing computing support into LLVM. Maybe you were thinking of something similar to UPC primitives added to LLVM ? -- Se'bastien
2008 Jun 05
1
Smooth Spline
Hi, I have three original curves as follows, n<-seq(20,200,by=10) t<-c(0.1138, 0.1639, 0.2051, 0.2473, 0.2890, 0.3304, 0.3827, 0.4075, 0.4618, 0.4944, 0.5209, 0.5562, 0.5935, 0.6197, 0.6523, 0.6771, 0.6984, 0.7209, 0.7453) es<-c(0.3682, 0.4268, 0.5585, 0.6095, 0.7023, 0.7534, 0.8225, 0.8471, 0.8964, 0.9098, 0.9371, 0.9514, 0.9685, 0.9747, 0.9812, 0.9859, 0.9905, 0.9923, 0.9940)
2009 Apr 01
1
Trunk SIP and configuration
...pe=friend qualify=yes secret=5768 nat=yes host=192.168.600.4 canreinvite=yes context=default disallow=all allow=ulaw # extensions.conf exten => _00XXXXXXXXX,1, Dial (SIP/192.168.700.50/${EXTEN}) How do I configure IP operator ? I have 10 numbers sda. Where do I configure sda numbers ? Thanks. Ludovic -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090401/c7e89b5e/attachment.htm
2012 Feb 02
1
pgfSweave doesn't lazyload my objects
Hi all, I'm struggling a bit to get pgfSweave to lazyload objects when compiling a .Rnw file for a second time. Caching works fine except that for every run all objects get cached again and again. I've used cacheSweave which works fine; all cached objects from code-chunks with option cache = TRUE are lazy loaded. I've tried it on two machines ... I'm pretty sure I'm
2004 Jan 08
0
[LLVMdev] Re: idea 10
...arallelized in terms of LLVM. The example is simple enough! > On the > other hand, I have heard of languages that try to implement primitives > for easy distributed computing, like the "Unified Parallel C" (see > http://www.gwu.edu/~upc/documentation.html and > http://ludo.humanoidz.org/doc/report-en.pdf), which may help to figure > out what kind of primitives would be useful for adding distributing > computing support into LLVM. i agree. (and thank you for the nice links) > Maybe you were thinking of something similar to UPC primitives > added to LL...
2008 Jun 03
2
benchmarking R installations
Recently I posted to this list with a question about using the Intel 10.1 compilers in building R and one response was basically, "why in the heck would you want to do that?" The answer is that my sysadmin believes that there will be a performance boost with the Intel vs. Gnu compilers on our Linux cluster, of which I am one of many users. Wanting to be a good citizen and use my machine
1997 Nov 19
7
Query
Hello All, I am trying to compile Samba on POSIX under OpenVMS on a DEC 2000 AXP, however I am having difficulty defining the right FLAGSM and LIBSSM in the Makefile. So thus I'm having trouble getting the correct #includes, can anyone help? Regards, Gavin Butler -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/ms-tnef
2009 Jan 11
9
Clarification of ratings...
I was browsing apps and looking for games that run in Wine as Gold or better. The issue is that I see many apps listed as gold that require recompiling Wine with patches to get them to work. From my understanding, any application that requires code changes should be listed as garbage and tied to a patch/bug to be able to operate. That and any application that ranks higher should run under a
2004 Jan 08
4
[LLVMdev] Re: idea 10
> My $0.02 worth on this topic .. and again |0.02 of mein :-) > However, I find it unreasonable to expect LLVM to provide > any features in this area. In order to do anything meaningful, > LLVM would have to have some kind of awareness of networks > (typically an operating system concern). > That seems at odds with the "low level" principles of LLVM. When I
2001 Feb 20
0
call_nt_transact_ioctl: Currently not implemented and read_socket_data: recv failure for 4. Error = Connection reset by peer
Hello, I just upgraded from 2.05a to 2.0.7 on a RH 6.0 system, upgraded one of the workstations to win2k pro, and didn't change anything to my smb.conf.