search for: significiant

Displaying 7 results from an estimated 7 matches for "significiant".

Did you mean: significant
2003 Oct 07
3
FW: Optimising code
>> I have a function that applies a wilcoxon test to 12 sets of about a quarter of a million pairs > ... and let me guess: everything is significiant to an almost arbitrary > value of \alpha? :-) For each of quarter of a million sets, I do a wilcoxon between two pairs each containing twenty numbers... I do this 12 times... > > (and takes about 3 hours). I've replaced the inner loop I > had originally with a function call via...
2011 Nov 09
2
[LLVMdev] .debug_info section size in arm executable
Dear all I'd wonder why executable's debug information size is bigger than gcc dwarf debug info. When I compiled ARM hello world code with -g option, the arm based assembly and executable files are bigger than gcc results significiantly.(apx. 3x) (source file size was only 3KB) I think that both clang and gcc use same dwarf format ver2 for debugging. But I don't know why the clang executable file size is bigger than gcc executable. Could anyone explain about that?
2006 Dec 08
2
any way to make the code more efficient ?
...inning so maybe creating the a matrix or data frame at the beginning and putting the daily ones in something like that would Make it be faster. But, the proboem with this is I eventually do need a zoo object. I ask this question because at around the 250 mark of the loop, things start to slow down significiantly and I think I remember reading somewhere that doing an rbind of something to itself is not a good idea. Thanks. #======================================================================= =============================================== start<-1 for (filecounter in (1:length(datafilenames)))...
2011 Jul 01
3
multiple moderated regression steps
...trategies and depression level. ? haver never run this analysis before soi ? want to check my steps whether correct or not. first ? run regression in step 1 centered independent variables and centered moderators in step2 two way interactions instep 3 three way interactions as results ? found significiant two way and three way interactions. "It ?s important after this" for example two way interactions; ? run 2 slopes that fit in with Winnifred's suggestion (http://www.docstoc.com/docs/21151269/Moderated-Multiple-Regression-v5 p.6) my criteria for significence was the centered indipe...
2011 Nov 09
0
[LLVMdev] .debug_info section size in arm executable
Seung-yeon Choe wrote: > Dear all > > I'd wonder why executable's debug information size is bigger than gcc dwarf debug info. > > When I compiled ARM hello world code with -g option, the arm based assembly and executable files are bigger than gcc results significiantly.(apx. 3x) > (source file size was only 3KB) > > I think that both clang and gcc use same dwarf format ver2 for debugging. But I don't know why the clang executable file size is bigger than gcc executable. > > Could anyone explain about that? For one example, for enums clang wi...
2003 Jun 07
0
mt.plot...
Hello every GNU's, I have a question about mt.plot, on multtest package. I'm wondering how do a plot with test like bonferroni, holm, hochberg,... and also résults of SAM(Significiance Analysis Microarrays) as we can see on several document of Sandrine Dudoit. Thanks a lot and Have a nice day Sandrine --------------------------------------------------------------------------------
2003 Oct 07
1
Optimising code
Hi, Does anyone have any advice on speeding up R functions (short of re-implementing them in C :-) )? I have a function that applies a wilcoxon test to 12 sets of about a quarter of a million pairs (and takes about 3 hours). I've replaced the inner loop I had originally with a function call via mapply, and also considered different approximations of the wilcoxon, rather than that which is