Displaying 20 results from an estimated 90 matches for "c10".
Did you mean:
10
2009 Nov 09
1
categorization
Hi All,
I have a dataset with a column named "Condition",
Sample Condition
1 c20
2 c20
3 c10
4 c10
5 c9
6 c9
7 c5
8 c5
9 c20
10 c10
Could you let me know the fastest way to change c20->"AA", c20->"BB",
c9->"CC", c5->"DD" without using for loop?
Thanks
phoebe
[[...
2009 Apr 28
2
Dropping 'empty' panels from lattice
I have 8 cofactors possibly affecting one and only one variable.
I make conditional histograms:
<-pdf(file="tst3.pdf",paper="special",width=36,height=36)
<-histogram(~Oversized|dat$c1*dat$c2*dat$c5*dat$c6*dat$c7*dat$c8*dat$c9*dat$c10,nint=21,layout=c(32,8),data=dat,type="count")
<-dev.off()
This works (compliments to R developers!) but it does generate a large
plot with many panels being 'empty', e.g. that combination of factors
c1..c10 never occurs in this data set.
Is there a way to autmatically drop th...
2008 Jul 28
3
Shell script - ping
hi,
how to write a scripts which launches 10 pings to different
destinations at execution of single shell scripts
please help me any ideas
regards,
Gopinath
2010 May 27
1
stripplot, lattice
...0 3
B B2 B2SO 0 2
B B2 B2SW 0 3
B B4 B4NO 0 9
B B4 B4NW 0 9
B B4 B4SO 0 9
B B4 B4SW 0 9
B B7 B7NO 0 5
B B7 B7NW 0 7
B B7 B7SO 0 4
B B7 B7SW 0 2
B B8 B8NO 0 8
B B8 B8NW 0 4
B B8 B8SW 0 8
B B9 B9NO 0 5
B B9 B9NW 0 8
B B9 B9SO 0 5
B B9 B9SW 0 3
C C1 C1NO 0 7
C C1 C1NW 0 6
C C1 C1SO 0 7
C C1 C1SW 0 8
C C10 C10NO 0 6
C C10 C10NW 0 7
C C10 C10SO 0 5
C C10 C10SW 0 6
C C11 C11NO 0 10
C C11 C11NW 0 10
C C11 C11SO 0 15
C C11 C11SW 0 10
C C15 C15NO 0 11
C C15 C15NW 0 5
C C15 C15SO 0 10
C C15 C15SW 0 6
C C17 C17NW 0 7
C C17 C17SO 0 7
C C17 C17SW 0 10
C C18 C18NO 0 7
C C18 C18NW 0 11
C C18 C18SO 0 6
C C18 C18...
2008 Feb 27
1
how to specify ggplot2 facet plot order
...acet plot in which the
order of the facets is as I require, rather than ordered numerically,
alphabetically, by Roman numerals, mean (answers to these were posted here
after much searching). Here's some test code to demonstrate what I get.
series = c('C2','C4','C8','C10','C15','C20')
ids = c('ID1','ID2','ID3')
mydata <- data.frame(SERIES=rep(cases,30),ID=rep(ids,60),VALUE=rnorm(180))
qplot(VALUE, data = mydata, geom="density", facets=SERIES ~ ID)
the facet rows are plotted in alpha order, namely, C10, C15,...
2013 Aug 29
7
[PATCH 0/3] x86: mwait_idle improvements ported from Linux
1: x86/mwait_idle: remove assumption of one C-state per MWAIT flag
2: x86/mwait_idle: export both C1 and C1E
3: x86/mwait_idle: initial C8, C9, C10 support
Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Jan Beulich <jbeulich@suse.com>
2008 Jun 14
1
restricted coefficient and factor in linear regression.
...time **
data a2; merge a1 a2 a; by id yr;
proc sysnlin maxit=100 outest=beta2;
endogenous y;
exogenous l e k di1-di12 dt2-dt10;
parms a0 0.94 al -0.14 ae 1.8 ak -0.9
b1 0 b2 0 b3 0 b4 0 b5 0 b6 0 b7 0 b8 0 b9 0 b10 0 b11 0
b12 0 c2 0 c3 0 c4 0 c5 0 c6 0 c7 0 c8 0 c9 0 c10 0;
y=a0+al*l+ae*e+ak*k
+(b1*di1+b2*di2+b3*di3+b4*di4+b5*di5+b6*di6
+b7*di7+b8*di8+b9*di9+b10*di10+b11*di11+b12*di12)*
(1*dt1+c2*dt2+c3*dt3+c4*dt4+c5*dt5+c6*dt6+c7*dt7
+c8*dt8+c9*dt9+c10*dt10);
title '***** lee/schmidt parameter estimates *****';...
2007 Dec 14
4
rcom close Excel problem
...mCreateObject("Excel.Application")
wb<-comInvoke(comGetProperty(x,"Workbooks"),"Open","G:
/MR/Stephen/repo.
xls", "0")
sh<-comGetProperty(wb,"Worksheets","Market Data")
range1 <- comGetProperty(sh,"Range","C10","I11")
vals <- comGetProperty(range1,"Value")
comInvoke(wb,"Close","G:/MR/Stephen/repo.xls","True") # True is
ignored
Thank you All.
Stephen
2015 Feb 25
2
Workgroup name too long
...Each machine will show this
>> message for the other servers but not itself. MachineA will show message
>> for B and C, but not A. MachineB will show message for A and C but not B.
>
> I can count 17 characters...
here you go:
https://bugzilla.redhat.com/show_bug.cgi?id=1175710#c10
> According to Microsoft:
>
> "The NetBIOS naming convention allows for 16 characters in a NetBIOS name.
> Microsoft, however, limits NetBIOS names to 15 characters and uses the
> 16th character as a NetBIOS suffix. "
>
> and
>
> "All NetBIOS names are 16...
2018 Sep 05
2
Compiling OpenJDK8 with LLVM for mips64el
...G-38221[1] by building OpenJDK8,
it needs some workaround
https://raw.githubusercontent.com/xiangzhai/jdk8u-dev/master/Workaround-compile-with-llvm.patch
LLVM toolchain[2] is just able to compile OpenJDK8 for mips64el now:
http://hg.loongnix.org/
1. https://bugs.llvm.org/show_bug.cgi?id=38221#c10
2. $ clang -v
Loongson clang version 8.0.0 (git at github.com:llvm-mirror/clang.git
56fc90882612ab774dae937ca8d997c59364f7f8)
(git at github.com:llvm-mirror/llvm.git
3419b04cf0c0a57577865f0d17fefb205deed048) (based on LLVM 8.0.0svn)
Target: mips64el-redhat-linux
Thread model: posix
InstalledDir...
2008 Feb 27
1
ggplot2 boxplot confusion
...a plot of density faceted by 2 factors with a
horizontal boxplot overlaid on each density plot in the grid to indicate
summary stats. So I've been experimenting with creating boxplots and density
plots. Here's some representative data.
series = c('C2','C4','C8','C10','C15','C20')
ids = c('ID1','ID2','ID3')
mydata <- data.frame(SERIES=rep(cases,30),ID=rep(ids,60),VALUE=rnorm(180))
1. Using R default graphics I can create a boxplot of data independent of
factors as follows:
boxplot(mydata$VALUE)
But I can't se...
2016 Oct 28
3
Samba and BTRFS server-side copy
...; simultaneous on the wire calls as needed to pipeline
> the reads / writes.
>
> Restricting this to 65534 is *insane* and slow. That
> whole chunk of code restricting the size needs to be
> removed.
Oh it's my fault from 2009:
https://bugzilla.gnome.org/show_bug.cgi?id=588391#c10
:-).
I'll log another bug to get the whole thing removed
now we pipeline correctly.
2015 Jun 25
1
[PATCH] v2v: Increase the timeout of VMware curl connections (RHBZ#1146007).
...urce_to_uri ?readahead password uri scheme server path =
let json_params = [
"file.driver", JSON.String "https";
"file.url", JSON.String url;
- "file.timeout", JSON.Int 600;
+ (* https://bugzilla.redhat.com/show_bug.cgi?id=1146007#c10 *)
+ "file.timeout", JSON.Int 2000;
] in
let json_params =
--
2.3.1
2008 Jun 13
0
restricted coefficient and factor for linear regression.
...*
data a2; merge a1 a2 a; by id yr;
proc sysnlin maxit=100 outest=beta2;
endogenous y;
exogenous l e k di1-di12 dt2-dt10;
parms a0 0.94 al -0.14 ae 1.8 ak -0.9
b1 0 b2 0 b3 0 b4 0 b5 0 b6 0 b7 0 b8 0 b9 0 b10 0 b11 0
b12 0 c2 0 c3 0 c4 0 c5 0 c6 0 c7 0 c8 0 c9 0 c10 0;
y=a0+al*l+ae*e+ak*k
+(b1*di1+b2*di2+b3*di3+b4*di4+b5*di5+b6*di6
+b7*di7+b8*di8+b9*di9+b10*di10+b11*di11+b12*di12)*
(1*dt1+c2*dt2+c3*dt3+c4*dt4+c5*dt5+c6*dt6+c7*dt7
+c8*dt8+c9*dt9+c10*dt10);
title '***** lee/schmidt parameter estimates *****...
2011 Mar 07
6
help;probleme with this softwar
hay everybady
i try to use this softwar but it doesn't run with wine
i upload it for testing
h**p://www.multiupload.com/2JBVX4XH7N
i hope finde help
sorry for my english [Embarassed]
2016 Oct 28
2
Samba and BTRFS server-side copy
...gt; the reads / writes.
>>>
>>> Restricting this to 65534 is *insane* and slow. That
>>> whole chunk of code restricting the size needs to be
>>> removed.
>> Oh it's my fault from 2009:
>>
>> https://bugzilla.gnome.org/show_bug.cgi?id=588391#c10
>>
>> :-).
>>
>> I'll log another bug to get the whole thing removed
>> now we pipeline correctly.
> I just tried and when I limit samba to SMB2 connections (in smb.conf),
> Nautilus/gvfs cannot connect (it doesn't even see the share).
>
> I also tr...
2011 Dec 06
1
Sequential Sum in R
...2
IF(B7<20,NA(),C7+IF(ISERROR(D6),0,D6))
7 70 0.7 2.7
IF(B8<20,NA(),C8+IF(ISERROR(D7),0,D7))
8 80 0.8 3.5
IF(B9<20,NA(),C9+IF(ISERROR(D8),0,D8))
9 90 0.9 4.4
IF(B10<20,NA(),C10+IF(ISERROR(D9),0,D9))
10 100 1 5.4
IF(B11<20,NA(),C11+IF(ISERROR(D10),0,D10))
The variable "Result" is obtained using the excel formula shown next to it.
Column D contains the Result.
dataFrame <- data.frame(a = seq(1:10),b = seq(10,100,by = 10),c...
2011 Oct 11
2
ROR Development Assignments at Pune
Hi,
Am using ab(Apache Benchmark) for load test in my rails app.
ab -n10 -c10 -p ~/post_data_ab.txt -T "multipart/form-data;
boundary=1234567" http://localhost:3000/albums
...
I have used the above command for testing upload photos. But am
getting
error which I don''t know how o handle.
Can anyone help?
Btw, I also need few teammates to handle development...
2003 Jun 21
2
rsync 2.5.6 for NCR MP-RAS
...c) Copyright 1994-97, NCR Corporation
(c) Copyright 1987-97, MetaWare Incorporated
cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c util.c -o util.o
NCR High Performance C Compiler R3.0c
(c) Copyright 1994-97, NCR Corporation
(c) Copyright 1987-97, MetaWare Incorporated
w "util.c",L174/C10(#257): '=' encountered where '==' may have been
intended.
w "util.c",L516/C10(#257): '=' encountered where '==' may have been
intended.
w "util.c",L559/C8(#257): '=' encountered where '==' may have been
intended....
2009 Jul 15
1
Help with averaging
...zz[,ix] + zz[,ix+1])/2
averagedResults <- cbind(zz[,1],averagedResults )
colnames(averagedResults) <- c("PCI","G1-C1","G1-C2","G1-C3","G1-C4","G1-C5","G1-C6","G1-C7","G1-C8",
"G2-C9","G2-C10","G2-C11","G2-C12","G2-C13","G2-C14","G2-C15","G2-C16",
"G3-C17","G3-C18","G3-C19","G3-C20","G3-C21","G3-C22","G3-C23",
"G4-C24","G4-C25","...