similar to: WAAAYYY OFF TOPIC -- For Statistics Buffs only

Displaying 20 results from an estimated 1300 matches similar to: "WAAAYYY OFF TOPIC -- For Statistics Buffs only"

2010 Mar 15
3
OT Sorta: Odds Are, It's Wrong...
Hi all, I thought that readers of R-Help might find the following article at ScienceNews of interest: Odds Are, It's Wrong Science fails to face the shortcomings of statistics By Tom Siegfried March 27th, 2010; Vol.177 #7 (p. 26) http://www.sciencenews.org/view/feature/id/57091/title/Odds_are,_its_wrong Regards, Marc Schwartz
2009 Apr 11
0
Sid Meier´s Alpha Centauri
I can get this game to install and launch, but it does not run properly or at all. I have: Ubuntu Jaunty Jackalope AMD64 Alternate Wine 1.1.18 Cedega 7.1.1 Sid Meier?s Alpha Centauri and Alien Crossfire CDs (Sold Out version) The game is best played with the expansion pack, Alien Crossfire. Alien Crossfire and Alpha Centauri are both available in linux versions, if you can find them. There
2012 May 04
2
Off-Topic: Crime Statistics Don't Pay
WARNING: COMPLETELY OFF TOPIC -- Nothing to do with R. I thought readers of this list might enjoy the following. The link to the full article is at the bottom. I hope this is not "too" inappropriate. ------- Overconfidence in crime statistics doesn?t pay. In a new study, a team of criminologists makes the case that reported crime rates should acknowledge uncertainty in the data. The
2013 Oct 08
2
Sessión a distancia
La reunión de mañana<http://rugbcn.wordpress.com/2013/09/13/proxima-reunio-3/> del grupo de usuarios de Barcelona (RugBcn - http://rugbcn.wordpress.com/2013/09/13/proxima-reunio-3/) será retransmitida a través de la red. Para aquellos que estéis interesados, tenéis que conectaros a http://r-es.org/rugbcn-online, poner un “Nombre” y darle al botón “unirse”. Esperemos que os resulten
2013 Oct 10
1
Sessión a distancia
Felipe, gracias por tu interés. La sesión quedó grabada y se colgará en breve en la página de R-es. Ya avisaremos cuando esté colgada. Un saludo, Aleix El 10 de octubre de 2013 00:01, Felipe Vargas Reeve <kaiser756@gmail.com>escribió: > Esta fue una gran iniciativa y tenía muy presente el tema relacionado a > la transmisión por internet, pero por motivos de trabajo no pude
2010 Jul 19
1
Alpha Centauri crashes constantly
I'm using wine 1.2-rc5 on Xubuntu 10.04. I've been trying to get Alpha Centauri/Alien Crossfire working for a few days now and running into nothing but annoyance so far. Latest problem; AC keeps crashing. All the time. If I save at a certain point and, say make a specific series of moves next turn and it crashes, re-loading and repeating will cause it to crash again. Below is the
2011 Mar 12
1
Re: Sid Meier´s Alpha Centauri
Where SMAC(X) stands for Sid Meier's Alpha Centauri (Alien Crossfire) I've been running a copy of SMACX installed in Windows on my C:/ partition from linux (Ubuntu 10.10). After mounting the windows partition I only had to make the following changes to Alpha Centauri.ini to play the game: Code: eax=0 ds3d=0 ForceOldVoxelAlgorithm=1 I haven't tested it much at all, but it seems
2008 Apr 23
0
Flare plugin (with Ruby Solr library and acts_as_solr plugin)
Hello, I''m looking for informations about this plugin (Flare). http://wiki.apache.org/solr/Flare/ Is it a final plugin? Can we use it on final production application? Have you some documentation / tutorial about it? I don''t find anything ! I would be grateful to your help that you bring to me. Vincent --~--~---------~--~----~------------~-------~--~----~ You received this
2013 Oct 09
0
Sessión a distancia
Esta fue una gran iniciativa y tenía muy presente el tema relacionado a la transmisión por internet, pero por motivos de trabajo no pude conectarme al enlace en el horario establecido y me gustaría consultar si existe la posibilidad de subir algún enlace que tenga el video o grabación. Agradecido de su respuesta, atte Felipe Vargas R. El 8 de octubre de 2013 12:59, Aleix Ruiz de Villa
2013 Apr 13
1
installing audio streaming server
dear sir, thank you so much for your reply.i have a request sir.can you help me in installation through internet?? i will very thankful to you.please help me to make audio streaming server or send us a demo for installing audio streaming server... kindly sir help -- *.... *Regards*....* **ALI HASSAN** * * **Web Designer <http://www.flare.pk>** 0092-322-5244444
2003 Jan 08
1
samba and bin/text modes
Hello samba, I would like an advice on following: is there any way how to tell samba what transfer mode to use? I think I read that samba does only binary and to use text you have to use something else. We have windows machines using text files on linux samba server and i need to transfer those files in text mode. Can anyone help me please? -- Best regards, Martin
2001 Sep 16
1
Trying to get games running
Hi, there are 2 games I want to get up and running, they are Alpha Centauri and HOMM3. I would buy AC if it was available at a decent price. I have installed both from original CD, from Wine. My problems are: HOMM3: Comes up with a warning: Unable to initialize resources, possible disk problem. Can't remember if it is protected. This version was upgraded to version 1.4 by the installer.
2011 Apr 14
0
Re: Sid Meier´s Alpha Centauri
Alpha Centauri is a very old game and hasn't received any love from the developers in a long time. The rights for the game are disputed as well, meaning future support is doubly unlikely. So I don't think the unofficial patch will age any more than an official patch would. I still haven't done any meaningful tests of the game running in wine (started one game, played a multiplayer
2018 Sep 06
0
[PATCH net-next 10/11] tap: accept an array of XDP buffs through sendmsg()
This patch implement TUN_MSG_PTR msg_control type. This type allows the caller to pass an array of XDP buffs to tuntap through ptr field of the tun_msg_control. Tap will build skb through those XDP buffers. This will avoid lots of indirect calls thus improves the icache utilization and allows to do XDP batched flushing when doing XDP redirection. Signed-off-by: Jason Wang <jasowang at
2018 Sep 06
0
[PATCH net-next 09/11] tuntap: accept an array of XDP buffs through sendmsg()
This patch implement TUN_MSG_PTR msg_control type. This type allows the caller to pass an array of XDP buffs to tuntap through ptr field of the tun_msg_control. If an XDP program is attached, tuntap can run XDP program directly. If not, tuntap will build skb and do a fast receiving since part of the work has been done by vhost_net. This will avoid lots of indirect calls thus improves the icache
2018 Sep 06
1
[PATCH net-next 09/11] tuntap: accept an array of XDP buffs through sendmsg()
On Thu, Sep 06, 2018 at 12:05:24PM +0800, Jason Wang wrote: > This patch implement TUN_MSG_PTR msg_control type. This type allows > the caller to pass an array of XDP buffs to tuntap through ptr field > of the tun_msg_control. If an XDP program is attached, tuntap can run > XDP program directly. If not, tuntap will build skb and do a fast > receiving since part of the work has been
2001 Jul 03
1
WINE game compatability and "DOSe"?
After using a dual-boot system for a while (Win98 + Mandrake) on my home machine, I've decided to go for Linux only on my new (well, used) notebook (Latitude PII 266 w/ 128 MB RAM). In any case, I don't really use any Windows programs except a few games (well, I use office tools and programming environments, but there are plenty of good ones in Linux as is), so I'm looking into using
2004 Apr 15
1
ATA 186 SIP behind XP Dynamic IP Firewall to Static Public Asterisk
Is it possible to set up the following? public IP Asterisk Server to ata 186 behind a XP server firewall. I think my biggest problem is that I don't know how to make XP forward the RTP port to the private ata address. I would put up some configs, but was hoping that someone one who has this working can share the working configurations incase mine are all messed up (which is likely.)
2018 Sep 06
1
[PATCH net-next 10/11] tap: accept an array of XDP buffs through sendmsg()
On Thu, Sep 06, 2018 at 12:05:25PM +0800, Jason Wang wrote: > This patch implement TUN_MSG_PTR msg_control type. This type allows > the caller to pass an array of XDP buffs to tuntap through ptr field > of the tun_msg_control. Tap will build skb through those XDP buffers. > > This will avoid lots of indirect calls thus improves the icache > utilization and allows to do XDP
2002 Oct 26
2
Still missing something on missing values...
Hi, I have a SPSS datafile which is used for my textbook in the statistics (and which is available on http://abacon.com/fox/s6720p2.sav, but it is originally from ICPSR). When I opened it with SPSS 10 and run Frequencies on it I have got 979 valid data a 27 missing. However, see below (unfortunately, I have used R in preparation of my homework, which caused me an error on this): >