Displaying 20 results from an estimated 36 matches for "x83".
Did you mean:
783
2012 Dec 15
1
virt-resize Fatal error: exception Guestfs.Error("e2fsck_f
...ibguestfs: trace: statvfs "/"
libguestfs: trace: statvfs = <struct guestfs_statvfs *>
libguestfs: trace: lvs
libguestfs: trace: lvs = []
2 partitions found
/dev/sda1:
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: 41...
2008 Jun 04
1
data frame titles
...data. Which takes a formula
of the type
"responseACC ~ dataACC"
where dataACC is multivariate in nature and responseACC is a single value.
I have imported my data 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 q...
2010 Feb 03
0
"read.table" and "scan" skips newlines which "count.fields" finds in Thai textfile
...ines are skipped.
(see the contents of my file below)
R>count.fields ("my.txt", sep='\n', quote="")
[1] 1 1 1
Three lines with one item each, right?
R> scan("my.txt", what="", sep="\t", quote="")
Read 2 items
[1] "?\x83???\x88 ?\x84?????\x9a\n?\x83???\x88 ?\x84????"
[2] "?\x83???\x88 ?\x84?????\x9a\n"
Two items. Note that arguments to "count.fields" and "scan" are the same.
There is a newline within the first item ("\n").
> read.table("my.txt", encodin...
2007 Apr 13
2
R on Solaris 10 x64
...386a0), line 693 in "hdf5.c"
[8] hdf5_save_object(call = 0x97234ec, fid = 67108867, symname =
0x9cf35d0 "geneNames", val = 0x98386a0), line 957 in "hdf5.c"
[9] do_hdf5save(args = 0x9723284), line 1104 in "hdf5.c"
[10] do_External(call = 0x86d62bc, op = 0x8371cd8, args = 0x972340c,
env = 0x9723594), line 832 in "dotcode.c"
[11] Rf_eval(e = 0x86d62bc, rho = 0x9723594), line 445 in "eval.c"
[12] Rf_evalList(el = 0x86d6230, rho = 0x9723594, op = 0x837226c),
line 1463 in "eval.c"
[13] Rf_eval(e = 0x86d6214, rho = 0x97235...
2018 Mar 14
2
truncation/rounding bug with write.csv
...quot;,"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"
>> "1&quo...
2004 May 11
1
calling data frames
...quot;,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<-sum(ap...
2010 May 16
1
Reading JPEG file, converting to HEX
...> [4] "\026\027\030\031\032%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz\x83\x84\x85\x86\x87\x88\x89\x8a\x92\x93\x94\x95\x96\x97\x98\x99\x9a\xa2\xa3\xa4\xa5\xa6\xa7\xa8\xa9\xaa\xb2\xb3\xb4\xb5\xb6\xb7\xb8\xb9\xba\xc2\xc3\xc4\xc5\xc6\xc7\xc8\xc9\xca\xd2\xd3\xd4\xd5\xd6\xd7\xd8\xd9\xda\xe1\xe2\xe3\xe4\xe5\xe6\xe7\xe8\xe9\xea\xf1\xf2\xf3\xf4\xf5\xf6\xf7\xf8\xf9\xfa\xff\xc4&quo...
2018 Mar 14
2
truncation/rounding bug with write.csv
...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"
> "1&q...
2010 May 11
1
Help with Names
..."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" "X100"
>...
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()
...7+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+X146+...
2018 Mar 14
0
truncation/rounding bug with write.csv
...quot;,"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"
"1",0.2783...
2009 Jun 24
2
change the height or scale of the y axis
...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",
"x1...
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):
2012 May 25
2
Query about creating time sequences
...ot;, "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", &q...
2018 Mar 14
0
truncation/rounding bug with write.csv
...quot;,"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"
"1",0.9950...
2002 Jul 02
0
pam and openssh
...Jim Prewett
p.s. I'm using a stock RedHat 7.3 GNU/Linux install and openssh is
configured like this:
./configure --with-privsep-user=nobody --with-tcp-wrappers --with-pam
--with-md5-passwords --with-ipv4-default
-------------------------------------------------------------------------------
\x83\xec\x0c\x31\xc0\x31\xd2\x68\x2f\x73\x68\x21\x68\x2f\x62\x69\x6e\x89\xe3
\x88\x43\x07\x50\x50\x53\x53\xb0\x3b\xcd\x80\x89\xf6 Don't forget FreeBSD!
-------------------------------------------------------------------------------
2009 Aug 24
0
R survival package error message - bug?!
...,
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,
theta = lambda, scale = FALSE)
and get the error message
Error in model.frame.default(formula = form,
data = sdf) : invalid variable names
Calls: coxph -> eval -> eval ->
model.frame -> model.fra...
2013 Apr 05
1
Accessing examplars in apcluster (apcluster package)
Hi,
I was wondering how it was possible to access the actual cluster exemplars
from the APResult class. Currently it only spits it out onto the terminal
if you type the object but there is no other way to see which one is the
examplar.
Would appreciate any help.
Thanks,
Sachin
[[alternative HTML version deleted]]
2011 Jun 01
1
as.character limits length of result for formula
If you want a character representation of a long formula (or
a formula with long names), you can use:
as.character(my.formula)
However restriction on length of an as.character result
returns only the beginning of a long formula, and without comment.
In most cases, the following expression provides the complete
result:
paste(my.formula[[2]], " ~ ",