search for: x82

Displaying 20 results from an estimated 58 matches for "x82".

Did you mean: 0x82
2016 Jul 07
2
String encoding problem
On Thu, Jul 7, 2016 at 10:11 AM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > On 07/07/2016 10:57 AM, Hadley Wickham wrote: >> >> If you print: >> >> "\xc9\x82\xbf" >> >> you get >> >> "\u0242\xbf" >> >> But if you try and evaluate that string you get: >> >>> "\u0242\xbf" >> >> Error: mixing Unicode and octal/hex escapes in a string is not allowed >> >> (...
2002 Nov 01
1
Manipulating dataframe
Hi: Suppose, I have a dataframe (with N rows) containing the following variables: ID X82 X85 X88 >From this, I'd like to create a new dataframe (with 3*N rows), which will have the following variables: ID X82 X85 X88 Xrep where: each ID is duplicated 3 times; X82 equals its original value for the first row and equals NA for the other two; X85 equals its original val...
2016 Jul 07
2
String encoding problem
...gt;> y > [1] "\202\261\202\361\202\311\202\277\202\315" > > If you want a result that does not depend on your locale and is none of the supported encodings, you have to declare it as bytes (back in UTF-8): > >> Encoding(y)="bytes" >> y > [1] "\\x82\\xb1\\x82\\xf1\\x82\\xc9\\x82\\xbf\\x82\\xcd" >> iconv(y, from="Shift-JIS", to="utf-8") > [1] "?????" > > But that has its own perils such as the fact that you cannot dput() byte-encoded strings. Right - I'm aware of that. But to me, it doesn&...
2016 Jul 07
0
String encoding problem
...0 AM, Hadley Wickham <h.wickham at gmail.com> wrote: > > On Thu, Jul 7, 2016 at 10:11 AM, Duncan Murdoch > <murdoch.duncan at gmail.com> wrote: >> On 07/07/2016 10:57 AM, Hadley Wickham wrote: >>> >>> If you print: >>> >>> "\xc9\x82\xbf" >>> >>> you get >>> >>> "\u0242\xbf" >>> >>> But if you try and evaluate that string you get: >>> >>>> "\u0242\xbf" >>> >>> Error: mixing Unicode and octal/hex escapes in...
2007 Apr 13
2
R on Solaris 10 x64
...curr_len curr_len = 24960U (dbx) p curr_seq curr_seq = 0 (dbx) p of dbx: "of" is not defined in the scope `libhdf5.so.0.0.0`H5Dselect.c`H5D_select_mgath:347` dbx: see `help scope' for details (dbx) p off off = 0x8042960 (dbx) p tgath_buf tgath_buf = 0x9f5c4f0 "\xd87\x83^H\xa8\xf3\x82^H0^X\x82^H^X\xd4\x81^H^P\x90\x81^H\xb8m\x80^H^H'\x80^H\x88^?^?^H\x908^?^H\xb0\xf7~^H\xd8\xad~^H\xf8\xb2~^H\xb8\x8e~^H\xe8]~^H\xe8\xcb\xed^HP\xe3}^Hh\xdd\xbb^H\x98\xc4}^H\xf0\xa0}^H\xa8r}^HH}\xc3^HpO|^HH^V|^H^X\xd8|^H\xc0\xb1|^H8=}^H\x90\xcd{^H^Pm{^H\xb8#{^Hx'{^H\x90\xf8x^HpKx^H^POx^H\xa8~w^...
2016 Jul 07
2
String encoding problem
If you print: "\xc9\x82\xbf" you get "\u0242\xbf" But if you try and evaluate that string you get: > "\u0242\xbf" Error: mixing Unicode and octal/hex escapes in a string is not allowed (Probably will only happen on mac/linux with default utf-8 encoding) Hadley -- http://hadley.nz
2012 Dec 15
1
virt-resize Fatal error: exception Guestfs.Error("e2fsck_f
...da1: partition data: 1 1048576-1000341503 (999292928 bytes) bootable: true partition ID: 0x83 content: filesystem ext4 (983556096 bytes) /dev/sda2: partition data: 2 1000341504-1072693247 (72351744 bytes) bootable: false partition ID: 0x82 content: filesystem ext3 (70054912 bytes) 0 logical volumes found surplus before --expand or --shrink: 41411182592 ********** Summary of changes: /dev/sda1: This partition will be resized from 953.0M to 39.5G. The filesystem ext4 on /dev/sda1 will be expanded using the ...
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_gram...
2011 May 13
1
Russian language in R
...em in reading a database in Russian. The problem appears when it comes to char variables. I have already tried changing the encoding, i.e. options(encoding="UTF-8") and options(encoding="KOI8-R") but every time there appear to be something unreadable in the data frame, like \x82\xa2\xae\xef etc. Could you please answer whether it is possible to operate with Russian strings in R, and, if yes, how to get to do that. Thank you, in advance. Olga. -- View this message in context: http://r.789695.n4.nabble.com/Russian-language-in-R-tp3521206p3521206.html Sent from the R...
2005 May 31
1
Illegal multibyte character ...
Dear Sirs, I'm running samba in utf-8/utf-8 mode (unix charset/display charset), clients are: Windows XP/RUS, files and directories are created by clients directly, so samba says: [2005/05/30 20:12:01, 3] smbd/open.c:open_file(178) Error opening file profile/?????????\x87???? ?\x81?\x82????12 (Is a directory) (local_flags=1) (flags=1) [2005/05/30 20:12:01, 3] lib/charcnv.c:convert_string_allocate(585) convert_string_allocate: Conversion error: Illegal multibyte sequence(?) it is strange because files are created by samba itself. Cheers, Ilia Chipitsine
2010 Nov 18
2
i18n_routes
...x'', :as => :about --------------------------------- in logs i have ------------------------------------- Started GET "/привет" for 77.66.xxx.xxx at 2010-11-18 23:22:46 +0300 ActionController::RoutingError (No route matches "/\xD0\xBF \xD1\x80\xD0\xB8\xD0\xB2\xD0\xB5\xD1\x82"): Started GET "/привет" for 77.66.xxx.xxx at 2010-11-18 23:27:37 +0300 ActionController::RoutingError (No route matches "/\xD0\xBF \xD1\x80\xD0\xB8\xD0\xB2\xD0\xB5\xD1\x82"): Please give me an advice how to make it right . -- You received this message because you are...
2012 Apr 18
2
polar.plot "add" argument
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20120418/b8ae2cdf/attachment.pl>
2008 Jun 04
1
data frame titles
...from a csv file into a dataframe called for arguments sake df. This file has no headers in it so I get column names X1.....X83 I then create a new data frame which says data.frame(dataACC = df[1:82], responseACC = df[83]) When I look at the names of this though I get... dataACC.X1 ..... dataACC.X82 and then X83 When I pass this to the PLS algorithm I get the error "variable responseACC not found" So a few questions, Am I doing this in the right way in general? why is the responseACC not being associated as the name of df[83]? Thirdly, If I want to generate my own array of value...
2007 Jan 12
9
Nil object in E1 capture the order
I''m following the depot application in the rails bible Agile Web Development with Rails. In interation E1 NoMethodError in Admin#checkout Showing app/views/admin/checkout.rhtml where line #12 raised: You have a nil object when you didn''t expect it! You might have expected an instance of Array. The error occured while evaluating nil.include? Extracted source (around line #12):
2018 Mar 14
2
truncation/rounding bug with write.csv
...quot;,"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" >...
2004 May 11
1
calling data frames
...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,X11,X12,X13,X14,X81) Resul.Guilda1<-su...
2018 Mar 14
2
truncation/rounding bug with write.csv
...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&quot...
2010 May 11
1
Help with Names
..."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" "X96" "X97" "X98" "X99" &quo...
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()
...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+X143+X144+X145+X...