search for: n1_

Displaying 3 results from an estimated 3 matches for "n1_".

Did you mean: n1
2009 Oct 16
1
How odds ratio is computed in fisher.test()?
I'm wondering how odds ratio is computed. I thought that it is (n11/n12)/(n21/n22), but it is not what fisher.test() computes. Could somebody let me know? > n11=3 > n12=1 > n21=1 > n22=3 > > n1_=n11+n12 > n2_=n21+n22 > > n_1=n11+n21 > n_2=n12+n22 > > x=rbind(c(n11,n12),c(n21,n22)) > > threshold=dhyper(n11,n1_,n2_,n_1) > probability=dhyper(0:n_1,n1_,n2_,n_1) > sum(probability[probability<=threshold]) [1] 0.4857143 > (n11/n12)/(n21/n22) [1] 9 > fisher.t...
2009 Aug 15
5
Incompatibility using pxelinux 3.80 or later and setupldr.exe from windows XP 32 bits
...gured to load pxelinux.0 to client computer. -a working tftp server (mine is tftpd-hpa, with a rule to convert backslashes to slashes ans to convert uppercase to lowercase) First, let start textmode setup without pxelinux use cabextract to get startrom.n12 from your windows source (/i386/startrom.n1_). Rename it to pxelinux.0, put it in your tftp root use cabextract to get setupldr.exe from your windows source (/i386/setupldr.ex_). Rename it to ntldr, put it in your tftp root copy from your windows source ntdetect.com to your tftp root. Start the client computer the windows textmode setup will...
2009 Aug 18
1
Incompatibility using pxelinux 3.81 or later and setupldr.exe from windows XP 32 bits
...oo many versions) The zip files are available here: http://t.bugier.free.fr/tftp-root--fail.zip http://t.bugier.free.fr/tftp-root--works-fine.zip Remember that le file pxelinux.0 found in tftp-root--works-fine.zip is not from syslinux: this is the startrom.n12 file from a xp cdrom (/i386/startrom.n1_ expanded as startrom.n12 using cabextract). This name let you not to edit your dhcp server configuration. To Shao Miller: I'm already building my RIS server by using Gianluigi's work. However, I wish something similar to the multiboot dvd based on work from Flyakite (http:// <http://fly...