Displaying 3 results from an estimated 3 matches for "mouce".
Did you mean:
souce
2011 Feb 01
5
(no subject)
Hello
I am trying to find a way to find the max value, for only a subset of a
dataframe, depending on how the data is grouped for example,
How would I find the maxmium responce, for all the GPR119a condition below:
responce,mouce,condition
0.105902,KO,con
0.232018561,KO,con
0.335008375,KO,con
0.387025433,KO,GPR119a
0.576769897,KO,GPR119a
0.645120419,KO,GPR119a
0.2538608,KO,GPR119b
0.183061952,KO,GPR119b
0.824035587,KO,GPR119b
0.399201597,KO,GPR119c
0.417006618,KO,GPR119c
0.572958834,KO,GPR119c
0.229467444,KO,GPR119d
0.29408...
2011 Feb 02
2
Finding the maximum in a particular group in a dataframe
...he data is grouped for example,
How would I find the maxmium responce, for all the GPR119a condition below:
I've tried tapply
> tapply(GPR119data$responce, GPR119data$GPR119a, max)
Error in tapply(GPR119data$responce, GPR119data$GPR119a, max) :
arguments must have same length
responce,mouce,condition
0.105902,KO,con
0.232018561,KO,con
0.335008375,KO,con
0.387025433,KO,GPR119a
0.576769897,KO,GPR119a
0.645120419,KO,GPR119a
0.2538608,KO,GPR119b
0.183061952,KO,GPR119b
0.824035587,KO,GPR119b
0.399201597,KO,GPR119c
0.417006618,KO,GPR119c
0.572958834,KO,GPR119c
0.229467444,KO,GPR119d
0.29408...
2014 May 29
2
[LLVMdev] Problem in LLVM build 3.4
Dear All,
I am trying to build LLVM 3.4 on Ubuntu 12.04. The error message that I get
is
make[2]: Entering directory `/home/iiitd/build/projects/compiler-rt-3.4'
Makefile:6: make/config.mk: No such file or directory
Makefile:7: make/util.mk: No such file or directory
Makefile:16: *** Refusing to build with empty ProjObjRoot variable. Stop.
make[2]: Leaving directory