Displaying 2 results from an estimated 2 matches for "asso_p".
Did you mean:
as_o_s
2006 Oct 02
1
qvalue
Dear colleagues,
This is not strictly a R question, but I hope it is ok to ask on the
list.
I fed a vector of p-values from about 20 million anova tests to the
package q-value and obtained this output:
> qsummary(asso_p.qvalue)
Call:
qvalue(p = asso_p.vec)
pi0: 1
Cumulative number of significant calls:
<1e-04 <0.001 <0.01 <0.025 <0.05 <0.1 <1
p-value 22711 59067 262103 551316 1013241 1936797 20048103
q-value 3554 5211 9275 12807 16951 24557 20048103
I c...
2006 Sep 07
1
Memory allocation
Dear list,
I have been trying to run the function "qvalue" under the package qvalue
on a vector with about 20 million values.
> asso_p.qvalue<-qvalue(asso_p.vector)
Error: cannot allocate vector of size 156513 Kb
> sessionInfo()
Version 2.3.1 (2006-06-01)
i686-pc-linux-gnu
attached base packages:
[1] "methods" "stats" "graphics" "grDevices" "utils"
"datasets"...