search for: x78

Displaying 20 results from an estimated 35 matches for "x78".

Did you mean: 78
2008 Feb 12
3
regular expression for na.strings / read.table
...first & easiest solution: Read the data with read.csv in R, and define as na strings all cells containing a star (*). Something which would looks like this ... > DATA<-read.csv("test.txt",na.strings=list(length(grep("\\*",DATA,value=T))==0)) > DATA X1 X.789 LNM. X78 X56 X89 X56.1 X100 1 2 700 AUW 78 56 89 56 100 2 3 400 TOC 78 56 89 56 10 3 4 389 RMN 78 56 89 56 *89 4 5 400 LNM 78 56 *452 56 100 5 6 200 UTC 78 *40 89 56 100 6 7 100 GAT 78 56 8 56 *100 7 8 79 *LNM 78 56 9 56 100...
2011 Aug 20
2
a Question regarding glm for linear regression
...x28 + x29 + x30 + x31 + x32 + x33 + x34 + x35 + x36 + x37 + x38 + x39 + x40 + x41 + x42 + x43 + x44 + x45 + x46 + x47 + x48 + x49 + x50 + x51 + x52 + x53 + x54 + x55 + x56 + x57 + x58 + x59 + x60 + x61 + x62 + x63 + x64 + x65 + x66 + x67 + x68 + x69 + x70 + x71 + x72 + x73 + x74 + x75 + x76 + x77 + x78 + x79 + x80) it gives me an error "Error in eval(expr, envir, enclos) : object 'x3' not found" which I dont know why I am given those errors. The other thing is that when I use the "glm.fit", I can get coefficients without any errors. So, I am not sure what is going on a...
2007 Sep 19
0
ChiSquare-Test
Hello all you helpful people out there! I am stil R Beginner using R 2.5.1 on a Apple Power Book G4 with Mac OS X 10.4.10 . I have two tabels like this: MalTabChi X1 X4 X6 X8 X10 X14 X21 X24 X29 X38 X43 X50 X67 X76 X78 X80 X82 X84 Anth_cap 1 1 1 1 6 5 1 45 12 4 12 6 56 5 2 4 1 1 Anth_crin 12 1 1 2 76 5 1 45 256 2 25 56 56 345 2 23 1 2 Anth_eck 12 1 12 1 7 5 12 5 14 45 2 56 4 5 2 34 1 12 Anth_...
2018 Mar 14
2
truncation/rounding bug with write.csv
...quot;,"X60","X61","X62","X63","X64","X65","X66","X67","X68","X69","X70","X71","X72","X73","X74","X75","X76","X77","X78","X79","X80","X81","X82","X83","X84","X85","X86","X87","X88","X89","X90","X91","X92","X93","X94","X95","X96",&quot...
2015 Feb 18
3
isohybrid and ISO images whose size is not a multiple of 2048 bytes vs. VirtualBox
...s first El Torito boot image the isolinux.bin BIOS boot image from a SYSLINUX release which is modern enough to also offer the isohybrid tool. The tools check this and eventually complain: http://git.kernel.org/cgit/boot/syslinux/syslinux.git/tree/utils/isohybrid.in if ($ibsig ne "\xfb\xc0\x78\x70") { die "$0: $file: bootloader does not have a isolinux.bin hybrid signature.". "Note that isolinux-debug.bin does not support hybrid booting.\n"; } http://git.kernel.org/cgit/boot/syslinux/syslinux.git/tree/utils/isohybrid.c if (memcmp(buf, &quot...
2004 May 11
1
calling data frames
...00){ blumenau<-read.table("Blu_1.txt",h=T) # 1000 *.txt files Guildas<-data.frame(cbind(t(blumenau[2:50]))) Guilda1<-cbind(X27,X48) Guilda2<-cbind(X5,X17,X19,X20,X21,X24,X25,X26,X40,X41,X77) Guilda3<-cbind(X22,X28,X69) Guilda4<-cbind(X29,X30,X31,X32,X33,X34,X35,X36,X37,X78) Guilda5<-cbind(X3,X8,X18,X23,X63,X82,X83) Guilda6<-cbind(X6,X38,X39,X44,X45,X46,X47,X49,X50,X51,X52,X53,X54,X55,X56,X57,X58,X59,X60,X61,X62,X84) Guilda7<-cbind(X1,X2,X42,X43,X64,X65,X66,X67,X68,X79,X80) Guilda8<-cbind(X7,X15,X16,X70,X71,X72,X73,X74,X75,X76) Guilda9<-cbind(X4,X9,X10,...
2018 Mar 14
2
truncation/rounding bug with write.csv
...X60","X61" > ,"X62","X63","X64","X65","X66","X67","X68","X69","X70","X71" > ,"X72","X73","X74","X75","X76","X77","X78","X79","X80","X81" > ,"X82","X83","X84","X85","X86","X87","X88","X89","X90","X91" > ,"X92","X93","X94","X95","X96...
2010 May 11
1
Help with Names
...[61] "X61" "X62" "X63" "X64" "X65" "X66" "X67" "X68" "X69" "X70" "X71" "X72" "X73" "X74" "X75" "X76" "X77" "X78" "X79" "X80" [81] "X81" "X82" "X83" "X84" "X85" "X86" "X87" "X88" "X89" "X90" "X91" "X92" "X93" "X94" "X95"...
2018 Mar 14
2
truncation/rounding bug with write.csv
Hello, I have looked on https://www.r-project.org/bugs.html , but it seems that this is the only way to do it. The issue is that the precision used by write.csv is on consistant for big files. See the following code: First I create a large dataframe filled with random uniform values. Then I write it to .csv and print out the first and last lines. df = data.frame(replicate(100, runif(1000000,
2013 Apr 12
2
model frame and formula mismatch in model.matrix()
...lm(X2 +X3+X4+X5+X6+X7+X8+X9+X10+X11+X12+X13+X14+X15+X16+X17+X18+X19+X20+X21+X22+X23+X24+X25+X26+X27+X28+X29+X30+X31+X32+X33+X34+X35+X36+X37+X38+X39+X40+X41+X42+X43+X44+X45+X46+X47+X48+X49+X50+X51+X52+X53+X54+X55+X56+X57+X58+X59+X60+X61+X62+X63+X64+X65+X66+X67+X68+X69+X70+X71+X72+X73+X74+X75+X76+X77+X78+X79+X80+X81+X82+X83+X84+X85+X86+X87+X88+X89+X90+X91+X92+X93+X94+X95+X96+X97+X98+X99+X100+X101+X102+X103+X104+X105+X106+X107+X108+X109+X110+X111+X112+X113+X114+X115+X116+X117+X118+X119+X120+X121+X122+X123+X124+X125+X126+X127+X128+X129+X130+X131+X132+X133+X134+X135+X136+X137+X138+X139+X140+X141+X142+...
2018 Mar 14
0
truncation/rounding bug with write.csv
...quot;,"X60","X61","X62","X63","X64","X65","X66","X67","X68","X69","X70","X71","X72","X73","X74","X75","X76","X77","X78","X79","X80","X81","X82","X83","X84","X85","X86","X87","X88","X89","X90","X91","X92","X93","X94","X95","X96",&quot...
2014 Jul 29
0
150 100%но белых алгоритмов уменьшения налогов к уплате в РФ
...173;&#173;</FONT>&#x35;<FONT style="FONT-SIZE: 1px" size=1>&#173;&#xAD;</FONT>0<FONT style="FONT-SIZE: 3px" size=1>&#173;</FONT>c<FONT style="FONT-SIZE: 1px" size=1>&#xAD;&#173;&#173;</FONT>&#x78;&#x65;<FONT style="FONT-SIZE: 1px" size=1>&#173;&#173;&#173;</FONT>&#109;<FONT style="FONT-SIZE: 2px" size=1>&#xAD;</FONT>&#x2E;<FONT style="FONT-SIZE: 1px" size=1>&#173;&#173;&#xAD;</FONT>&amp...
2009 Jun 24
2
change the height or scale of the y axis
...x60", "x61","x62","x63","x64","x65","x66","x67","x68","x69","x70", "x71","x72","x73","x74","x75","x76","x77","x78","x79","x80", "x81","x82","x83","x84","x85","x86","x87","x88","x89","x90", "x91","x92","x93","x94","x95","x96...
2015 Feb 18
0
isohybrid and ISO images whose size is not a multiple of 2048 bytes vs. VirtualBox
> I proposed -h 252 -s 63 because it yields the largest > possible cylinder size which is divisible by 4 (i.e. > the byte count is divisible by 512*4 = 2048). > -h 240 -s 63 would fulfill this constraint, too. > Size limits are 252*63*1024*512 = 8,323,596,288 > resp. 240*63*1024*512 = 7,927,234,560 bytes. > > > The workaround cannot be temporal, because the
2015 Feb 18
0
isohybrid and ISO images whose size is not a multiple of 2048 bytes vs. VirtualBox
...t; isolinux.bin BIOS boot image from a SYSLINUX release which > is modern enough to also offer the isohybrid tool. > > The tools check this and eventually complain: > > http://git.kernel.org/cgit/boot/syslinux/syslinux.git/tree/utils/isohybrid.in > if ($ibsig ne "\xfb\xc0\x78\x70") { > die "$0: $file: bootloader does not have a isolinux.bin hybrid signature.". > "Note that isolinux-debug.bin does not support hybrid booting.\n"; > } > > http://git.kernel.org/cgit/boot/syslinux/syslinux.git/tree/utils/isohybrid.c...
2012 May 25
2
Query about creating time sequences
...ot;, "X61", "X62", "X63", "X64", "X65", "X66", "X67", "X68", "X69", "X70", "X71", "X72", "X73", "X74", "X75", "X76", "X77", "X78", "X79", "X80", "X81", "X82", "X83", "X84", "X85", "X86", "X87", "X88", "X89", "X90", "X91", "X92", "X93", "X94", "X95", &qu...
2008 Oct 07
7
Looking for testers and advise about ISOLINUX within ISO 9660
Hi, we are the developers of an alternative to mkisofs: program xorriso from libburnia-project.org . The current development cycle is about support for creating bootable CDs, DVDs, BDs. So we look for testers and for advise about ISOLINUX specifics. The example from the ISOLINUX wiki is supposed to work if you replace "mkisofs" by "xorriso -as mkisofs". I.e: xorriso -as
2018 Mar 14
0
truncation/rounding bug with write.csv
...quot;,"X60","X61","X62","X63","X64","X65","X66","X67","X68","X69","X70","X71","X72","X73","X74","X75","X76","X77","X78","X79","X80","X81","X82","X83","X84","X85","X86","X87","X88","X89","X90","X91","X92","X93","X94","X95","X96",&quot...
2009 May 21
2
SYSLINUX 3.81-pre10
I have just pushed out Syslinux 3.81-pre10. This fixes some pretty serious bugs, including the fact that, apparently, isohybrid didn't work at all in CBIOS mode. Unfortunately it means that the isohybrid handover protocol has changed, and so a new isolinux.bin isn't compatible with an old isohybrid or vice versa (as a result, the magic number has changed.) -hpa
2002 Jul 02
2
[Bug 124] Terminal hangs when data is streaming to it...
http://bugzilla.mindrot.org/show_bug.cgi?id=124 ------- Additional Comments From leigh at solinno.co.uk 2002-07-02 23:31 ------- Created an attachment (id=126) AIX trace of ssh session hanging during output ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.